By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-06-09T23:24:39.934Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-rmkl4 with PID 14 (/app/app.jar started by so in /app)
2021-06-09T23:24:39.939Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-09T23:24:39.939Z||main|||||INFO|500||The following profiles are active: basic
2021-06-09T23:24:46.479Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-09T23:24:46.479Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-09T23:24:46.557Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-09T23:24:47.919Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-09T23:24:48.056Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-09T23:24:48.376Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-09T23:24:48.382Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-09T23:24:48.465Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-09T23:24:48.593Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-09T23:24:48.953Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-09T23:24:49.777Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-09T23:24:52.219Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-09T23:24:52.256Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-09T23:24:52.614Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-09T23:24:52.716Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-06-09T23:24:53.844Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-09T23:24:54.654Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-06-09T23:24:54.669Z||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$$c7e84f01.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-06-09T23:24:54.670Z||main|||||WARN|500||The sdc end point is not alive
2021-06-09T23:24:56.467Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-06-09T23:24:58.427Z||main|||||WARN|500||---
2021-06-09T23:24:58.427Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-09T23:24:58.428Z||main|||||WARN|500||---
2021-06-09T23:24:58.731Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-09T23:25:01.574Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:25:01.576Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:25:01.592Z||main|||||INFO|500||Started Application in 23.325 seconds (JVM running for 24.414)
2021-06-09T23:25:01.603Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:25:01.625Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:25:01.699Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c5db5c4-f8e1-472a-9a2d-4676676ea3a7 url= /sdc/v1/artifactTypes
2021-06-09T23:25:01.699Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:25:02.787Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:25:02.791Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@221a7fbc
2021-06-09T23:25:02.791Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:25:02.799Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:25:02.801Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:25:02.803Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:25:51.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:25:51.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:25:51.572Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:25:51.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:25:51.580Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4d24eee4-0d04-412c-b961-41dc0eb51625 url= /sdc/v1/artifactTypes
2021-06-09T23:25:51.580Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:25:52.614Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:25:52.615Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7748acca
2021-06-09T23:25:52.615Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:25:52.616Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:25:52.616Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:25:52.616Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:26:41.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:26:41.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:26:41.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:26:41.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:26:41.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6388c166-d87d-4688-b6ea-59f3301ac21c url= /sdc/v1/artifactTypes
2021-06-09T23:26:41.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:26:42.595Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:26:42.596Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ab31a6e
2021-06-09T23:26:42.596Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:26:42.597Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:26:42.597Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:26:42.598Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:27:31.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:27:31.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:27:31.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:27:31.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:27:31.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a6860ae-7370-4a41-9dad-261eff13bc34 url= /sdc/v1/artifactTypes
2021-06-09T23:27:31.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:27:32.610Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:27:32.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62515549
2021-06-09T23:27:32.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:27:32.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:27:32.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:27:32.612Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:28:21.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:28:21.572Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:28:21.572Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:28:21.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:28:21.581Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= be6a033e-5513-4b07-92b6-345769e78e09 url= /sdc/v1/artifactTypes
2021-06-09T23:28:21.581Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:28:22.596Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:28:22.596Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@107e8256
2021-06-09T23:28:22.597Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:28:22.597Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:28:22.597Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:28:22.598Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:29:11.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:29:11.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:29:11.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:29:11.575Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:29:11.578Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db4752f7-7bdc-4e69-bf38-f1d781e0cff4 url= /sdc/v1/artifactTypes
2021-06-09T23:29:11.578Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:29:12.610Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:29:12.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@413f3c76
2021-06-09T23:29:12.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:29:12.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:29:12.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:29:12.611Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:30:01.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:30:01.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:30:01.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:30:01.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:30:01.580Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c463f872-0c57-4347-845c-550d17eafdaf url= /sdc/v1/artifactTypes
2021-06-09T23:30:01.581Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:30:02.595Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:30:02.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7818c88c
2021-06-09T23:30:02.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:30:02.596Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:30:02.596Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:30:02.596Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:30:51.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:30:51.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:30:51.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:30:51.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:30:51.578Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 26ef3000-bc01-4cf7-8fdf-2609b99bb28a url= /sdc/v1/artifactTypes
2021-06-09T23:30:51.578Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:30:52.610Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:30:52.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d8ea1e9
2021-06-09T23:30:52.612Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:30:52.612Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:30:52.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:30:52.612Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:31:41.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:31:41.572Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:31:41.574Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:31:41.578Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:31:41.584Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a109d8b9-a683-45d9-a59b-cb8ae0b3a070 url= /sdc/v1/artifactTypes
2021-06-09T23:31:41.584Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:31:42.627Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:31:42.628Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a4f70c4
2021-06-09T23:31:42.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:31:42.628Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:31:42.629Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:31:42.629Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:32:31.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:32:31.572Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:32:31.572Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:32:31.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:32:31.583Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f338a063-c049-4bd7-994a-866549a73611 url= /sdc/v1/artifactTypes
2021-06-09T23:32:31.583Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:32:32.610Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:32:32.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b649dd4
2021-06-09T23:32:32.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:32:32.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:32:32.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:32:32.612Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:33:21.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:33:21.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:33:21.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:33:21.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:33:21.578Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 257fbbdf-8ba0-4264-b664-46936a0ded0f url= /sdc/v1/artifactTypes
2021-06-09T23:33:21.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:33:22.595Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:33:22.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6099f6c2
2021-06-09T23:33:22.596Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:33:22.596Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:33:22.597Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:33:22.597Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:34:11.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:34:11.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:34:11.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:34:11.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:34:11.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6ce7779-4866-48d4-af7a-f1bd74bd9825 url= /sdc/v1/artifactTypes
2021-06-09T23:34:11.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:34:12.610Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:34:12.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60746b9f
2021-06-09T23:34:12.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:34:12.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:34:12.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:34:12.612Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:35:01.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:35:01.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:35:01.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:35:01.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:35:01.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9863bbdc-e771-40dd-9ea2-66e7df90546c url= /sdc/v1/artifactTypes
2021-06-09T23:35:01.578Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:35:02.594Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:35:02.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f967ef0
2021-06-09T23:35:02.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:35:02.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:35:02.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:35:02.596Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:35:11.876Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-09T23:35:51.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:35:51.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:35:51.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:35:51.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:35:51.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f9af2513-405c-4e66-9723-a20976122b38 url= /sdc/v1/artifactTypes
2021-06-09T23:35:51.580Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:35:52.611Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:35:52.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f74a3da
2021-06-09T23:35:52.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:35:52.612Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:35:52.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:35:52.612Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:36:41.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:36:41.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:36:41.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:36:41.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:36:41.580Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b5d031bb-2a0c-4ff2-a4a3-5c6a8aebfbb4 url= /sdc/v1/artifactTypes
2021-06-09T23:36:41.581Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:36:42.594Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:36:42.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@df197e1
2021-06-09T23:36:42.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:36:42.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:36:42.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:36:42.595Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:37:31.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:37:31.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:37:31.572Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:37:31.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:37:31.583Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f99c593-f3b9-4cf0-aa93-eadcb4e1ff7d url= /sdc/v1/artifactTypes
2021-06-09T23:37:31.583Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:37:32.610Z||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.11.168] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-06-09T23:37:32.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e4f34c8
2021-06-09T23:37:32.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:37:32.612Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:37:32.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:37:32.612Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-09T23:38:21.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:38:21.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:38:21.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:38:21.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:38:21.580Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b6de49c-4606-462b-86ba-8aa211fa3bb5 url= /sdc/v1/artifactTypes
2021-06-09T23:38:21.580Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:38:22.595Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:38:22.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ddb86e1
2021-06-09T23:38:22.596Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:38:22.596Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:38:22.596Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:38:22.596Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:39:11.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:39:11.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:39:11.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:39:11.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:39:11.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4e0302b-a90f-4e03-a892-0bab07604851 url= /sdc/v1/artifactTypes
2021-06-09T23:39:11.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:39:12.610Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:39:12.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4340cdf
2021-06-09T23:39:12.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:39:12.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:39:12.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:39:12.611Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:40:01.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:40:01.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:40:01.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:40:01.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:40:01.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d7d37cbc-05cf-4d9e-b283-62ae0d0ba200 url= /sdc/v1/artifactTypes
2021-06-09T23:40:01.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:40:02.595Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:40:02.596Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@158b2263
2021-06-09T23:40:02.596Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:40:02.596Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:40:02.597Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:40:02.597Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:40:51.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:40:51.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:40:51.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:40:51.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:40:51.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae90ebe6-9ac9-4ba2-9c35-b0161c9f27fe url= /sdc/v1/artifactTypes
2021-06-09T23:40:51.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:40:52.610Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:40:52.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ef54c21
2021-06-09T23:40:52.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:40:52.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:40:52.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:40:52.612Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:41:41.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:41:41.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:41:41.572Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:41:41.575Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:41:41.581Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 579340cb-d147-4984-9947-9d52df353298 url= /sdc/v1/artifactTypes
2021-06-09T23:41:41.581Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:41:42.627Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:41:42.627Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e02ceaf
2021-06-09T23:41:42.627Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:41:42.628Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:41:42.628Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:41:42.628Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:42:31.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:42:31.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:42:31.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:42:31.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:42:31.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ff9fb12-dfda-4563-b0d0-25275a9aeca3 url= /sdc/v1/artifactTypes
2021-06-09T23:42:31.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:42:32.610Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:42:32.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7752f90e
2021-06-09T23:42:32.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:42:32.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:42:32.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:42:32.611Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:43:21.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:43:21.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:43:21.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:43:21.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:43:21.578Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b908a5ad-aef5-4ebe-a3a8-32fae3e610fe url= /sdc/v1/artifactTypes
2021-06-09T23:43:21.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:43:22.595Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:43:22.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@772e67b9
2021-06-09T23:43:22.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:43:22.596Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:43:22.596Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:43:22.596Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:44:11.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:44:11.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:44:11.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:44:11.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:44:11.575Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 41623783-3911-4f9e-9dbf-21955f6ab31d url= /sdc/v1/artifactTypes
2021-06-09T23:44:11.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:44:12.610Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:44:12.610Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@715eded6
2021-06-09T23:44:12.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:44:12.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:44:12.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:44:12.611Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:45:01.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:45:01.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:45:01.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:45:01.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:45:01.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= edea22c0-8f38-44f1-85d3-cd5e4a60c0ac url= /sdc/v1/artifactTypes
2021-06-09T23:45:01.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:45:02.594Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:45:02.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7911c4cc
2021-06-09T23:45:02.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:45:02.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:45:02.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:45:02.595Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:45:51.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:45:51.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:45:51.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:45:51.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:45:51.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74bbe2b3-94ba-4048-8cc5-209256ac9ab2 url= /sdc/v1/artifactTypes
2021-06-09T23:45:51.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:45:52.610Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:45:52.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2fb44e55
2021-06-09T23:45:52.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:45:52.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:45:52.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:45:52.611Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:46:41.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:46:41.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:46:41.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:46:41.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:46:41.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff6bd4f0-d5c0-42ae-a4eb-55b5df8eddc4 url= /sdc/v1/artifactTypes
2021-06-09T23:46:41.580Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:46:42.594Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:46:42.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41cb4ee6
2021-06-09T23:46:42.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:46:42.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:46:42.596Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:46:42.596Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:47:31.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:47:31.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:47:31.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:47:31.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:47:31.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4e227db9-411b-464f-9b8d-ade74e998721 url= /sdc/v1/artifactTypes
2021-06-09T23:47:31.580Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:47:32.612Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:47:32.612Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20ebd0a9
2021-06-09T23:47:32.613Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:47:32.613Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:47:32.613Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:47:32.614Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:48:21.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:48:21.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:48:21.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:48:21.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:48:21.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9a8bc4e9-9046-49bb-b35d-c9927c253800 url= /sdc/v1/artifactTypes
2021-06-09T23:48:21.580Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:48:22.594Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:48:22.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63cbd72a
2021-06-09T23:48:22.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:48:22.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:48:22.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:48:22.595Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:49:11.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:49:11.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:49:11.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:49:11.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:49:11.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87e9e95a-6dba-43b6-9785-aa222c67bb1e url= /sdc/v1/artifactTypes
2021-06-09T23:49:11.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:49:12.611Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:49:12.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24d5a03b
2021-06-09T23:49:12.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:49:12.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:49:12.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:49:12.612Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:50:01.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:50:01.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:50:01.572Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:50:01.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:50:01.578Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 063d66d9-a7bf-43c5-b26c-63f7ec689694 url= /sdc/v1/artifactTypes
2021-06-09T23:50:01.578Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:50:02.594Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:50:02.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d742c5c
2021-06-09T23:50:02.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:50:02.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:50:02.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:50:02.595Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:50:51.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:50:51.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:50:51.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:50:51.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:50:51.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ab31bb77-6c5f-491b-834e-c4d1d49fd4a3 url= /sdc/v1/artifactTypes
2021-06-09T23:50:51.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:50:52.610Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:50:52.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75a889ad
2021-06-09T23:50:52.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:50:52.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:50:52.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:50:52.611Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:51:41.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:51:41.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:51:41.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:51:41.572Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:51:41.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cf160026-7e58-4c5f-8d44-b93e7c0fb4da url= /sdc/v1/artifactTypes
2021-06-09T23:51:41.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:51:42.594Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:51:42.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42b4d87e
2021-06-09T23:51:42.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:51:42.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:51:42.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:51:42.595Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:52:31.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:52:31.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:52:31.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:52:31.572Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:52:31.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0c750e26-93c9-4ef1-9f3b-7b3d73d3b5a5 url= /sdc/v1/artifactTypes
2021-06-09T23:52:31.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:52:32.624Z||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.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:52:32.624Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62f920f7
2021-06-09T23:52:32.624Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:52:32.624Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:52:32.625Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:52:32.625Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:53:21.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:53:21.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:53:21.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:53:21.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:53:21.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23915dc1-3803-4477-bb09-ba118439e87e url= /sdc/v1/artifactTypes
2021-06-09T23:53:21.578Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:53:22.594Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.11.168] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-06-09T23:53:22.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15052ed5
2021-06-09T23:53:22.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-09T23:53:22.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-09T23:53:22.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-09T23:53:22.595Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 11 common frames omitted
2021-06-09T23:54:11.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-09T23:54:11.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-09T23:54:11.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-09T23:54:11.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-09T23:54:11.575Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c5239472-ef12-462b-8e12-a5215df279f2 url= /sdc/v1/artifactTypes
2021-06-09T23:54:11.575Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-09T23:54:11.740Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-09T23:54:11.747Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-06-09T23:54:11.766Z||scheduling-1|||||DEBUG|500||create keys
2021-06-09T23:54:11.774Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-09T23:54:11.791Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T23:54:11.804Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0bdd673f-9044-4028-9a67-00edc760d763 url= /sdc/v1/registerForDistribution
2021-06-09T23:54:11.945Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0bdd673f-9044-4028-9a67-00edc760d763 url= /sdc/v1/registerForDistribution
2021-06-09T23:54:11.946Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-09T23:54:11.955Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T23:54:11.955Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T23:54:11.959Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-09T23:54:11.959Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T23:54:11.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T23:54:11.959Z||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 RhEENFF8h3VJqztl) ...
2021-06-09T23:54:11.959Z||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 RhEENFF8h3VJqztl) ...
2021-06-09T23:54:22.153Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T23:54:22.153Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T23:55:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T23:55:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T23:55:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-09T23:55:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T23:55:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T23:55:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-09T23:55:21.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T23:55:21.499Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T23:56:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T23:56:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T23:56:11.955Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T23:56:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-09T23:56:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T23:56:11.956Z||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 RhEENFF8h3VJqztl) ...
2021-06-09T23:56:21.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T23:56:21.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T23:57:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T23:57:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T23:57:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T23:57:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-09T23:57:11.955Z||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-06-09T23:57:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-09T23:57:21.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T23:57:21.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T23:58:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T23:58:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T23:58:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-09T23:58:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T23:58:11.956Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T23:58:11.956Z||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 RhEENFF8h3VJqztl) ...
2021-06-09T23:58:21.494Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T23:58:21.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T23:59:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T23:59:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T23:59:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-09T23:59:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T23:59:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T23:59:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-09T23:59:21.495Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T23:59:21.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:00:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:00:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:00:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:00:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:00:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:00:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:00:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:00:21.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:01:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:01:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:01:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:01:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:01:11.956Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:01:11.956Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:01:21.495Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:01:21.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:02:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:02:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:02:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:02:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:02:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:02:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:02:21.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:02:21.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:03:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:03:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:03:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:03:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:03:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:03:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:03:21.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:03:21.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:04:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:04:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:04:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:04:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:04:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:04:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:04:21.493Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:04:21.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:05:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:05:11.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:05:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:05:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:05:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:05:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:05:21.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:05:21.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:06:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:06:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:06:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:06:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:06:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:06:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:06:21.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:06:21.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:07:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:07:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:07:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:07:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:07:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:07:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:07:21.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:07:21.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:08:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:08:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:08:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:08:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:08:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:08:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:08:21.507Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:08:21.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:09:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:09:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:09:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:09:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:09:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:09:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:09:21.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:09:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:10:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:10:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:10:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:10:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:10:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:10:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:10:21.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:10:21.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:11:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:11:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:11:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:11:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:11:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:11:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:11:21.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:11:21.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:12:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:12:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:12:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:12:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:12:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:12:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:12:21.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:12:21.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:13:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:13:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:13:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:13:11.955Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:13:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:13:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:13:21.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:13:21.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:14:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:14:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:14:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:14:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:14:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:14:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:14:21.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:14:21.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:15:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:15:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:15:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:15:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:15:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:15:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:15:21.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:15:21.510Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:16:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:16:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:16:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:16:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:16:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:16:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:16:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:16:21.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:17:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:17:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:17:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:17:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:17:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:17:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:17:21.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:17:21.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:18:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:18:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:18:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:18:11.956Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:18:11.956Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:18:11.957Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:18:21.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:18:21.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:19:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:19:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:19:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:19:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:19:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:19:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:19:21.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:19:21.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:20:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:20:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:20:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:20:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:20:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:20:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:20:21.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:20:21.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:21:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:21:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:21:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:21:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:21:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:21:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:21:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:21:21.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:22:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:22:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:22:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:22:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:22:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:22:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:22:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:22:21.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:23:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:23:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:23:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:23:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:23:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:23:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:23:21.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:23:21.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:24:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:24:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:24:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:24:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:24:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:24:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:24:21.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:24:21.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:25:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:25:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:25:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:25:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:25:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:25:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:25:21.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:25:21.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:26:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:26:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:26:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:26:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:26:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:26:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:26:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:26:21.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:27:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:27:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:27:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:27:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:27:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:27:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:27:21.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:27:21.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:28:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:28:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:28:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:28:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:28:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:28:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:28:21.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:28:21.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:29:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:29:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:29:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:29:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:29:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:29:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:29:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:29:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:30:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:30:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:30:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:30:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:30:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:30:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:30:21.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:30:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:31:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:31:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:31:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:31:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:31:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:31:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:31:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:31:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:32:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:32:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:32:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:32:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:32:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:32:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:32:21.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:32:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:33:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:33:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:33:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:33:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:33:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:33:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:33:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:33:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:34:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:34:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:34:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:34:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:34:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:34:11.956Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:34:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:34:21.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:35:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:35:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:35:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:35:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:35:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:35:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:35:21.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:35:21.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:36:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:36:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:36:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:36:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:36:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:36:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:36:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:36:21.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:37:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:37:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:37:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:37:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:37:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:37:11.955Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:37:21.493Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:37:21.494Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:38:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:38:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:38:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:38:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:38:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:38:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:38:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:38:21.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:39:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:39:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:39:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:39:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:39:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:39:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:39:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:39:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:40:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:40:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:40:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:40:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:40:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:40:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:40:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:40:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:41:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:41:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:41:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:41:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:41:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:41:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:41:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:41:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:42:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:42:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:42:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:42:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:42:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:42:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:42:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:42:21.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:43:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:43:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:43:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:43:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:43:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:43:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:43:21.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:43:21.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:44:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:44:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:44:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:44:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:44:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:44:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:44:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:44:21.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:45:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:45:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:45:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:45:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:45:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:45:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:45:21.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:45:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:46:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:46:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:46:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:46:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:46:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:46:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:46:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:46:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:47:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:47:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:47:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:47:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:47:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:47:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:47:21.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:47:21.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:48:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:48:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:48:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:48:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:48:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:48:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:48:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:48:21.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:49:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:49:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:49:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:49:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:49:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:49:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:49:21.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:49:21.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:50:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:50:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:50:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:50:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:50:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:50:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:50:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:50:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:51:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:51:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:51:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:51:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:51:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:51:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:51:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:51:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:52:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:52:11.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:52:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:52:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:52:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:52:11.956Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:52:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:52:21.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:53:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:53:11.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:53:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:53:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:53:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:53:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:53:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:53:21.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:54:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:54:11.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:54:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:54:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:54:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:54:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:54:21.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:54:21.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:55:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:55:11.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:55:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:55:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:55:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:55:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:55:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:55:21.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:56:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:56:11.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:56:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:56:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:56:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:56:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:56:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:56:21.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:57:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:57:11.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:57:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:57:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:57:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:57:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:57:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:57:21.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:58:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:58:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:58:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:58:11.955Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:58:11.956Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:58:11.956Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:58:21.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:58:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:59:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:59:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:59:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T00:59:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T00:59:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T00:59:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T00:59:21.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T00:59:21.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:00:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:00:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:00:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:00:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:00:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:00:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:00:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:00:21.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:01:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:01:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:01:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:01:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:01:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:01:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:01:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:01:21.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:02:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:02:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:02:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:02:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:02:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:02:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:02:21.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:02:21.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:03:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:03:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:03:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:03:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:03:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:03:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:03:21.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:03:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:04:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:04:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:04:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:04:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:04:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:04:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:04:21.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:04:21.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:05:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:05:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:05:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:05:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:05:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:05:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:05:21.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:05:21.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:06:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:06:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:06:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:06:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:06:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:06:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:06:21.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:06:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:07:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:07:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:07:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:07:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:07:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:07:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:07:21.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:07:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:08:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:08:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:08:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:08:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:08:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:08:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:08:21.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:08:21.495Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:09:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:09:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:09:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:09:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:09:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:09:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:09:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:09:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:10:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:10:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:10:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:10:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:10:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:10:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:10:21.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:10:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:11:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:11:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:11:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:11:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:11:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:11:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:11:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:11:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:12:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:12:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:12:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:12:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:12:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:12:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:12:21.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:12:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:13:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:13:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:13:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:13:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:13:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:13:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:13:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:13:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:14:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:14:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:14:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:14:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:14:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:14:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:14:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:14:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:15:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:15:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:15:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:15:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:15:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:15:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:15:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:15:21.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:16:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:16:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:16:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:16:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:16:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:16:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:16:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:16:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:17:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:17:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:17:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:17:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:17:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:17:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:17:21.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:17:21.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:18:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:18:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:18:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:18:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:18:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:18:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:18:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:18:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:19:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:19:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:19:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:19:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:19:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:19:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:19:21.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:19:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:20:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:20:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:20:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:20:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:20:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:20:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:20:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:20:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:21:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:21:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:21:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:21:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:21:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:21:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:21:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:21:21.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:22:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:22:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:22:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:22:11.955Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:22:11.956Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:22:11.956Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:22:21.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:22:21.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:23:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:23:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:23:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:23:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:23:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:23:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:23:21.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:23:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:24:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:24:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:24:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:24:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:24:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:24:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:24:21.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:24:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:25:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:25:11.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:25:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:25:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:25:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:25:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:25:21.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:25:21.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:26:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:26:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:26:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:26:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:26:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:26:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:26:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:26:21.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:27:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:27:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:27:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:27:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:27:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:27:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:27:21.493Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:27:21.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:28:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:28:11.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:28:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:28:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:28:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:28:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:28:21.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:28:21.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:29:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:29:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:29:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:29:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:29:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:29:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:29:21.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:29:21.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:30:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:30:11.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:30:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:30:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:30:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:30:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:30:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:30:21.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:31:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:31:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:31:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:31:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:31:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:31:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:31:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:31:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:32:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:32:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:32:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:32:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:32:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:32:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:32:21.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:32:21.493Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:33:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:33:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:33:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:33:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:33:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:33:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:33:21.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:33:21.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:34:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:34:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:34:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:34:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:34:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:34:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:34:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:34:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:35:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:35:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:35:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:35:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:35:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:35:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:35:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:35:21.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:36:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:36:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:36:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:36:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:36:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:36:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:36:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:36:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:37:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:37:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:37:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:37:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:37:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:37:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:37:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:37:21.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:38:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:38:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:38:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:38:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:38:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:38:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:38:21.494Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:38:21.494Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:39:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:39:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:39:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:39:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:39:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:39:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:39:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:39:21.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:40:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:40:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:40:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:40:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:40:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:40:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:40:21.490Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:40:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:41:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:41:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:41:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:41:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:41:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:41:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:41:21.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:41:21.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:42:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:42:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:42:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:42:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:42:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:42:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:42:21.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:42:21.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:43:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:43:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:43:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:43:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:43:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:43:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:43:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:43:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:44:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:44:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:44:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:44:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:44:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:44:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:44:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:44:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:45:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:45:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:45:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:45:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:45:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:45:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:45:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:45:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:46:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:46:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:46:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:46:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:46:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:46:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:46:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:46:21.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:47:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:47:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:47:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:47:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:47:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:47:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:47:21.494Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:47:21.495Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:48:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:48:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:48:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:48:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:48:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:48:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:48:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:48:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:49:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:49:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:49:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:49:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:49:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:49:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:49:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:49:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:50:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:50:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:50:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:50:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:50:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:50:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:50:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:50:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:51:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:51:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:51:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:51:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:51:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:51:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:51:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:51:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:52:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:52:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:52:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:52:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:52:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:52:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:52:21.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:52:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:53:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:53:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:53:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:53:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:53:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:53:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:53:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:53:21.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:54:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:54:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:54:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:54:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:54:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:54:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:54:21.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:54:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:55:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:55:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:55:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T01:55:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:55:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:55:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:55:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:55:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:56:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:56:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:56:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:56:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:56:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:56:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:56:21.490Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:56:21.494Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:57:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:57:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:57:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:57:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:57:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:57:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:57:21.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:57:21.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:58:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:58:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:58:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:58:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:58:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:58:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:58:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:58:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:59:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:59:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:59:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:59:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T01:59:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T01:59:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T01:59:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T01:59:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:00:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:00:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:00:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:00:11.955Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:00:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:00:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:00:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:00:21.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:01:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:01:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:01:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:01:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:01:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:01:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:01:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:01:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:02:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:02:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:02:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:02:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:02:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:02:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:02:21.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:02:21.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:03:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:03:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:03:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:03:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:03:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:03:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:03:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:03:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:04:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:04:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:04:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:04:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:04:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:04:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:04:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:04:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:05:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:05:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:05:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:05:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:05:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:05:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:05:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:05:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:06:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:06:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:06:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:06:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:06:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:06:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:06:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:06:21.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:07:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:07:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:07:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:07:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:07:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:07:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:07:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:07:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:08:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:08:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:08:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:08:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:08:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:08:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:08:21.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:08:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:09:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:09:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:09:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:09:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:09:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:09:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:09:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:09:21.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:10:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:10:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:10:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:10:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:10:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:10:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:10:21.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:10:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:11:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:11:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:11:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:11:11.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:11:11.956Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:11:11.956Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:11:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:11:21.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:12:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:12:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:12:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:12:11.955Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:12:11.956Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:12:11.956Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:12:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:12:21.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:13:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:13:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:13:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:13:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:13:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:13:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:13:21.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:13:21.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:14:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:14:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:14:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:14:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:14:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:14:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:14:21.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:14:21.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:15:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:15:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:15:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:15:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:15:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:15:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:15:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:15:21.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:16:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:16:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:16:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:16:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:16:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:16:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:16:21.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:16:21.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:17:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:17:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:17:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:17:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:17:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:17:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:17:21.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:17:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:18:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:18:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:18:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:18:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:18:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:18:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:18:21.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:18:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:19:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:19:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:19:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:19:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:19:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:19:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:19:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:19:21.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:20:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:20:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:20:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:20:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:20:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:20:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:20:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:20:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:21:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:21:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:21:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:21:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:21:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:21:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:21:21.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:21:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:22:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:22:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:22:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:22:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:22:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:22:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:22:21.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:22:21.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:23:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:23:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:23:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:23:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:23:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:23:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:23:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:23:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:24:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:24:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:24:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:24:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:24:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:24:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:24:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:24:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:25:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:25:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:25:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:25:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:25:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:25:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:25:21.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:25:21.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:26:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:26:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:26:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:26:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:26:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:26:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:26:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:26:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:27:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:27:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:27:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:27:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:27:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:27:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:27:21.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:27:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:28:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:28:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:28:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:28:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:28:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:28:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:28:21.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:28:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:29:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:29:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:29:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:29:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:29:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:29:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:29:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:29:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:30:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:30:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:30:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:30:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:30:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:30:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:30:21.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:30:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:31:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:31:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:31:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:31:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:31:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:31:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:31:21.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:31:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:32:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:32:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:32:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:32:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:32:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:32:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:32:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:32:21.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:33:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:33:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:33:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:33:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:33:11.956Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:33:11.956Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:33:21.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:33:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:34:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:34:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:34:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:34:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:34:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:34:11.956Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:34:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:34:21.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:35:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:35:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:35:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:35:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:35:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:35:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:35:21.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:35:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:36:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:36:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:36:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:36:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:36:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:36:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:36:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:36:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:37:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:37:11.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:37:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:37:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:37:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:37:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:37:21.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:37:21.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:38:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:38:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:38:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:38:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:38:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:38:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:38:21.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:38:21.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:39:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:39:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:39:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:39:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:39:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:39:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:39:21.492Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:39:21.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:40:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:40:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:40:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:40:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:40:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:40:11.956Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:40:21.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:40:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:41:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:41:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:41:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:41:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:41:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:41:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:41:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:41:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:42:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:42:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:42:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:42:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:42:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:42:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:42:21.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:42:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:43:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:43:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:43:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:43:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:43:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:43:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:43:21.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:43:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:44:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:44:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:44:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:44:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:44:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:44:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:44:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:44:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:45:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:45:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:45:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:45:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:45:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:45:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:45:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:45:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:46:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:46:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:46:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:46:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:46:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:46:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:46:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:46:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:47:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:47:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:47:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:47:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:47:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:47:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:47:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:47:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:48:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:48:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:48:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:48:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:48:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:48:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:48:21.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:48:21.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:49:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:49:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:49:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:49:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:49:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:49:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:49:21.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:49:21.494Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:50:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:50:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:50:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:50:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:50:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:50:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:50:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:50:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:51:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:51:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:51:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:51:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:51:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:51:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:51:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:51:21.493Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:52:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:52:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:52:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:52:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:52:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:52:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:52:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:52:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:53:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:53:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:53:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:53:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:53:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:53:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:53:21.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:53:21.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:54:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:54:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:54:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T02:54:11.955Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:54:11.956Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:54:11.956Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:54:21.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:54:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:55:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:55:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:55:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:55:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:55:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:55:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:55:21.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:55:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:56:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:56:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:56:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:56:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:56:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:56:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:56:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:56:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:57:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:57:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:57:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:57:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:57:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:57:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:57:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:57:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:58:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:58:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:58:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:58:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:58:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:58:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:58:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:58:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:59:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:59:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:59:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:59:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T02:59:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T02:59:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T02:59:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T02:59:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:00:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:00:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:00:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:00:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:00:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:00:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:00:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:00:21.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:01:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:01:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:01:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:01:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:01:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:01:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:01:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:01:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:02:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:02:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:02:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:02:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:02:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:02:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:02:21.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:02:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:03:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:03:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:03:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:03:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:03:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:03:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:03:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:03:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:04:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:04:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:04:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:04:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:04:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:04:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:04:21.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:04:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:05:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:05:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:05:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:05:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:05:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:05:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:05:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:05:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:06:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:06:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:06:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:06:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:06:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:06:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:06:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:06:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:07:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:07:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:07:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:07:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:07:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:07:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:07:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:07:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:08:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:08:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:08:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:08:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:08:11.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:08:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:08:21.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:08:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:09:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:09:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:09:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:09:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:09:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:09:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:09:21.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:09:21.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:10:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:10:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:10:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:10:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:10:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:10:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:10:21.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:10:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:11:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:11:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:11:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:11:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:11:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:11:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:11:21.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:11:21.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:12:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:12:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:12:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:12:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:12:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:12:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:12:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:12:21.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:13:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:13:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:13:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:13:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:13:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:13:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:13:21.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:13:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:14:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:14:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:14:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:14:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:14:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:14:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:14:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:14:21.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:15:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:15:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:15:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:15:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:15:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:15:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:15:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:15:21.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:16:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:16:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:16:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:16:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:16:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:16:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:16:21.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:16:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:17:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:17:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:17:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:17:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:17:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:17:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:17:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:17:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:18:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:18:11.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:18:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:18:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:18:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:18:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:18:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:18:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:19:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:19:11.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:19:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:19:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:19:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:19:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:19:21.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:19:21.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:20:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:20:11.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:20:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:20:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:20:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:20:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:20:21.493Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:20:21.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:21:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:21:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:21:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:21:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:21:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:21:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:21:21.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:21:21.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:22:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:22:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:22:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:22:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:22:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:22:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:22:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:22:21.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:23:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:23:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:23:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:23:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:23:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:23:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:23:21.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:23:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:24:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:24:11.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:24:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:24:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:24:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:24:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:24:21.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:24:21.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:25:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:25:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:25:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:25:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:25:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:25:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:25:21.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:25:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:26:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:26:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:26:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:26:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:26:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:26:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:26:21.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:26:21.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:27:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:27:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:27:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:27:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:27:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:27:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:27:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:27:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:28:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:28:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:28:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:28:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:28:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:28:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:28:21.524Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:28:21.527Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:29:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:29:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:29:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:29:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:29:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:29:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:29:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:29:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:30:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:30:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:30:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:30:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:30:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:30:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:30:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:30:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:31:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:31:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:31:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:31:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:31:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:31:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:31:21.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:31:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:32:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:32:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:32:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:32:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:32:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:32:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:32:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:32:21.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:33:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:33:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:33:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:33:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:33:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:33:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:33:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:33:21.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:34:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:34:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:34:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:34:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:34:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:34:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:34:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:34:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:35:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:35:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:35:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:35:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:35:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:35:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:35:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:35:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:36:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:36:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:36:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:36:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:36:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:36:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:36:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:36:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:37:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:37:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:37:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:37:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:37:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:37:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:37:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:37:21.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:38:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:38:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:38:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:38:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:38:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:38:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:38:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:38:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:39:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:39:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:39:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:39:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:39:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:39:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:39:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:39:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:40:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:40:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:40:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:40:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:40:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:40:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:40:21.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:40:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:41:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:41:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:41:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:41:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:41:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:41:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:41:21.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:41:21.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:42:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:42:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:42:11.954Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:42:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:42:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:42:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:42:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:42:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:43:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:43:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:43:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:43:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:43:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:43:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:43:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:43:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:44:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:44:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:44:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:44:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:44:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:44:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:44:21.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:44:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:45:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:45:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:45:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:45:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:45:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:45:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T03:45:21.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:45:21.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:46:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:46:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:46:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:46:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:46:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:46:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:46:21.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:46:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:47:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:47:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:47:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:47:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:47:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:47:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:47:21.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:47:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:48:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:48:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:48:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:48:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:48:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:48:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:48:21.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:48:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:49:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:49:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:49:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:49:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:49:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:49:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:49:21.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:49:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:50:11.963Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:50:11.963Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:50:11.963Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:50:11.963Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:50:11.965Z||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-06-10T03:50:11.966Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:50:21.497Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:50:21.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:51:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:51:11.954Z||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-06-10T03:51:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:51:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:51:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:51:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:51:21.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:51:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:52:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:52:11.954Z||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-06-10T03:52:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:52:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:52:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:52:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:52:21.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:52:21.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:53:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:53:11.953Z||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-06-10T03:53:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:53:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:53:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:53:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:53:21.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:53:21.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:54:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:54:11.953Z||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-06-10T03:54:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:54:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:54:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:54:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:54:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:54:21.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:55:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:55:11.953Z||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-06-10T03:55:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:55:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:55:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:55:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:55:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:55:21.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:56:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:56:11.953Z||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-06-10T03:56:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:56:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:56:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:56:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:56:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:56:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:57:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:57:11.954Z||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-06-10T03:57:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:57:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:57:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:57:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:57:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:57:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:58:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:58:11.954Z||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-06-10T03:58:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:58:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:58:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:58:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:58:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:58:21.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:59:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:59:11.953Z||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-06-10T03:59:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:59:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T03:59:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T03:59:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T03:59:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T03:59:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:00:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:00:11.953Z||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-06-10T04:00:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:00:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:00:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:00:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:00:21.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:00:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:01:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:01:11.953Z||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-06-10T04:01:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:01:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:01:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:01:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:01:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:01:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:02:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:02:11.954Z||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-06-10T04:02:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:02:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:02:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:02:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:02:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:02:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:03:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:03:11.954Z||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-06-10T04:03:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:03:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:03:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:03:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T04:03:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:03:21.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:04:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:04:11.953Z||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-06-10T04:04:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:04:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:04:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:04:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:04:21.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:04:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:05:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:05:11.953Z||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-06-10T04:05:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:05:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:05:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:05:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:05:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:05:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:06:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:06:11.953Z||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-06-10T04:06:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:06:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:06:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:06:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:06:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:06:21.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:07:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:07:11.954Z||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-06-10T04:07:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:07:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:07:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:07:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:07:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:07:21.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:08:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:08:11.953Z||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-06-10T04:08:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:08:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:08:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:08:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:08:21.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:08:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:09:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:09:11.953Z||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-06-10T04:09:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:09:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:09:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:09:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:09:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:09:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:10:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:10:11.954Z||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-06-10T04:10:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:10:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:10:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:10:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:10:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:10:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:11:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:11:11.953Z||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-06-10T04:11:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:11:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:11:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:11:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:11:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:11:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:12:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:12:11.953Z||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-06-10T04:12:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:12:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:12:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:12:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T04:12:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:12:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:13:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:13:11.953Z||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-06-10T04:13:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:13:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:13:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:13:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:13:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:13:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:14:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:14:11.954Z||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-06-10T04:14:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:14:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:14:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:14:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:14:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:14:21.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:15:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:15:11.953Z||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-06-10T04:15:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:15:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:15:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:15:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:15:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:15:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:16:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:16:11.953Z||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-06-10T04:16:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:16:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:16:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:16:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:16:21.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:16:21.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:17:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:17:11.954Z||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-06-10T04:17:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:17:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:17:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:17:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:17:21.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:17:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:18:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:18:11.953Z||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-06-10T04:18:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:18:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:18:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:18:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:18:21.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:18:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:19:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:19:11.953Z||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-06-10T04:19:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:19:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:19:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:19:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:19:21.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:19:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:20:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:20:11.953Z||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-06-10T04:20:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:20:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:20:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:20:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:20:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:20:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:21:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:21:11.953Z||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-06-10T04:21:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:21:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:21:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:21:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:21:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:21:21.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:22:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:22:11.953Z||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-06-10T04:22:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:22:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:22:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:22:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:22:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:22:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:23:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:23:11.953Z||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-06-10T04:23:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:23:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:23:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:23:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:23:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:23:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:24:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:24:11.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:24:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:24:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:24:11.956Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:24:11.956Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T04:24:21.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:24:21.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:25:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:25:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:25:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:25:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:25:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:25:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:25:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:25:21.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:26:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:26:11.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:26:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:26:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:26:11.954Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:26:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:26:21.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:26:21.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:27:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:27:11.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:27:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:27:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:27:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:27:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:27:21.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:27:21.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:28:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:28:11.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:28:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:28:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:28:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:28:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:28:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:28:21.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:29:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:29:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:29:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:29:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:29:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:29:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:29:21.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:29:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:30:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:30:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:30:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:30:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:30:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:30:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:30:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:30:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:31:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:31:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:31:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:31:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:31:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:31:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:31:21.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:31:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:32:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:32:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:32:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:32:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:32:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:32:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:32:21.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:32:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:33:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:33:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:33:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:33:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:33:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:33:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:33:21.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:33:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:34:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:34:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:34:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:34:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:34:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:34:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:34:21.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:34:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:35:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:35:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:35:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:35:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:35:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:35:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:35:21.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:35:21.494Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:36:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:36:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:36:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:36:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:36:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:36:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T04:36:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:36:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:37:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:37:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:37:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:37:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:37:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:37:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:37:21.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:37:21.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:38:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:38:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:38:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:38:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:38:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:38:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:38:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:38:21.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:39:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:39:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:39:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:39:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:39:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:39:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:39:21.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:39:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:40:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:40:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:40:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:40:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:40:11.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:40:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:40:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:40:21.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:41:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:41:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:41:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:41:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:41:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:41:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:41:21.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:41:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:42:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:42:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:42:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:42:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:42:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:42:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:42:21.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:42:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:43:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:43:11.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:43:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:43:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:43:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:43:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:43:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:43:21.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:44:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:44:11.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:44:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:44:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:44:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:44:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:44:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:44:21.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:45:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:45:11.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:45:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:45:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:45:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:45:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T04:45:21.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:45:21.490Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:46:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:46:11.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:46:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:46:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:46:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:46:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:46:21.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:46:21.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:47:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:47:11.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:47:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:47:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:47:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:47:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:47:21.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:47:21.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:48:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:48:11.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:48:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:48:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:48:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:48:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:48:21.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:48:21.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:49:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:49:11.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:49:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:49:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:49:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:49:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:49:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:49:21.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:50:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:50:11.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:50:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:50:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:50:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:50:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:50:21.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:50:21.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:51:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:51:11.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:51:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:51:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:51:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:51:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:51:21.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:51:21.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:52:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:52:11.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:52:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:52:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:52:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:52:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:52:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:52:21.490Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:53:11.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:53:11.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:53:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:53:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:53:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:53:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:53:21.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:53:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:54:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:54:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:54:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:54:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:54:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:54:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T04:54:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:54:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:55:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:55:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:55:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:55:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:55:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:55:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:55:21.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:55:21.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:56:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:56:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:56:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:56:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:56:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:56:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:56:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:56:21.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:57:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:57:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:57:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:57:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:57:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:57:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:57:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:57:21.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:58:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:58:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:58:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:58:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:58:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:58:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:58:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:58:21.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:59:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:59:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:59:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:59:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T04:59:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T04:59:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T04:59:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T04:59:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:00:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:00:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:00:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:00:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:00:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:00:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:00:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:00:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:01:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:01:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:01:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:01:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:01:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:01:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:01:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:01:21.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:02:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:02:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:02:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:02:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:02:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:02:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:02:21.490Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:02:21.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:03:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:03:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:03:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:03:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:03:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:03:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:03:21.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:03:21.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:04:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:04:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:04:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:04:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:04:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:04:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:04:21.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:04:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:05:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:05:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:05:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:05:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:05:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:05:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:05:21.494Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:05:21.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:06:11.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:06:11.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:06:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:06:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:06:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:06:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:06:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:06:21.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:07:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:07:11.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:07:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:07:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:07:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:07:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:07:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:07:21.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:08:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:08:11.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:08:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:08:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:08:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:08:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:08:21.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:08:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:09:11.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:09:11.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:09:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:09:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:09:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:09:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:09:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:09:21.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:10:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:10:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:10:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:10:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:10:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:10:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:10:21.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:10:21.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:11:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:11:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:11:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:11:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:11:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:11:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:11:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:11:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:12:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:12:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:12:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:12:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:12:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:12:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:12:21.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:12:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:13:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:13:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:13:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:13:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:13:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:13:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:13:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:13:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:14:11.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:14:11.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:14:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:14:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:14:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:14:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:14:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:14:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:15:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:15:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:15:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:15:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:15:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:15:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:15:21.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:15:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:16:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:16:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:16:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:16:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:16:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:16:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:16:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:16:21.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:17:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:17:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:17:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:17:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:17:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:17:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:17:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:17:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:18:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:18:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:18:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:18:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:18:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:18:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:18:21.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:18:21.494Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:19:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:19:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:19:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:19:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:19:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:19:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:19:21.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:19:21.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:20:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:20:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:20:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:20:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:20:11.954Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:20:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:20:21.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:20:21.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:21:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:21:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:21:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:21:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:21:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:21:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:21:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:21:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:22:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:22:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:22:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:22:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:22:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:22:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:22:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:22:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:23:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:23:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:23:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:23:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:23:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:23:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:23:21.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:23:21.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:24:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:24:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:24:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:24:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:24:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:24:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:24:21.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:24:21.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:25:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:25:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:25:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:25:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:25:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:25:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:25:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:25:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:26:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:26:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:26:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:26:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:26:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:26:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:26:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:26:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:27:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:27:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:27:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:27:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:27:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:27:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:27:21.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:27:21.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:28:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:28:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:28:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:28:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:28:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:28:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:28:21.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:28:21.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:29:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:29:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:29:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:29:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:29:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:29:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:29:21.494Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:29:21.494Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:30:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:30:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:30:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:30:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:30:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:30:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:30:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:30:21.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:31:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:31:11.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:31:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:31:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:31:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:31:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:31:21.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:31:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:32:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:32:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:32:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:32:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:32:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:32:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:32:21.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:32:21.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:33:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:33:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:33:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:33:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:33:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:33:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:33:21.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:33:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:34:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:34:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:34:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:34:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:34:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:34:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:34:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:34:21.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:35:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:35:11.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:35:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:35:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:35:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:35:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:35:21.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:35:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:36:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:36:11.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:36:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:36:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:36:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:36:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:36:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:36:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:37:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:37:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:37:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:37:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:37:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:37:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:37:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:37:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:38:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:38:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:38:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:38:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:38:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:38:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:38:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:38:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:39:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:39:11.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:39:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:39:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:39:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:39:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:39:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:39:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:40:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:40:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:40:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:40:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:40:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:40:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:40:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:40:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:41:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:41:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:41:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:41:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:41:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:41:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:41:21.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:41:21.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:42:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:42:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:42:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:42:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:42:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:42:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:42:21.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:42:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:43:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:43:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:43:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:43:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:43:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:43:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:43:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:43:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:44:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:44:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:44:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:44:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:44:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:44:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:44:21.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:44:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:45:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:45:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:45:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:45:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:45:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:45:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:45:21.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:45:21.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:46:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:46:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:46:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:46:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:46:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:46:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:46:21.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:46:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:47:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:47:11.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:47:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:47:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:47:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:47:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:47:21.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:47:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:48:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:48:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:48:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:48:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:48:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:48:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:48:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:48:21.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:49:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:49:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:49:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:49:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:49:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:49:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:49:21.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:49:21.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:50:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:50:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:50:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:50:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:50:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:50:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:50:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:50:21.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:51:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:51:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:51:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:51:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:51:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:51:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:51:21.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:51:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:52:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:52:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:52:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:52:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:52:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:52:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:52:21.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:52:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:53:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:53:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:53:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:53:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:53:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:53:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:53:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:53:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:54:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:54:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:54:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:54:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:54:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:54:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:54:21.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:54:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:55:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:55:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:55:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:55:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:55:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:55:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:55:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:55:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:56:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:56:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:56:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:56:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:56:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:56:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:56:21.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:56:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:57:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:57:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:57:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:57:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:57:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:57:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:57:21.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:57:21.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:58:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:58:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:58:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:58:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:58:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:58:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:58:21.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:58:21.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:59:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:59:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:59:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T05:59:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T05:59:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T05:59:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T05:59:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T05:59:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:00:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:00:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:00:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:00:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:00:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:00:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:00:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:00:21.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:01:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:01:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:01:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:01:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:01:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:01:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:01:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:01:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:02:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:02:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:02:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:02:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:02:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:02:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:02:21.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:02:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:03:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:03:11.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:03:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:03:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:03:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:03:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:03:21.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:03:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:04:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:04:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:04:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:04:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:04:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:04:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:04:21.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:04:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:05:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:05:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:05:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:05:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:05:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:05:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:05:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:05:21.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:06:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:06:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:06:11.954Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:06:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:06:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:06:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:06:21.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:06:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:07:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:07:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:07:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:07:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:07:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:07:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:07:21.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:07:21.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:08:11.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:08:11.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:08:11.953Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:08:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:08:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:08:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:08:21.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:08:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:09:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:09:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:09:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:09:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:09:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:09:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:09:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:09:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:10:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:10:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:10:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:10:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:10:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:10:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:10:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:10:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:11:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:11:11.953Z||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-06-10T06:11:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:11:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:11:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:11:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:11:21.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:11:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:12:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:12:11.953Z||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-06-10T06:12:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:12:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:12:11.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:12:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:12:21.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:12:21.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:13:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:13:11.953Z||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-06-10T06:13:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:13:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:13:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:13:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:13:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:13:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:14:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:14:11.954Z||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-06-10T06:14:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:14:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:14:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:14:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:14:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:14:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:15:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:15:11.953Z||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-06-10T06:15:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:15:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:15:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:15:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:15:21.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:15:21.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:16:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:16:11.953Z||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-06-10T06:16:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:16:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:16:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:16:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:16:21.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:16:21.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:17:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:17:11.953Z||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-06-10T06:17:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:17:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:17:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:17:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:17:21.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:17:21.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:18:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:18:11.953Z||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-06-10T06:18:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:18:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:18:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:18:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:18:21.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:18:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:19:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:19:11.953Z||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-06-10T06:19:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:19:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:19:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:19:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:19:21.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:19:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:20:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:20:11.954Z||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-06-10T06:20:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:20:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:20:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:20:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:20:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:20:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:21:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:21:11.953Z||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-06-10T06:21:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:21:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:21:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:21:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:21:21.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:21:21.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:22:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:22:11.954Z||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-06-10T06:22:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:22:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:22:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:22:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:22:21.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:22:21.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:23:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:23:11.953Z||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-06-10T06:23:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:23:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:23:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:23:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:23:21.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:23:21.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:24:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:24:11.953Z||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-06-10T06:24:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:24:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:24:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:24:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:24:21.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:24:21.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:25:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:25:11.953Z||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-06-10T06:25:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:25:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:25:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:25:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:25:21.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:25:21.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:26:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:26:11.953Z||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-06-10T06:26:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:26:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:26:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:26:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:26:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:26:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:27:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:27:11.953Z||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-06-10T06:27:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:27:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:27:11.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:27:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:27:21.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:27:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:28:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:28:11.953Z||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-06-10T06:28:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:28:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:28:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:28:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:28:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:28:21.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:29:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:29:11.953Z||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-06-10T06:29:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:29:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:29:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:29:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:29:21.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:29:21.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:30:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:30:11.953Z||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-06-10T06:30:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:30:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:30:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:30:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:30:21.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:30:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:31:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:31:11.953Z||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-06-10T06:31:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:31:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:31:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:31:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:31:21.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:31:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:32:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:32:11.953Z||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-06-10T06:32:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:32:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:32:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:32:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:32:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:32:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:33:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:33:11.953Z||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-06-10T06:33:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:33:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:33:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:33:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:33:21.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:33:21.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:34:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:34:11.953Z||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-06-10T06:34:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:34:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:34:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:34:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:34:21.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:34:21.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:35:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:35:11.953Z||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-06-10T06:35:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:35:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:35:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:35:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:35:21.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:35:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:36:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:36:11.953Z||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-06-10T06:36:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:36:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:36:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:36:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:36:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:36:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:37:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:37:11.953Z||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-06-10T06:37:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:37:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:37:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:37:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:37:21.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:37:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:38:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:38:11.953Z||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-06-10T06:38:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:38:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:38:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:38:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:38:21.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:38:21.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:39:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:39:11.953Z||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-06-10T06:39:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:39:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:39:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:39:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:39:21.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:39:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:40:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:40:11.953Z||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-06-10T06:40:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:40:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:40:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:40:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:40:21.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:40:21.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:41:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:41:11.953Z||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-06-10T06:41:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:41:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:41:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:41:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:41:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:41:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:42:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:42:11.953Z||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-06-10T06:42:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:42:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:42:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:42:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:42:21.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:42:21.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:43:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:43:11.953Z||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-06-10T06:43:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:43:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:43:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:43:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:43:21.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:43:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:44:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:44:11.953Z||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-06-10T06:44:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:44:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:44:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:44:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:44:21.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:44:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:45:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:45:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:45:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:45:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:45:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:45:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:45:21.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:45:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:46:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:46:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:46:11.954Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:46:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:46:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:46:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:46:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:46:21.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:47:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:47:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:47:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:47:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:47:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:47:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:47:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:47:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:48:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:48:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:48:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:48:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:48:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:48:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:48:21.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:48:21.499Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:49:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:49:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:49:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:49:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:49:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:49:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:49:21.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:49:21.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:50:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:50:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:50:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:50:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:50:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:50:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:50:21.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:50:21.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:51:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:51:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:51:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:51:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:51:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:51:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:51:21.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:51:21.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:52:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:52:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:52:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:52:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:52:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:52:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:52:21.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:52:21.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:53:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:53:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:53:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:53:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:53:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:53:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:53:21.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:53:21.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:54:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:54:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:54:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:54:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:54:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:54:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:54:21.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:54:21.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:55:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:55:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:55:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:55:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:55:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:55:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:55:21.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:55:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:56:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:56:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:56:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:56:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:56:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:56:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:56:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:56:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:57:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:57:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:57:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:57:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:57:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:57:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:57:21.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:57:21.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:58:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:58:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:58:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:58:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:58:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:58:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:58:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:58:21.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:59:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:59:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:59:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T06:59:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T06:59:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T06:59:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T06:59:21.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T06:59:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:00:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:00:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:00:11.955Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:00:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:00:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:00:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:00:21.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:00:21.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:01:11.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:01:11.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:01:11.953Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:01:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:01:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:01:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:01:21.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:01:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:02:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:02:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:02:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:02:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:02:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:02:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:02:21.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:02:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:03:11.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:03:11.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:03:11.953Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:03:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:03:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:03:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:03:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:03:21.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:04:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:04:11.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:04:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:04:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:04:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:04:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:04:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:04:21.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:05:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:05:11.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:05:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:05:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:05:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:05:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:05:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:05:21.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:06:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:06:11.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:06:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:06:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:06:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:06:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:06:21.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:06:21.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:07:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:07:11.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:07:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:07:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:07:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:07:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:07:21.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:07:21.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:08:11.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:08:11.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:08:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:08:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:08:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:08:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:08:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:08:21.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:09:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:09:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:09:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:09:11.955Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:09:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:09:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:09:21.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:09:21.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:10:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:10:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:10:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:10:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:10:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:10:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:10:21.493Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:10:21.494Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:11:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:11:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:11:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:11:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:11:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:11:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:11:21.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:11:21.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:12:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:12:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:12:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:12:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:12:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:12:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:12:21.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:12:21.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:13:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:13:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:13:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:13:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:13:11.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:13:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:13:21.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:13:21.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:14:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:14:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:14:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:14:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:14:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:14:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:14:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:14:21.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:15:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:15:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:15:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:15:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:15:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:15:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:15:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:15:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:16:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:16:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:16:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:16:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:16:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:16:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:16:21.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:16:21.515Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:17:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:17:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:17:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:17:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:17:11.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:17:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:17:21.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:17:21.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:18:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:18:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:18:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:18:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:18:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:18:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:18:21.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:18:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:19:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:19:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:19:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:19:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:19:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:19:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:19:21.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:19:21.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:20:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:20:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:20:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:20:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:20:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:20:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:20:21.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:20:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:21:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:21:11.954Z||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-06-10T07:21:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:21:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:21:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:21:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:21:21.493Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:21:21.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:22:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:22:11.953Z||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-06-10T07:22:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:22:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:22:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:22:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:22:21.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:22:21.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:23:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:23:11.953Z||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-06-10T07:23:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:23:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:23:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:23:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:23:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:23:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:24:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:24:11.953Z||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-06-10T07:24:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:24:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:24:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:24:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:24:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:24:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:25:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:25:11.953Z||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-06-10T07:25:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:25:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:25:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:25:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:25:21.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:25:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:26:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:26:11.954Z||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-06-10T07:26:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:26:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:26:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:26:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:26:21.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:26:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:27:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:27:11.953Z||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-06-10T07:27:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:27:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:27:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:27:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:27:21.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:27:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:28:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:28:11.954Z||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-06-10T07:28:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:28:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:28:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:28:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:28:21.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:28:21.503Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:29:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:29:11.953Z||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-06-10T07:29:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:29:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:29:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:29:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:29:21.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:29:21.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:30:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:30:11.953Z||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-06-10T07:30:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:30:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:30:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:30:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:30:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:30:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:31:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:31:11.953Z||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-06-10T07:31:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:31:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:31:11.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:31:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:31:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:31:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:32:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:32:11.953Z||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-06-10T07:32:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:32:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:32:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:32:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:32:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:32:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:33:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:33:11.953Z||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-06-10T07:33:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:33:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:33:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:33:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:33:21.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:33:21.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:34:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:34:11.954Z||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-06-10T07:34:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:34:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:34:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:34:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:34:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:34:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:35:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:35:11.953Z||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-06-10T07:35:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:35:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:35:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:35:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:35:21.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:35:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:36:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:36:11.953Z||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-06-10T07:36:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:36:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:36:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:36:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:36:21.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:36:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:37:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:37:11.953Z||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-06-10T07:37:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:37:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:37:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:37:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:37:21.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:37:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:38:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:38:11.954Z||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-06-10T07:38:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:38:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:38:11.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:38:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:38:21.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:38:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:39:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:39:11.954Z||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-06-10T07:39:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:39:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:39:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:39:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:39:21.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:39:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:40:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:40:11.954Z||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-06-10T07:40:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:40:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:40:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:40:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:40:21.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:40:21.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:41:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:41:11.953Z||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-06-10T07:41:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:41:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:41:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:41:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:41:21.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:41:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:42:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:42:11.953Z||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-06-10T07:42:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:42:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:42:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:42:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:42:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:42:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:43:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:43:11.953Z||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-06-10T07:43:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:43:11.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:43:11.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:43:11.955Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:43:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:43:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:44:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:44:11.953Z||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-06-10T07:44:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:44:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:44:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:44:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:44:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:44:21.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:45:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:45:11.953Z||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-06-10T07:45:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:45:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:45:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:45:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:45:21.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:45:21.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:46:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:46:11.953Z||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-06-10T07:46:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:46:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:46:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:46:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:46:21.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:46:21.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:47:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:47:11.953Z||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-06-10T07:47:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:47:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:47:11.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:47:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:47:21.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:47:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:48:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:48:11.953Z||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-06-10T07:48:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:48:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:48:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:48:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:48:21.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:48:21.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:49:11.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:49:11.953Z||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-06-10T07:49:11.953Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:49:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:49:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:49:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:49:21.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:49:21.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:50:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:50:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:50:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:50:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:50:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:50:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:50:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:50:21.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:51:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:51:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:51:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:51:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:51:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:51:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:51:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:51:21.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:52:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:52:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:52:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:52:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:52:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:52:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:52:21.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:52:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:53:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:53:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:53:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:53:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:53:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:53:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:53:21.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:53:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:54:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:54:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:54:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:54:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:54:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:54:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:54:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:54:21.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:55:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:55:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:55:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:55:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:55:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:55:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:55:21.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:55:21.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:56:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:56:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:56:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:56:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:56:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:56:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:56:21.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:56:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:57:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:57:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:57:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:57:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:57:11.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:57:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:57:21.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:57:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:58:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:58:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:58:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:58:11.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:58:11.955Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:58:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:58:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:58:21.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:59:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:59:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:59:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T07:59:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T07:59:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T07:59:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T07:59:21.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T07:59:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:00:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:00:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:00:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:00:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:00:11.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:00:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:00:21.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:00:21.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:01:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:01:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:01:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:01:11.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:01:11.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:01:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:01:21.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:01:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:02:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:02:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:02:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:02:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:02:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:02:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:02:21.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:02:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:03:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:03:11.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:03:11.954Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:03:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:03:11.955Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:03:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:03:21.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:03:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:04:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:04:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:04:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:04:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:04:11.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:04:11.954Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:04:21.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:04:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:05:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:05:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:05:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:05:11.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:05:11.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:05:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:05:21.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:05:21.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:06:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:06:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:06:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:06:11.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:06:11.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:06:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:06:21.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:06:21.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:07:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:07:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:07:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:07:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:07:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:07:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:07:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:07:21.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:08:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:08:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:08:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:08:11.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:08:11.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:08:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:08:21.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:08:21.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:11.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:09:11.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:09:11.953Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:09:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:09:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:09:12.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:12.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "dcae-sch",
"timestamp": 1623312523327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "aai-ml",
"timestamp": 1623312526530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623312531416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "cds",
"timestamp": 1623312531629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "dcae-sch",
"timestamp": 1623312523327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "aai-ml",
"timestamp": 1623312526530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623312531416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "cds",
"timestamp": 1623312531629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "policy-id",
"timestamp": 1623312532748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "dcae-sch",
"timestamp": 1623312523327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "aai-ml",
"timestamp": 1623312526530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623312531416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "cds",
"timestamp": 1623312531629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "policy-id",
"timestamp": 1623312532748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "clamp",
"timestamp": 1623312533969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "dcae-sch",
"timestamp": 1623312523327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "aai-ml",
"timestamp": 1623312526530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623312531416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "cds",
"timestamp": 1623312531629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "policy-id",
"timestamp": 1623312532748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "clamp",
"timestamp": 1623312533969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "dcae-sch",
"timestamp": 1623312523327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "aai-ml",
"timestamp": 1623312526530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623312531416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "cds",
"timestamp": 1623312531629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "policy-id",
"timestamp": 1623312532748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623312535868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "clamp",
"timestamp": 1623312533969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "dcae-sch",
"timestamp": 1623312523327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "aai-ml",
"timestamp": 1623312526530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623312531416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "cds",
"timestamp": 1623312531629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "policy-id",
"timestamp": 1623312532748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623312535868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "clamp",
"timestamp": 1623312533969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "dcae-sch",
"timestamp": 1623312523327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "aai-ml",
"timestamp": 1623312526530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623312531416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "cds",
"timestamp": 1623312531629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "policy-id",
"timestamp": 1623312532748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623312535868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "clamp",
"timestamp": 1623312533969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623312538122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "policy-id",
"timestamp": 1623312532748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623312535868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "clamp",
"timestamp": 1623312533969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623312538122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623312539941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "cds",
"timestamp": 1623312539966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "aai-ml",
"timestamp": 1623312539981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:12.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623312535868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "policy-id",
"timestamp": 1623312540599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "clamp",
"timestamp": 1623312533969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623312538122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "cds",
"timestamp": 1623312540984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:09:12.240Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 798c0337-2573-4194-9dd2-8ff65b6b4c7e
2021-06-10T08:09:12.256Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 798c0337-2573-4194-9dd2-8ff65b6b4c7e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:09:12.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623312541148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:12.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623312535868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "policy-id",
"timestamp": 1623312541605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:09:12.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623312538122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1623312535868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "policy-id",
"timestamp": 1623312542608,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:09:12.285Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 798c0337-2573-4194-9dd2-8ff65b6b4c7e
2021-06-10T08:09:12.285Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 798c0337-2573-4194-9dd2-8ff65b6b4c7e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:09:12.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623312541728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623312538122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623312542770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:12.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623312541728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623312538122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623312543776,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:09:12.296Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 798c0337-2573-4194-9dd2-8ff65b6b4c7e
2021-06-10T08:09:12.296Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 798c0337-2573-4194-9dd2-8ff65b6b4c7e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623312541728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623312538122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623312544779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "DEPLOY_OK"
}
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623312541728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623312546121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623312541728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623312547325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623312541728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623312541728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:09:12.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623312548887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:12.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623312549891,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:09:12.308Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 798c0337-2573-4194-9dd2-8ff65b6b4c7e
2021-06-10T08:09:12.308Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 798c0337-2573-4194-9dd2-8ff65b6b4c7e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-10T08:09:12.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623312550256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:12.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623312550896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "DEPLOY_OK"
}
2021-06-10T08:09:12.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:09:12.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:12.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-10T08:09:12.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"798c0337-2573-4194-9dd2-8ff65b6b4c7e","serviceName":"vFW 2021-06-10 08-06-09","serviceVersion":"1.0","serviceUUID":"0243bc8a-c324-4632-8b2d-5034cc7ef663","serviceDescription":"catalog service description","serviceInvariantUUID":"ca63d7b3-c62e-4fab-94d5-97dd695049af","resources":[{"resourceInstanceName":"vFW 3492655c-74f5 0","resourceName":"vFW 3492655c-74f5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db82da2c-26a5-410b-92d3-84a183d98e4a","resourceInvariantUUID":"87ddbe02-2cfe-4f82-b7f2-1be0027c2e39","resourceCustomizationUUID":"adbd30bb-7364-49a5-85e4-5cf7d52886ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml","artifactChecksum":"NTFlYWYxMWI5MGVmNzA0MTFhODg2MDI1OTRmODA3NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70093ced-1929-4684-acc0-8f252bdd7dd8","artifactVersion":"1"},{"artifactName":"vfw3492655c74f50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json","artifactChecksum":"MDQ1OTJlMTMyMjRjZGVjNDU5N2JlYzFlYTFhZjE5ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2b90db3-932a-408d-aa6f-85a53cb39e6d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a1106914-a7b7-46cf-9b6d-52ab26b2415a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml","artifactChecksum":"NjAyNWVkNTE1OWYwMTg2ZGVkYTAxNzIxZmViNWI5NTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f88aeb0d-437f-4410-8f6b-327758d1352d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"df691d53-c0e5-4caa-a11f-807ac785472a","artifactVersion":"2","generatedFromUUID":"a1106914-a7b7-46cf-9b6d-52ab26b2415a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210610080609-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml","artifactChecksum":"MmI4ZGU2OTI5ZjM1ZDBmMDg2ZTk4MTM1Njk0MWEzMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba3fa394-0ca0-40ad-b7f3-9b81803915db","artifactVersion":"1"},{"artifactName":"service-Vfw20210610080609-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar","artifactChecksum":"Mzg4MmZiOThjMjMyY2IzOTA3MGRjZTBmY2FhYjI3ZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c51a79d-e2ab-42a4-898b-9c1c64c5b315","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-10T08:09:12.580Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:09:12.584Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:12.590Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:12.590Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:12.691Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-06-10T08:09:12.694Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:12.694Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:12.700Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:12.700Z||pool-3-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:09:13.595Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:09:13.595Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:13.598Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:13.598Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "NOTIFIED"
}
2021-06-10T08:09:13.698Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-10T08:09:13.698Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:13.699Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:13.705Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:13.705Z||pool-4-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:09:14.599Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:09:14.600Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:14.602Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:14.602Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-10T08:09:14.702Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:14.702Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:14.703Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:14.709Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:14.710Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:09:15.602Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:09:15.603Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:15.604Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:15.605Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:15.705Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:15.705Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:15.705Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:15.712Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:15.712Z||pool-6-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:09:16.605Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:09:16.606Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:16.608Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:16.608Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-10T08:09:16.708Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:16.708Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:16.708Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:16.714Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:16.714Z||pool-7-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:09:17.608Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:09:17.609Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:17.610Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:17.610Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:09:17.710Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:17.711Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:17.711Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:17.723Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:17.723Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:09:18.611Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:09:18.611Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:18.613Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:18.613Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:09:18.713Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:18.713Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:18.713Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:18.720Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:18.721Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:09:19.614Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"serviceName": "vFW 2021-06-10 08-06-09",
"serviceVersion": "1.0",
"serviceUUID": "0243bc8a-c324-4632-8b2d-5034cc7ef663",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ca63d7b3-c62e-4fab-94d5-97dd695049af",
"resources": [
{
"resourceInstanceName": "vFW 3492655c-74f5 0",
"resourceCustomizationUUID": "adbd30bb-7364-49a5-85e4-5cf7d52886ad",
"resourceName": "vFW 3492655c-74f5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "db82da2c-26a5-410b-92d3-84a183d98e4a",
"resourceInvariantUUID": "87ddbe02-2cfe-4f82-b7f2-1be0027c2e39",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3492655c74f50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"artifactChecksum": "MDQ1OTJlMTMyMjRjZGVjNDU5N2JlYzFlYTFhZjE5ZWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e2b90db3-932a-408d-aa6f-85a53cb39e6d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a1106914-a7b7-46cf-9b6d-52ab26b2415a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "df691d53-c0e5-4caa-a11f-807ac785472a",
"generatedFromUUID": "a1106914-a7b7-46cf-9b6d-52ab26b2415a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "df691d53-c0e5-4caa-a11f-807ac785472a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210610080609-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"artifactChecksum": "Mzg4MmZiOThjMjMyY2IzOTA3MGRjZTBmY2FhYjI3ZmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c51a79d-e2ab-42a4-898b-9c1c64c5b315"
}
],
"workloadContext": "Production"
}
2021-06-10T08:09:19.618Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-10T08:09:19.618Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0243bc8a-c324-4632-8b2d-5034cc7ef663 ASDC
2021-06-10T08:09:19.737Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:798c0337-2573-4194-9dd2-8ff65b6b4c7e
ServiceName:vFW 2021-06-10 08-06-09
ServiceVersion:1.0
ServiceUUID:0243bc8a-c324-4632-8b2d-5034cc7ef663
ServiceInvariantUUID:ca63d7b3-c62e-4fab-94d5-97dd695049af
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210610080609-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar
ArtifactUUID:0c51a79d-e2ab-42a4-898b-9c1c64c5b315
ArtifactChecksum:Mzg4MmZiOThjMjMyY2IzOTA3MGRjZTBmY2FhYjI3ZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3492655c-74f5 0
ResourceCustomizationUUID:adbd30bb-7364-49a5-85e4-5cf7d52886ad
ResourceInvariantUUID:87ddbe02-2cfe-4f82-b7f2-1be0027c2e39
ResourceName:vFW 3492655c-74f5
ResourceType:VF
ResourceUUID:db82da2c-26a5-410b-92d3-84a183d98e4a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3492655c74f50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json
ArtifactUUID:e2b90db3-932a-408d-aa6f-85a53cb39e6d
ArtifactChecksum:MDQ1OTJlMTMyMjRjZGVjNDU5N2JlYzFlYTFhZjE5ZWM=
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/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml
ArtifactUUID:a1106914-a7b7-46cf-9b6d-52ab26b2415a
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/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env
ArtifactUUID:df691d53-c0e5-4caa-a11f-807ac785472a
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/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env
ArtifactUUID:df691d53-c0e5-4caa-a11f-807ac785472a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-10T08:09:19.737Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0243bc8a-c324-4632-8b2d-5034cc7ef663 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-10T08:09:19.795Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-10T08:09:19.804Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-06-10T08:09:19.805Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-06-10T08:09:19.805Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0c51a79d-e2ab-42a4-898b-9c1c64c5b315 from URL: /sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:19.805Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-06-10T08:09:19.806Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:20.217Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-06-10T08:09:20.233Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar 0c51a79d-e2ab-42a4-898b-9c1c64c5b315 110402
2021-06-10T08:09:20.234Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar ASDC sendASDCNotification
2021-06-10T08:09:20.234Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:20.234Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-10T08:09:20.235Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:20.236Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:20.236Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312560233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:20.336Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:20.337Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:20.337Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:20.343Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:20.343Z||pool-10-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:09:21.237Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-10T08:09:21.238Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-06-10T08:09:21.238Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0c51a79d-e2ab-42a4-898b-9c1c64c5b315, URL: /sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar to file: /app/ASDC/1/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:21.238Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210610080609-csar.csar
2021-06-10T08:09:21.393Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:21.393Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:21.748Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16896785642374367900/Definitions/service-Vfw20210610080609-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-06-10T08:09:23.879Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-10T08:09:23.883Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-06-10T08:09:23.883Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.883Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-06-10T08:09:23.883Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||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-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.883Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||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-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.883Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|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-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.883Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.884Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.884Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||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-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.884Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|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-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.884Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||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-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.884Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3492655c-74f5 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-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.884Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.884Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||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-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.884Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3492655c-74f5 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.884Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.884Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|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-Vfw20210610080609-csar.csar
2021-06-10T08:09:23.884Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-06-10T08:09:23.894Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.895Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:23.898Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is matching search criteria
2021-06-10T08:09:23.898Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-06-10T08:09:23.899Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3492655c-74f5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-10T08:09:23.900Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.900Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:23.900Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is matching search criteria
2021-06-10T08:09:23.901Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-06-10T08:09:23.901Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3492655c-74f5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-10T08:09:23.901Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.901Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:23.904Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.904Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is not matching search criteria
2021-06-10T08:09:23.904Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-10T08:09:23.904Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-10T08:09:23.904Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-10T08:09:23.904Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:23.905Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-10T08:09:23.905Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-10T08:09:23.905Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-10T08:09:23.905Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-10T08:09:23.905Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-10T08:09:23.905Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-10T08:09:23.905Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:23.905Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-10T08:09:23.906Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:23.906Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-10T08:09:23.906Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-10T08:09:23.906Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-10T08:09:23.906Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.906Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-10T08:09:23.907Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.907Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is matching search criteria
2021-06-10T08:09:23.907Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3492655c-74f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:09:23.908Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.908Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is matching search criteria
2021-06-10T08:09:23.908Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3492655c-74f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:09:23.908Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.908Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is matching search criteria
2021-06-10T08:09:23.908Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3492655c-74f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:09:23.908Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.909Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is not matching search criteria
2021-06-10T08:09:23.909Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-10T08:09:23.909Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-10T08:09:23.909Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-10T08:09:23.909Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-10T08:09:23.909Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-10T08:09:23.909Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-10T08:09:23.909Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:23.910Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-10T08:09:23.910Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:23.910Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-10T08:09:23.910Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-10T08:09:23.910Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=105425df-aa07-444a-b95f-3ca0bb2e448d
2021-06-10T08:09:23.910Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.910Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is not matching search criteria
2021-06-10T08:09:23.910Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-10T08:09:23.911Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-10T08:09:23.911Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-10T08:09:23.911Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:23.911Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-10T08:09:23.911Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-10T08:09:23.911Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-10T08:09:23.911Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-10T08:09:23.911Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-10T08:09:23.911Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:23.912Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-10T08:09:23.912Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-10T08:09:23.912Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c90b482e-7179-4d0f-a669-44e2f9734b07
2021-06-10T08:09:23.912Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.912Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is not matching search criteria
2021-06-10T08:09:23.912Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-10T08:09:23.913Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-10T08:09:23.913Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-10T08:09:23.913Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:23.913Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-10T08:09:23.913Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-10T08:09:23.913Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-10T08:09:23.913Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-10T08:09:23.913Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-10T08:09:23.913Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-10T08:09:23.914Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:23.914Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-10T08:09:23.914Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=57c78e0b-9c31-4db2-861e-006b0af0d7ef
2021-06-10T08:09:23.914Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.914Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:23.914Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.914Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:23.915Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.915Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:23.915Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:23.915Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:23.915Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-06-10 08-06-09
Description:catalog service description
Model UUID:0243bc8a-c324-4632-8b2d-5034cc7ef663
Model Version:NULL
Model InvariantUuid:ca63d7b3-c62e-4fab-94d5-97dd695049af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3492655c-74f5
Model UUID:6e930b08-9627-499f-98f4-6b6f42a6db64
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87ddbe02-2cfe-4f82-b7f2-1be0027c2e39
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:adbd30bb-7364-49a5-85e4-5cf7d52886ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6a23e8b8-61bd-47b7-8c96-af32fb3eaa5e
ModelName:Vfw3492655c74f5..base_vfw..module-0
ModelUuid:c8117766-f301-4853-86c9-ae6b4a0f40f4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:105425df-aa07-444a-b95f-3ca0bb2e448d
ModelInvariantUuid:25dc1b37-3265-4d50-b020-c21a2c6a94cd
ModelName:vFW 3492655c-74f5-nodes.vfwCvfc
ModelUuid:d66d8821-afc4-425f-ad74-176506d01f34
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:540f7b14-bb79-41f5-a842-b77361059106
ModelInvariantUuid:1947a87c-4ad9-4019-b33f-53a138542640
ModelName:Vfw3492655c74f5.compute.nodes.heat.vfw
ModelUuid:d45049f6-749e-44dd-afa1-6c7def3860dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c90b482e-7179-4d0f-a669-44e2f9734b07
ModelInvariantUuid:c2ba86f8-5dc6-4678-8cff-8e9c37d4dc35
ModelName:vFW 3492655c-74f5-nodes.vsnCvfc
ModelUuid:f4b81146-f7ed-4453-969b-8a0e3dbcf23b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:981d0f74-329a-4601-a16a-d628de004f9f
ModelInvariantUuid:414dd7ec-ab12-41f3-b546-7fb878ffe3fc
ModelName:Vfw3492655c74f5.compute.nodes.heat.vsn
ModelUuid:d6d2b75f-d463-4543-8a0b-58d75af51c92
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:57c78e0b-9c31-4db2-861e-006b0af0d7ef
ModelInvariantUuid:1d4fd530-2139-4039-bf81-1d76b3db6d62
ModelName:vFW 3492655c-74f5-nodes.vpgCvfc
ModelUuid:635d6977-a5f5-4b56-b958-3df4cb79a479
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:18e42d7b-797d-4c19-bb0b-b4b06726e824
ModelInvariantUuid:3b8c11b8-109a-4d95-84f8-3b670d659479
ModelName:Vfw3492655c74f5.compute.nodes.heat.vpg
ModelUuid:08f00612-8668-424a-a745-9665a6b88280
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-10T08:09:23.933Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: db82da2c-26a5-410b-92d3-84a183d98e4a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-10T08:09:24.036Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||vFW 3492655c-74f5 0
2021-06-10T08:09:24.042Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: db82da2c-26a5-410b-92d3-84a183d98e4a
2021-06-10T08:09:24.042Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e2b90db3-932a-408d-aa6f-85a53cb39e6d from URL: /sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json
2021-06-10T08:09:24.042Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-06-10T08:09:24.042Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json
2021-06-10T08:09:24.753Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-06-10T08:09:24.753Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json e2b90db3-932a-408d-aa6f-85a53cb39e6d 785
2021-06-10T08:09:24.753Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json ASDC sendASDCNotification
2021-06-10T08:09:24.753Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json
2021-06-10T08:09:24.753Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-10T08:09:24.753Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:24.755Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:24.755Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312564753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:24.855Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:24.855Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:24.856Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:24.861Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:24.862Z||pool-11-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:09:25.759Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3492655c74f5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6a23e8b8-61bd-47b7-8c96-af32fb3eaa5e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c8117766-f301-4853-86c9-ae6b4a0f40f4",
"vfModuleModelCustomizationUUID": "ca1ed832-07e3-4515-a199-8d897d67d071",
"isBase": true,
"artifacts": [
"a1106914-a7b7-46cf-9b6d-52ab26b2415a",
"df691d53-c0e5-4caa-a11f-807ac785472a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-06-10T08:09:25.776Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3492655c74f5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c8117766-f301-4853-86c9-ae6b4a0f40f4
VfModuleModelInvariantUUID:6a23e8b8-61bd-47b7-8c96-af32fb3eaa5e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1106914-a7b7-46cf-9b6d-52ab26b2415a
,
df691d53-c0e5-4caa-a11f-807ac785472a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-06-10T08:09:25.778Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3492655c74f5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6a23e8b8-61bd-47b7-8c96-af32fb3eaa5e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c8117766-f301-4853-86c9-ae6b4a0f40f4",
"vfModuleModelCustomizationUUID": "ca1ed832-07e3-4515-a199-8d897d67d071",
"isBase": true,
"artifacts": [
"a1106914-a7b7-46cf-9b6d-52ab26b2415a",
"df691d53-c0e5-4caa-a11f-807ac785472a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-06-10T08:09:25.778Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3492655c74f5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c8117766-f301-4853-86c9-ae6b4a0f40f4
VfModuleModelInvariantUUID:6a23e8b8-61bd-47b7-8c96-af32fb3eaa5e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1106914-a7b7-46cf-9b6d-52ab26b2415a
,
df691d53-c0e5-4caa-a11f-807ac785472a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-06-10T08:09:25.778Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a1106914-a7b7-46cf-9b6d-52ab26b2415a from URL: /sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml
2021-06-10T08:09:25.778Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-06-10T08:09:25.779Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml
2021-06-10T08:09:25.952Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-06-10T08:09:25.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml a1106914-a7b7-46cf-9b6d-52ab26b2415a 20368
2021-06-10T08:09:25.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-10T08:09:25.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml
2021-06-10T08:09:25.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-10T08:09:25.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:25.955Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:25.955Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312565953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:26.055Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:26.056Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:26.056Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:26.062Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:26.062Z||pool-12-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:09:26.955Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: df691d53-c0e5-4caa-a11f-807ac785472a from URL: /sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env
2021-06-10T08:09:26.956Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-06-10T08:09:26.956Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env
2021-06-10T08:09:27.196Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-06-10T08:09:27.196Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env df691d53-c0e5-4caa-a11f-807ac785472a 2098
2021-06-10T08:09:27.196Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-10T08:09:27.196Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env
2021-06-10T08:09:27.196Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-10T08:09:27.197Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:27.198Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:27.198Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312567196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:09:27.298Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:27.299Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:27.299Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:27.304Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:27.305Z||pool-13-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-06-10T08:09:28.199Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0243bc8a-c324-4632-8b2d-5034cc7ef663
2021-06-10T08:09:28.199Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3492655c-74f5 0 db82da2c-26a5-410b-92d3-84a183d98e4a 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-06-10T08:09:28.234Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.234Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:28.234Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-06-10T08:09:28.234Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= adbd30bb-7364-49a5-85e4-5cf7d52886ad
2021-06-10T08:09:28.234Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: adbd30bb-7364-49a5-85e4-5cf7d52886ad matches Tosca VF Customization UUID: adbd30bb-7364-49a5-85e4-5cf7d52886ad
2021-06-10T08:09:28.234Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: adbd30bb-7364-49a5-85e4-5cf7d52886ad matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-10T08:09:28.239Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.239Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:28.240Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id adbd30bb-7364-49a5-85e4-5cf7d52886ad: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-06-10T08:09:28.240Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ae10ffb
2021-06-10T08:09:28.240Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.240Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-10T08:09:28.240Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ca1ed832-07e3-4515-a199-8d897d67d071
2021-06-10T08:09:28.241Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ca1ed832-07e3-4515-a199-8d897d67d071
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-10T08:09:28.245Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.245Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is matching search criteria
2021-06-10T08:09:28.246Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3492655c-74f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:09:28.246Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.246Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is matching search criteria
2021-06-10T08:09:28.246Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3492655c-74f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:09:28.246Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.246Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is not matching search criteria
2021-06-10T08:09:28.247Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-10T08:09:28.247Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-10T08:09:28.247Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-10T08:09:28.247Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-10T08:09:28.247Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-10T08:09:28.247Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-10T08:09:28.247Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:28.247Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-10T08:09:28.247Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:28.247Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-10T08:09:28.247Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-10T08:09:28.248Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=105425df-aa07-444a-b95f-3ca0bb2e448d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-10T08:09:28.259Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.259Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is matching search criteria
2021-06-10T08:09:28.260Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3492655c-74f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:09:28.260Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.260Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is not matching search criteria
2021-06-10T08:09:28.260Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-10T08:09:28.260Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-10T08:09:28.260Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-10T08:09:28.260Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:28.260Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-10T08:09:28.260Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-10T08:09:28.260Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-10T08:09:28.261Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-10T08:09:28.261Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-10T08:09:28.261Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:28.261Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-10T08:09:28.261Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-10T08:09:28.261Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c90b482e-7179-4d0f-a669-44e2f9734b07
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-10T08:09:28.263Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.263Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is matching search criteria
2021-06-10T08:09:28.263Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3492655c-74f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:09:28.264Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.265Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is not matching search criteria
2021-06-10T08:09:28.265Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-10T08:09:28.265Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-10T08:09:28.265Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-10T08:09:28.265Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:28.265Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-10T08:09:28.265Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-10T08:09:28.265Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-10T08:09:28.265Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-10T08:09:28.265Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-10T08:09:28.265Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-10T08:09:28.266Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-10T08:09:28.266Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-10T08:09:28.266Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=57c78e0b-9c31-4db2-861e-006b0af0d7ef
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-10T08:09:28.267Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.267Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is matching search criteria
2021-06-10T08:09:28.268Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3492655c-74f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:09:28.268Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.268Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Node template vFW 3492655c-74f5 0 is matching search criteria
2021-06-10T08:09:28.268Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3492655c-74f5 0] matching following query criteria: sdcType=VF, customizationUUID=adbd30bb-7364-49a5-85e4-5cf7d52886ad
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-10T08:09:28.269Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.270Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:28.270Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0243bc8a-c324-4632-8b2d-5034cc7ef663: vFW 3492655c-74f5
2021-06-10T08:09:28.270Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.270Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:28.270Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.270Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:28.270Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.270Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:28.270Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.271Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:28.271Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:09:28.271Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-06-10 08-06-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:09:28.271Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-06-10 08-06-09
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:09:28.543Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3492655c-74f5 db82da2c-26a5-410b-92d3-84a183d98e4a 1 ASDC deployResourceStructure
2021-06-10T08:09:28.543Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json ASDC sendASDCNotification
2021-06-10T08:09:28.543Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json
2021-06-10T08:09:28.543Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-10T08:09:28.544Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:28.545Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:28.545Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312568543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "DEPLOY_OK"
}
2021-06-10T08:09:28.645Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:28.646Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:28.646Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:28.652Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:28.653Z||pool-14-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-06-10T08:09:29.546Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-10T08:09:29.546Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml
2021-06-10T08:09:29.546Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-10T08:09:29.546Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:29.548Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:29.548Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312569546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-10T08:09:29.648Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:29.648Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:29.648Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:29.654Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:29.655Z||pool-15-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-06-10T08:09:30.550Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-10T08:09:30.550Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env
2021-06-10T08:09:30.550Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-10T08:09:30.551Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:30.552Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:30.552Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312570550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-10T08:09:30.653Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:30.653Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:30.653Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:30.659Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:30.659Z||pool-16-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:09:31.553Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar ASDC sendASDCNotification
2021-06-10T08:09:31.553Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar
2021-06-10T08:09:31.553Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-10T08:09:31.554Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:09:31.555Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:09:31.555Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312571553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:09:31.655Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:09:31.656Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:09:31.656Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:09:31.662Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:09:31.663Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:09:32.556Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:09:32.579Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:09:32.581Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-10T08:09:32.581Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-10T08:09:32.581Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-10T08:10:02.581Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:10:02.590Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:10:02.593Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-10T08:10:02.593Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-10T08:10:02.593Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-10T08:10:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:10:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:10:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:10:11.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:10:11.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:10:11.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "clamp",
"timestamp": 1623312551897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:10:11.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:10:32.593Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:10:32.602Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:10:32.604Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-10T08:10:32.605Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-10T08:10:32.605Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-10T08:11:02.605Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:11:02.612Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:11:02.614Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-10T08:11:02.614Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-10T08:11:02.614Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-10T08:11:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:11:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:11:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:11:11.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:11:11.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:11:11.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623312551948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:11:11.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:11:32.615Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:11:32.622Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:11:32.623Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-10T08:11:32.623Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-10T08:11:32.624Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-10T08:12:02.624Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:12:02.632Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:12:02.634Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-10T08:12:02.634Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-10T08:12:02.634Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-10T08:12:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:12:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:12:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:12:12.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:12:12.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623312551351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:12:12.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:12:12.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623312551351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:12:12.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "clamp",
"timestamp": 1623312553087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:12:12.476Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "aai-ml",
"timestamp": 1623312553460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:12:12.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "NOTIFIED"
}
2021-06-10T08:12:12.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623312553636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:12:12.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623312551351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:12:12.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "clamp",
"timestamp": 1623312554091,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:12:12.484Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 798c0337-2573-4194-9dd2-8ff65b6b4c7e
2021-06-10T08:12:12.484Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 798c0337-2573-4194-9dd2-8ff65b6b4c7e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:12:12.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "aai-ml",
"timestamp": 1623312554465,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:12:12.494Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 798c0337-2573-4194-9dd2-8ff65b6b4c7e
2021-06-10T08:12:12.494Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 798c0337-2573-4194-9dd2-8ff65b6b4c7e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:12:12.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-10T08:12:12.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623312551351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:12:12.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:12:12.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623312551351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:12:12.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623312556333,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:12:12.505Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 798c0337-2573-4194-9dd2-8ff65b6b4c7e
2021-06-10T08:12:12.505Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 798c0337-2573-4194-9dd2-8ff65b6b4c7e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-10T08:12:12.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-10T08:12:12.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623312551351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:12:12.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623312557337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "DEPLOY_OK"
}
2021-06-10T08:12:12.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:12:12.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623312551351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:12:12.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312551953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:12:12.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-10T08:12:12.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623312559918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:12:12.515Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312560233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:12:12.516Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623312564536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:12:12.516Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312564753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:12:12.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623312565541,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:12:12.521Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 798c0337-2573-4194-9dd2-8ff65b6b4c7e
2021-06-10T08:12:12.521Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 798c0337-2573-4194-9dd2-8ff65b6b4c7e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:12:12.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312565953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:12:12.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312567196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:12:12.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312568543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/vfw3492655c74f50_modules.json",
"status": "DEPLOY_OK"
}
2021-06-10T08:12:12.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312569546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-10T08:12:12.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312570550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/resourceInstances/vfw3492655c74f50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-10T08:12:12.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:12.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:12:12.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312571553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210610080609/1.0/artifacts/service-Vfw20210610080609-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:12:12.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:12:32.635Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:12:32.645Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:12:32.647Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-10T08:12:32.648Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-10T08:12:32.648Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-10T08:12:32.648Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-10T08:12:32.648Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:12:32.648Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:12:32.648Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:12:32.649Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:12:32.649Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:12:32.649Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:12:32.649Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|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-06-10T08:12:32.653Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-10T08:13:02.653Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-10T08:13:02.662Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 798c0337-2573-4194-9dd2-8ff65b6b4c7e and serviceModelVersionId: 0243bc8a-c324-4632-8b2d-5034cc7ef663
2021-06-10T08:13:02.662Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca63d7b3-c62e-4fab-94d5-97dd695049af
2021-06-10T08:13:11.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:13:11.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:13:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:13:12.719Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca63d7b3-c62e-4fab-94d5-97dd695049af/model-vers/model-ver/0243bc8a-c324-4632-8b2d-5034cc7ef663?depth=0
2021-06-10T08:13:12.846Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-06-10T08:13:13.215Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca63d7b3-c62e-4fab-94d5-97dd695049af/model-vers/model-ver/0243bc8a-c324-4632-8b2d-5034cc7ef663?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-06-10T08:13:13.218Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca63d7b3-c62e-4fab-94d5-97dd695049af/model-vers/model-ver/0243bc8a-c324-4632-8b2d-5034cc7ef663?depth=0|INFO|500||Invoke
2021-06-10T08:13:13.323Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca63d7b3-c62e-4fab-94d5-97dd695049af/model-vers/model-ver/0243bc8a-c324-4632-8b2d-5034cc7ef663?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-10T08:13:13.550Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca63d7b3-c62e-4fab-94d5-97dd695049af/model-vers/model-ver/0243bc8a-c324-4632-8b2d-5034cc7ef663?depth=0|INFO|500||InvokeReturn
2021-06-10T08:13:13.551Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca63d7b3-c62e-4fab-94d5-97dd695049af/model-vers/model-ver/0243bc8a-c324-4632-8b2d-5034cc7ef663?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210610-08:13:13:329-52232], vertex-id=[221256], Content-Length=[0], Date=[Thu, 10 Jun 2021 08:13:13 GMT], Content-Type=[application/json]}
2021-06-10T08:13:13.551Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-06-10T08:13:13.555Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-10T08:13:13.555Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|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-06-10T08:13:13.558Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|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-06-10T08:13:13.560Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 798c0337-2573-4194-9dd2-8ff65b6b4c7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-10T08:13:13.561Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-10T08:13:13.561Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:13:13.563Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:13:13.563Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312793560,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-10T08:13:13.663Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:13:13.664Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:13:13.664Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:13:13.670Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:13:13.671Z||pool-18-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-06-10T08:13:14.377Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:13:14.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-10T08:13:14.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "798c0337-2573-4194-9dd2-8ff65b6b4c7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623312793560,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-10T08:13:14.378Z||pool-2-thread-3|||||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-06-10T08:13:14.572Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:13:14.573Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:13:14.573Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:13:24.758Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:13:24.758Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:13:24.758Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:13:24.759Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:13:34.289Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:13:34.289Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:13:34.289Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:13:34.290Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:13:43.821Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:13:43.821Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:13:43.822Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:13:43.822Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:13:53.356Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:14:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:14:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:14:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:14:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:14:11.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:14:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:14:21.488Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:14:21.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:15:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:15:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:15:11.954Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:15:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:15:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:15:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:15:21.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:15:21.487Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:16:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:16:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:16:11.954Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:16:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:16:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:16:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:16:21.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:16:21.489Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:17:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:17:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:17:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:17:11.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:17:11.955Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:17:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:17:21.485Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:17:21.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:18:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:18:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:18:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:18:11.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:18:11.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:18:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:18:21.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:18:21.486Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:19:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:19:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:19:11.953Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:19:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:19:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:19:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:19:12.573Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:19:12.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:19:12.574Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.574Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b436c91-a969-4923-818c-ffd530e9adff","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42d411c2-6d20-45c6-86f7-2524fa459180","serviceDescription":"service","serviceInvariantUUID":"33b83b98-2aad-4457-bc1d-7d9a192db153","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7a157243-af79-4ab7-b7c8-cbdf9e802953","resourceInvariantUUID":"0979b4ed-aa9e-4325-ae33-3bfdd5bb918c","resourceCustomizationUUID":"f85135c3-e1dc-4857-9292-7831be6b46fd","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":"MjIzODlhMTAxMjFiMGNhMzkwNDMxNTg1MzEwYWQzMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db4863ac-110e-4cc0-a449-6094ba836c67","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2JlNTgyYmNmNDk2ZWQ0ZGEzM2IxYWI2ZjVjY2U0MWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfa586e3-2de0-4c33-8914-35716aa2a0b1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-10T08:19:12.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623313111416,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "cds",
"timestamp": 1623313116629,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623313118122,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.576Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:19:12.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313115868,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.576Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:19:12.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "policy-id",
"timestamp": 1623313112747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "cds",
"timestamp": 1623313116629,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:19:12.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623313118122,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:19:12.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623313111416,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:19:12.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313115868,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.578Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:19:12.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.578Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313151953,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "policy-id",
"timestamp": 1623313112747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:19:12.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313121351,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "cds",
"timestamp": 1623313122120,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:19:12.579Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:19:12.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "policy-id",
"timestamp": 1623313122111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:19:12.579Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:19:12.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623313121723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313121351,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:19:12.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "cds",
"timestamp": 1623313123124,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:19:12.592Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b436c91-a969-4923-818c-ffd530e9adff
2021-06-10T08:19:12.592Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b436c91-a969-4923-818c-ffd530e9adff and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:19:12.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "policy-id",
"timestamp": 1623313123114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:19:12.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:19:12.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623313121723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:19:12.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "dcae-sch",
"timestamp": 1623313123327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "policy-id",
"timestamp": 1623313124116,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:19:12.603Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b436c91-a969-4923-818c-ffd530e9adff
2021-06-10T08:19:12.604Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b436c91-a969-4923-818c-ffd530e9adff and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:19:12.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313124620,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:19:12.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:19:12.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "dcae-sch",
"timestamp": 1623313123327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313126154,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:19:12.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:19:12.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313127158,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:19:12.615Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b436c91-a969-4923-818c-ffd530e9adff
2021-06-10T08:19:12.615Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b436c91-a969-4923-818c-ffd530e9adff and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:19:12.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "aai-ml",
"timestamp": 1623313126530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "aai-ml",
"timestamp": 1623313126530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:19:12.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "aai-ml",
"timestamp": 1623313129851,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:19:12.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:19:12.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "aai-ml",
"timestamp": 1623313133546,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:19:12.623Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:19:12.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "aai-ml",
"timestamp": 1623313134549,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:19:12.627Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b436c91-a969-4923-818c-ffd530e9adff
2021-06-10T08:19:12.627Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b436c91-a969-4923-818c-ffd530e9adff and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:19:12.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "clamp",
"timestamp": 1623313133969,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:19:12.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "clamp",
"timestamp": 1623313133969,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:19:12.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:19:12.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "clamp",
"timestamp": 1623313140981,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:19:12.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:19:12.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "clamp",
"timestamp": 1623313142988,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:19:12.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:19:12.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:19:12.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "clamp",
"timestamp": 1623313143991,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:19:12.639Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b436c91-a969-4923-818c-ffd530e9adff
2021-06-10T08:19:12.639Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b436c91-a969-4923-818c-ffd530e9adff and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:19:12.678Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:19:12.679Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:19:12.679Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:19:12.685Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:19:12.685Z||pool-19-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:19:13.578Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:19:13.579Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:19:13.581Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:19:13.581Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313151953,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:19:13.681Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-10T08:19:13.682Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:19:13.682Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:19:13.688Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:19:13.688Z||pool-20-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:19:14.582Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "42d411c2-6d20-45c6-86f7-2524fa459180",
"serviceDescription": "service",
"serviceInvariantUUID": "33b83b98-2aad-4457-bc1d-7d9a192db153",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f85135c3-e1dc-4857-9292-7831be6b46fd",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "7a157243-af79-4ab7-b7c8-cbdf9e802953",
"resourceInvariantUUID": "0979b4ed-aa9e-4325-ae33-3bfdd5bb918c",
"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": "Y2JlNTgyYmNmNDk2ZWQ0ZGEzM2IxYWI2ZjVjY2U0MWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cfa586e3-2de0-4c33-8914-35716aa2a0b1"
}
],
"workloadContext": "Production"
}
2021-06-10T08:19:14.583Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-10T08:19:14.583Z|798c0337-2573-4194-9dd2-8ff65b6b4c7e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42d411c2-6d20-45c6-86f7-2524fa459180 ASDC
2021-06-10T08:19:14.583Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7b436c91-a969-4923-818c-ffd530e9adff
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42d411c2-6d20-45c6-86f7-2524fa459180
ServiceInvariantUUID:33b83b98-2aad-4457-bc1d-7d9a192db153
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:cfa586e3-2de0-4c33-8914-35716aa2a0b1
ArtifactChecksum:Y2JlNTgyYmNmNDk2ZWQ0ZGEzM2IxYWI2ZjVjY2U0MWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f85135c3-e1dc-4857-9292-7831be6b46fd
ResourceInvariantUUID:0979b4ed-aa9e-4325-ae33-3bfdd5bb918c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7a157243-af79-4ab7-b7c8-cbdf9e802953
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-06-10T08:19:14.583Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42d411c2-6d20-45c6-86f7-2524fa459180 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-10T08:19:14.605Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-10T08:19:14.605Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-06-10T08:19:14.605Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-06-10T08:19:14.605Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cfa586e3-2de0-4c33-8914-35716aa2a0b1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-10T08:19:14.605Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-06-10T08:19:14.606Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-10T08:19:16.345Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-06-10T08:19:16.347Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cfa586e3-2de0-4c33-8914-35716aa2a0b1 52218
2021-06-10T08:19:16.347Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-10T08:19:16.347Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-10T08:19:16.347Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-10T08:19:16.348Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:19:16.349Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:19:16.349Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313156347,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:19:16.449Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:19:16.450Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:19:16.450Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:19:16.456Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:19:16.456Z||pool-21-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2021-06-10T08:19:17.349Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-10T08:19:17.350Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-06-10T08:19:17.350Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: cfa586e3-2de0-4c33-8914-35716aa2a0b1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-10T08:19:17.351Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-06-10T08:19:17.351Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-10T08:19:17.351Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-10T08:19:17.428Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9390067404004552794/Definitions/service-BasicNetwork-template.yml
2021-06-10T08:19:17.793Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|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-BasicNetwork-csar.csar
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-06-10T08:19:17.794Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.795Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.795Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-10T08:19:17.795Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-06-10T08:19:17.795Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-10T08:19:17.795Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.795Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.795Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-10T08:19:17.795Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-06-10T08:19:17.795Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-10T08:19:17.795Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.795Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.796Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.796Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.796Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.796Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.796Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.796Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.796Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.796Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.796Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:42d411c2-6d20-45c6-86f7-2524fa459180
Model Version:NULL
Model InvariantUuid:33b83b98-2aad-4457-bc1d-7d9a192db153
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0979b4ed-aa9e-4325-ae33-3bfdd5bb918c
Model UUID:2b5d18c7-da03-4d8e-8c9b-1e6916f7bdd1
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f85135c3-e1dc-4857-9292-7831be6b46fd
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-10T08:19:17.802Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 7a157243-af79-4ab7-b7c8-cbdf9e802953
2021-06-10T08:19:17.802Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||No resources found for Service: 42d411c2-6d20-45c6-86f7-2524fa459180
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-10T08:19:17.804Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||
2021-06-10T08:19:17.804Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-06-10T08:19:17.805Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 42d411c2-6d20-45c6-86f7-2524fa459180
2021-06-10T08:19:17.805Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 42d411c2-6d20-45c6-86f7-2524fa459180
2021-06-10T08:19:17.805Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-06-10T08:19:17.805Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-10T08:19:17.810Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.810Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.810Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.810Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.810Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 42d411c2-6d20-45c6-86f7-2524fa459180: Generic NeutronNet
2021-06-10T08:19:17.811Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.811Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.811Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.811Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-06-10T08:19:17.839Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.839Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.839Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.840Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.840Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:19:17.840Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:19:17.840Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-06-10T08:19:17.891Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-06-10T08:19:17.891Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-10T08:19:17.891Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-10T08:19:17.891Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-10T08:19:17.892Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:19:17.893Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:19:17.893Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313157891,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:19:17.993Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:19:17.994Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:19:17.994Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:19:18.000Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:19:18.000Z||pool-22-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:19:18.894Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b436c91-a969-4923-818c-ffd530e9adff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:19:18.904Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b436c91-a969-4923-818c-ffd530e9adff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:19:18.907Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-10T08:19:18.907Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-10T08:19:18.907Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-10T08:19:18.907Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-10T08:19:18.907Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:19:18.907Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:19:18.907Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:19:18.907Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:19:18.907Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:19:18.908Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:19:18.908Z|7b436c91-a969-4923-818c-ffd530e9adff|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-06-10T08:19:18.912Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-10T08:19:48.912Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b436c91-a969-4923-818c-ffd530e9adff and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-10T08:19:48.917Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b436c91-a969-4923-818c-ffd530e9adff and serviceModelVersionId: 42d411c2-6d20-45c6-86f7-2524fa459180
2021-06-10T08:19:48.917Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33b83b98-2aad-4457-bc1d-7d9a192db153
2021-06-10T08:19:48.918Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33b83b98-2aad-4457-bc1d-7d9a192db153/model-vers/model-ver/42d411c2-6d20-45c6-86f7-2524fa459180?depth=0
2021-06-10T08:19:48.922Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-06-10T08:19:48.958Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33b83b98-2aad-4457-bc1d-7d9a192db153/model-vers/model-ver/42d411c2-6d20-45c6-86f7-2524fa459180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-06-10T08:19:48.958Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33b83b98-2aad-4457-bc1d-7d9a192db153/model-vers/model-ver/42d411c2-6d20-45c6-86f7-2524fa459180?depth=0|INFO|500||Invoke
2021-06-10T08:19:48.976Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33b83b98-2aad-4457-bc1d-7d9a192db153/model-vers/model-ver/42d411c2-6d20-45c6-86f7-2524fa459180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-10T08:19:49.168Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33b83b98-2aad-4457-bc1d-7d9a192db153/model-vers/model-ver/42d411c2-6d20-45c6-86f7-2524fa459180?depth=0|INFO|500||InvokeReturn
2021-06-10T08:19:49.168Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33b83b98-2aad-4457-bc1d-7d9a192db153/model-vers/model-ver/42d411c2-6d20-45c6-86f7-2524fa459180?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210610-08:19:48:981-97274], vertex-id=[581840], Content-Length=[0], Date=[Thu, 10 Jun 2021 08:19:48 GMT], Content-Type=[application/json]}
2021-06-10T08:19:49.169Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-06-10T08:19:49.169Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-10T08:19:49.169Z|7b436c91-a969-4923-818c-ffd530e9adff|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-06-10T08:19:49.173Z|7b436c91-a969-4923-818c-ffd530e9adff|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-06-10T08:19:49.173Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b436c91-a969-4923-818c-ffd530e9adff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-10T08:19:49.174Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-10T08:19:49.174Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:19:49.175Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:19:49.175Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313189173,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-10T08:19:49.276Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-10T08:19:49.276Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:19:49.276Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:19:49.284Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:19:49.284Z||pool-23-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-10T08:20:11.953Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:20:11.953Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:20:11.953Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:20:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:20:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:20:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:20:12.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:20:12.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:20:12.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313151953,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:20:12.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:20:12.569Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:20:12.570Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-10T08:20:12.570Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"28a1aa02-ea28-41e4-9694-04ca4d245820","serviceName":"Demo_pNF_0iy37exrlAnAOehqq8cK","serviceVersion":"1.0","serviceUUID":"ff34ce0d-4579-4cb3-9afa-851d2280923d","serviceDescription":"catalog service description","serviceInvariantUUID":"539b6d0f-3f97-43e8-ac27-e1e7f01510bb","resources":[{"resourceInstanceName":"pNF 2157df53-0102 0","resourceName":"pNF 2157df53-0102","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed93dc3d-53fb-4e83-97cc-0f18d504d421","resourceInvariantUUID":"fafe251c-6099-4fb0-a436-60179cd98d28","resourceCustomizationUUID":"25020689-fbc8-45a6-af45-aef033bdc417","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml","artifactChecksum":"ZWQyMjRlNGU4NDY4YjllMmVjMzljY2U0MTQxYWExNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"27145e1b-67a0-43a2-bd99-a9dce4880b30","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar","artifactChecksum":"OWY5NWMwMTYxNmUzMDkxOGU1MDEwY2M3OGZjNWI5YjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a96b9c4-51f8-4e7d-b794-95df4d7226ee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a340ad73-364d-4d0a-822c-02e27aad35bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml","artifactChecksum":"NjBmYWQ0N2EzYzk5ODg5Y2U2ZTdlNTMxZDU3YTQyMmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dda676ab-ceff-4b99-bb52-0b36a351ac90","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc77ff5a-8b89-4098-8e9b-814b10d969f8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee3ab2d6-63f0-4287-8597-97b8d893dde4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0iy37exrlanaoehqq8ck-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml","artifactChecksum":"Y2ExZWU0YmIzMGQzZWM1ZmQzNTIyODQxYjk0ZTFjNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bfb9df0-7a19-42fd-a752-1e5e22410889","artifactVersion":"1"},{"artifactName":"service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar","artifactChecksum":"MzEwMmRiYjNhMGQ5ZDNmMmIwZGVjZDhiODg5MjkwMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"364aacbc-0448-44dc-8724-410415f2ff58","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-10T08:20:12.573Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:20:12.573Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:20:12.574Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:20:12.574Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:20:12.674Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:20:12.675Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:20:12.675Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:20:12.680Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:20:12.681Z||pool-24-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:20:13.575Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:20:13.575Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:20:13.577Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:20:13.577Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:20:13.677Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:20:13.678Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:20:13.678Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:20:13.685Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:20:13.685Z||pool-25-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:20:14.577Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:20:14.579Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:20:14.580Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:20:14.580Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:20:14.680Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:20:14.681Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:20:14.681Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:20:14.688Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:20:14.688Z||pool-26-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:20:15.581Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:20:15.581Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:20:15.583Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:20:15.583Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:20:15.683Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:20:15.683Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:20:15.684Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:20:15.691Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:20:15.691Z||pool-27-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:20:16.583Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:20:16.584Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:20:16.585Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:20:16.585Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:20:16.685Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:20:16.686Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:20:16.686Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:20:16.693Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:20:16.693Z||pool-28-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:20:17.586Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:20:17.586Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:20:17.588Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:20:17.588Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:20:17.688Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:20:17.689Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:20:17.689Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:20:17.694Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:20:17.694Z||pool-29-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:20:18.588Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:20:18.589Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:20:18.590Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:20:18.590Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:20:18.690Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:20:18.691Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:20:18.691Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:20:18.698Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:20:18.698Z||pool-30-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:20:19.590Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:20:19.591Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:20:19.592Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:20:19.592Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:20:19.693Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-10T08:20:19.693Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:20:19.693Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:20:19.704Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:20:19.704Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:20:20.593Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"serviceName": "Demo_pNF_0iy37exrlAnAOehqq8cK",
"serviceVersion": "1.0",
"serviceUUID": "ff34ce0d-4579-4cb3-9afa-851d2280923d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "539b6d0f-3f97-43e8-ac27-e1e7f01510bb",
"resources": [
{
"resourceInstanceName": "pNF 2157df53-0102 0",
"resourceCustomizationUUID": "25020689-fbc8-45a6-af45-aef033bdc417",
"resourceName": "pNF 2157df53-0102",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "ed93dc3d-53fb-4e83-97cc-0f18d504d421",
"resourceInvariantUUID": "fafe251c-6099-4fb0-a436-60179cd98d28",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"artifactChecksum": "MzEwMmRiYjNhMGQ5ZDNmMmIwZGVjZDhiODg5MjkwMTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "364aacbc-0448-44dc-8724-410415f2ff58"
}
],
"workloadContext": "Production"
}
2021-06-10T08:20:20.593Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-10T08:20:20.593Z|7b436c91-a969-4923-818c-ffd530e9adff|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ff34ce0d-4579-4cb3-9afa-851d2280923d ASDC
2021-06-10T08:20:20.593Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:28a1aa02-ea28-41e4-9694-04ca4d245820
ServiceName:Demo_pNF_0iy37exrlAnAOehqq8cK
ServiceVersion:1.0
ServiceUUID:ff34ce0d-4579-4cb3-9afa-851d2280923d
ServiceInvariantUUID:539b6d0f-3f97-43e8-ac27-e1e7f01510bb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
ArtifactUUID:364aacbc-0448-44dc-8724-410415f2ff58
ArtifactChecksum:MzEwMmRiYjNhMGQ5ZDNmMmIwZGVjZDhiODg5MjkwMTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2157df53-0102 0
ResourceCustomizationUUID:25020689-fbc8-45a6-af45-aef033bdc417
ResourceInvariantUUID:fafe251c-6099-4fb0-a436-60179cd98d28
ResourceName:pNF 2157df53-0102
ResourceType:PNF
ResourceUUID:ed93dc3d-53fb-4e83-97cc-0f18d504d421
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-06-10T08:20:20.594Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff34ce0d-4579-4cb3-9afa-851d2280923d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:20:20.612Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-10T08:20:20.613Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-06-10T08:20:20.613Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-06-10T08:20:20.613Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 364aacbc-0448-44dc-8724-410415f2ff58 from URL: /sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:20.613Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-06-10T08:20:20.613Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:21.162Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-06-10T08:20:21.165Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar 364aacbc-0448-44dc-8724-410415f2ff58 83288
2021-06-10T08:20:21.166Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar ASDC sendASDCNotification
2021-06-10T08:20:21.166Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:21.166Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-10T08:20:21.166Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:20:21.167Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:20:21.167Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313221166,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:20:21.267Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:20:21.268Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:20:21.268Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:20:21.274Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:20:21.275Z||pool-32-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:20:22.168Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-10T08:20:22.169Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-06-10T08:20:22.169Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 364aacbc-0448-44dc-8724-410415f2ff58, URL: /sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar to file: /app/ASDC/1/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.170Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.170Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.170Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.252Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3113444300748350822/Definitions/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml
2021-06-10T08:20:22.818Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-10T08:20:22.819Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-06-10T08:20:22.819Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.819Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-10T08:20:22.819Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2157df53-0102 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.819Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2157df53-0102 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-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.819Z|28a1aa02-ea28-41e4-9694-04ca4d245820|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-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.819Z|28a1aa02-ea28-41e4-9694-04ca4d245820|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-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.819Z|28a1aa02-ea28-41e4-9694-04ca4d245820|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-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.819Z|28a1aa02-ea28-41e4-9694-04ca4d245820|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-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.820Z|28a1aa02-ea28-41e4-9694-04ca4d245820|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-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.820Z|28a1aa02-ea28-41e4-9694-04ca4d245820|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-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.820Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-06-10T08:20:22.820Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:20:22.820Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_0iy37exrlAnAOehqq8cK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:20:22.820Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Node template pNF 2157df53-0102 0 is matching search criteria
2021-06-10T08:20:22.820Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-06-10T08:20:22.821Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 2157df53-0102 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-10T08:20:22.821Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:20:22.821Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_0iy37exrlAnAOehqq8cK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:20:22.821Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Node template pNF 2157df53-0102 0 is matching search criteria
2021-06-10T08:20:22.821Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-06-10T08:20:22.821Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 2157df53-0102 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-10T08:20:22.821Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:20:22.822Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_0iy37exrlAnAOehqq8cK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:20:22.822Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:20:22.822Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_0iy37exrlAnAOehqq8cK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:20:22.822Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:20:22.822Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_0iy37exrlAnAOehqq8cK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:20:22.822Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:20:22.822Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_0iy37exrlAnAOehqq8cK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:20:22.823Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:20:22.823Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_0iy37exrlAnAOehqq8cK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:20:22.823Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_0iy37exrlAnAOehqq8cK
Description:catalog service description
Model UUID:ff34ce0d-4579-4cb3-9afa-851d2280923d
Model Version:NULL
Model InvariantUuid:539b6d0f-3f97-43e8-ac27-e1e7f01510bb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-10T08:20:22.830Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: ed93dc3d-53fb-4e83-97cc-0f18d504d421
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-10T08:20:22.832Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||pNF 2157df53-0102 0
2021-06-10T08:20:22.833Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ed93dc3d-53fb-4e83-97cc-0f18d504d421
2021-06-10T08:20:22.833Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||No resources found for Service: ff34ce0d-4579-4cb3-9afa-851d2280923d
2021-06-10T08:20:22.833Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ff34ce0d-4579-4cb3-9afa-851d2280923d
2021-06-10T08:20:22.833Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2157df53-0102 0 ed93dc3d-53fb-4e83-97cc-0f18d504d421 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-10T08:20:22.837Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:20:22.837Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_0iy37exrlAnAOehqq8cK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:20:22.837Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ff34ce0d-4579-4cb3-9afa-851d2280923d: pNF 2157df53-0102
2021-06-10T08:20:22.837Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||Processing PNF resource: ed93dc3d-53fb-4e83-97cc-0f18d504d421
2021-06-10T08:20:22.837Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:20:22.838Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_0iy37exrlAnAOehqq8cK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:20:22.838Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||Resource customization UUID: 25020689-fbc8-45a6-af45-aef033bdc417 is the same as notified resource customizationUUID: 25020689-fbc8-45a6-af45-aef033bdc417
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-06-10T08:20:22.887Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2157df53-0102 ed93dc3d-53fb-4e83-97cc-0f18d504d421 0 ASDC deployResourceStructure
2021-06-10T08:20:22.887Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar ASDC sendASDCNotification
2021-06-10T08:20:22.887Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar
2021-06-10T08:20:22.887Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-10T08:20:22.887Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:20:22.889Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:20:22.889Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313222887,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:20:22.989Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:20:22.989Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:20:22.990Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:20:22.996Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:20:22.996Z||pool-33-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:20:23.889Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28a1aa02-ea28-41e4-9694-04ca4d245820
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:20:23.896Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28a1aa02-ea28-41e4-9694-04ca4d245820
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:20:23.898Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-10T08:20:23.898Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-10T08:20:23.898Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-10T08:20:53.898Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28a1aa02-ea28-41e4-9694-04ca4d245820
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:20:53.906Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28a1aa02-ea28-41e4-9694-04ca4d245820
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:20:53.908Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-10T08:20:53.908Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-10T08:20:53.908Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-10T08:21:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:21:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:21:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:21:11.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:21:11.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313151953,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313156347,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313157891,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623313161723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "dcae-sch",
"timestamp": 1623313163327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "clamp",
"timestamp": 1623313163969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623313171416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623313161723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "dcae-sch",
"timestamp": 1623313163327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "clamp",
"timestamp": 1623313163969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623313171416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "policy-id",
"timestamp": 1623313172747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623313161723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "dcae-sch",
"timestamp": 1623313163327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "clamp",
"timestamp": 1623313163969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623313171416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "policy-id",
"timestamp": 1623313172747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623313161723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "dcae-sch",
"timestamp": 1623313163327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "clamp",
"timestamp": 1623313163969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623313171416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "policy-id",
"timestamp": 1623313172747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623313161723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "dcae-sch",
"timestamp": 1623313163327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "clamp",
"timestamp": 1623313163969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623313171416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "policy-id",
"timestamp": 1623313172747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313175868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623313161723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "dcae-sch",
"timestamp": 1623313163327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "clamp",
"timestamp": 1623313163969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623313171416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "cds",
"timestamp": 1623313176629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "policy-id",
"timestamp": 1623313172747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313175868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623313161723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "dcae-sch",
"timestamp": 1623313163327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "clamp",
"timestamp": 1623313163969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623313171416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "cds",
"timestamp": 1623313176629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "policy-id",
"timestamp": 1623313172747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313175868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623313178122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623313161723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "dcae-sch",
"timestamp": 1623313163327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "clamp",
"timestamp": 1623313163969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:21:11.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623313171416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "cds",
"timestamp": 1623313176629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "policy-id",
"timestamp": 1623313172747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313175868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623313178122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "cds",
"timestamp": 1623313176629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "policy-id",
"timestamp": 1623313172747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313175868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623313178122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "cds",
"timestamp": 1623313176629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313175868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623313178122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "policy-id",
"timestamp": 1623313181923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:21:11.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:11.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313181351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "cds",
"timestamp": 1623313176629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313175868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623313178122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "policy-id",
"timestamp": 1623313182926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:21:11.991Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:11.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313181351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "cds",
"timestamp": 1623313176629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313175868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623313178122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:11.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:11.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:11.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "policy-id",
"timestamp": 1623313183929,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:21:11.996Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28a1aa02-ea28-41e4-9694-04ca4d245820
2021-06-10T08:21:11.996Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a1aa02-ea28-41e4-9694-04ca4d245820 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:21:12.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313181351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "cds",
"timestamp": 1623313176629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623313178122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313181351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313185127,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:21:12.003Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:12.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "cds",
"timestamp": 1623313185451,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:21:12.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:12.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623313178122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:21:12.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313181351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313186366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-06-10T08:21:12.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:12.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "cds",
"timestamp": 1623313186456,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:21:12.007Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28a1aa02-ea28-41e4-9694-04ca4d245820
2021-06-10T08:21:12.007Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a1aa02-ea28-41e4-9694-04ca4d245820 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:21:12.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313181351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "clamp",
"timestamp": 1623313187144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:21:12.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:12.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "aai-ml",
"timestamp": 1623313186530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "ves-openapi-manager",
"timestamp": 1623313187370,
"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-06-10T08:21:12.016Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 28a1aa02-ea28-41e4-9694-04ca4d245820
2021-06-10T08:21:12.016Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a1aa02-ea28-41e4-9694-04ca4d245820 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-06-10T08:21:12.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313181351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "aai-ml",
"timestamp": 1623313186530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "clamp",
"timestamp": 1623313188994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:21:12.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:12.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313181351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:21:12.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "aai-ml",
"timestamp": 1623313186530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b436c91-a969-4923-818c-ffd530e9adff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313189173,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-10T08:21:12.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:12.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "clamp",
"timestamp": 1623313189997,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:21:12.025Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28a1aa02-ea28-41e4-9694-04ca4d245820
2021-06-10T08:21:12.025Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a1aa02-ea28-41e4-9694-04ca4d245820 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:21:12.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "aai-ml",
"timestamp": 1623313186530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313190654,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "aai-ml",
"timestamp": 1623313186530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "aai-ml",
"timestamp": 1623313186530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313192327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "aai-ml",
"timestamp": 1623313186530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623313193331,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:21:12.034Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28a1aa02-ea28-41e4-9694-04ca4d245820
2021-06-10T08:21:12.034Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a1aa02-ea28-41e4-9694-04ca4d245820 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:21:12.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "aai-ml",
"timestamp": 1623313186530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:21:12.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:21:12.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "aai-ml",
"timestamp": 1623313196945,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:21:12.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:12.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "aai-ml",
"timestamp": 1623313200464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:21:12.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:21:12.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:21:12.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "aai-ml",
"timestamp": 1623313201467,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-10T08:21:12.043Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28a1aa02-ea28-41e4-9694-04ca4d245820
2021-06-10T08:21:12.043Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28a1aa02-ea28-41e4-9694-04ca4d245820 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:21:23.908Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28a1aa02-ea28-41e4-9694-04ca4d245820
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:21:23.918Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28a1aa02-ea28-41e4-9694-04ca4d245820
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-10T08:21:23.923Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-10T08:21:23.923Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-10T08:21:23.923Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-10T08:21:23.923Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-10T08:21:23.923Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:21:23.923Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:21:23.923Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:21:23.923Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:21:23.923Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:21:23.923Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:21:23.923Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-10T08:21:23.923Z|28a1aa02-ea28-41e4-9694-04ca4d245820|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-06-10T08:21:23.927Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-10T08:21:53.927Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28a1aa02-ea28-41e4-9694-04ca4d245820 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-10T08:21:53.931Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28a1aa02-ea28-41e4-9694-04ca4d245820 and serviceModelVersionId: ff34ce0d-4579-4cb3-9afa-851d2280923d
2021-06-10T08:21:53.931Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 539b6d0f-3f97-43e8-ac27-e1e7f01510bb
2021-06-10T08:21:53.932Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/539b6d0f-3f97-43e8-ac27-e1e7f01510bb/model-vers/model-ver/ff34ce0d-4579-4cb3-9afa-851d2280923d?depth=0
2021-06-10T08:21:53.936Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-06-10T08:21:53.973Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/539b6d0f-3f97-43e8-ac27-e1e7f01510bb/model-vers/model-ver/ff34ce0d-4579-4cb3-9afa-851d2280923d?depth=0|INFO|500||Invoke
2021-06-10T08:21:53.974Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/539b6d0f-3f97-43e8-ac27-e1e7f01510bb/model-vers/model-ver/ff34ce0d-4579-4cb3-9afa-851d2280923d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/539b6d0f-3f97-43e8-ac27-e1e7f01510bb/model-vers/model-ver/ff34ce0d-4579-4cb3-9afa-851d2280923d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[28a1aa02-ea28-41e4-9694-04ca4d245820], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[486eafe0-1efb-455c-bec3-e018f9e51fc7], X-ECOMP-RequestID=[28a1aa02-ea28-41e4-9694-04ca4d245820], X-TransactionId=[], X-ONAP-RequestID=[28a1aa02-ea28-41e4-9694-04ca4d245820], Content-Type=[application/merge-patch+json]}
2021-06-10T08:21:53.990Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/539b6d0f-3f97-43e8-ac27-e1e7f01510bb/model-vers/model-ver/ff34ce0d-4579-4cb3-9afa-851d2280923d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-10T08:21:54.352Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/539b6d0f-3f97-43e8-ac27-e1e7f01510bb/model-vers/model-ver/ff34ce0d-4579-4cb3-9afa-851d2280923d?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/539b6d0f-3f97-43e8-ac27-e1e7f01510bb/model-vers/model-ver/ff34ce0d-4579-4cb3-9afa-851d2280923d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210610-08:21:53:995-1729], vertex-id=[200944], Content-Length=[0], Date=[Thu, 10 Jun 2021 08:21:53 GMT], Content-Type=[application/json]}
2021-06-10T08:21:54.353Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/539b6d0f-3f97-43e8-ac27-e1e7f01510bb/model-vers/model-ver/ff34ce0d-4579-4cb3-9afa-851d2280923d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-10T08:21:54.354Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/539b6d0f-3f97-43e8-ac27-e1e7f01510bb/model-vers/model-ver/ff34ce0d-4579-4cb3-9afa-851d2280923d?depth=0|INFO|500||InvokeReturn
2021-06-10T08:21:54.354Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-10T08:21:54.354Z|28a1aa02-ea28-41e4-9694-04ca4d245820|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-06-10T08:21:54.357Z|28a1aa02-ea28-41e4-9694-04ca4d245820|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-06-10T08:21:54.358Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28a1aa02-ea28-41e4-9694-04ca4d245820 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-10T08:21:54.358Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-10T08:21:54.359Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:21:54.360Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:21:54.360Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313314358,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-10T08:21:54.461Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:21:54.461Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:21:54.461Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:21:54.470Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:21:54.470Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-10T08:21:55.371Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:21:55.371Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:21:55.372Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:22:04.902Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:22:11.953Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:22:11.953Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:22:11.953Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:22:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:22:11.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:22:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:22:11.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:22:11.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:22:11.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:22:11.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:22:11.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:22:11.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:22:11.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/resourceInstances/pnf2157df5301020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313211953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:22:11.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-06-10T08:22:11.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:22:11.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313221166,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:22:11.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:22:11.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:22:11.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313222887,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0iy37exrlanaoehqq8ck/1.0/artifacts/service-DemoPnf0iy37exrlanaoehqq8ck-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-10T08:22:11.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:22:21.486Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:11.953Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:23:11.953Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:23:11.953Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RhEENFF8h3VJqztl) ...
2021-06-10T08:23:11.954Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-10T08:23:11.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-10T08:23:11.955Z||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 RhEENFF8h3VJqztl) ...
2021-06-10T08:23:11.969Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:11.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-06-10T08:23:11.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28a1aa02-ea28-41e4-9694-04ca4d245820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313314358,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-10T08:23:11.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-10T08:23:12.572Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:12.573Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-10T08:23:12.573Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6fe7ba9-7ffb-4314-bebb-7be735303407","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d8e319eb-e703-45dd-b757-2b7635048b65","serviceDescription":"service","serviceInvariantUUID":"54ed5d97-8d8f-4797-90de-b23eb216cde1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"941be34d-6f71-4fd9-9c76-b7485880b320","resourceInvariantUUID":"cc14bc08-532b-4430-b98b-1efcd1f46af5","resourceCustomizationUUID":"c89c1066-82cf-45bb-bcf2-80e896d75b3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NGFiMDVhY2E2ODVlOWVkMmU4ODczYWY2YzgzODc1MGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0754b17e-9b31-49fd-a2db-2c5632c744c2","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YmE1N2YzZWM1MjJjOWI0MzZlZGVmMmM3NzI1MzNhMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8703857b-c5ea-4b6c-9444-dc6bcb720368","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58c0f810-2b3e-4d99-82a2-34f0693692b9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3129b177-4bc7-4bef-900f-84e242f4e44c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fdd4aa93-548d-4441-a281-ca3f46b2c707","artifactVersion":"2","generatedFromUUID":"58c0f810-2b3e-4d99-82a2-34f0693692b9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTY3OWEzZDBhNGQ4MjU1YTE2MmM1YTRhYWFlNDVkZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"361730a1-881e-4dbf-ba23-0e6507c6e62a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmMxNDA5NDI3YjI3NmRlYmI1ZGRmNzlhMjY4MTg1MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcd06deb-81df-46f2-992d-5e9dd977ebf6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-10T08:23:12.575Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:23:12.575Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:23:12.577Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:23:12.577Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a6fe7ba9-7ffb-4314-bebb-7be735303407",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313391953,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:23:12.677Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:23:12.677Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:23:12.678Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:23:12.683Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:12.683Z||pool-35-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:23:13.577Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:23:13.578Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:23:13.579Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:23:13.579Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a6fe7ba9-7ffb-4314-bebb-7be735303407",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313391953,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-06-10T08:23:13.679Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:23:13.680Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:23:13.680Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:23:13.686Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:13.686Z||pool-36-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:23:14.580Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:23:14.580Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:23:14.582Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:23:14.582Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a6fe7ba9-7ffb-4314-bebb-7be735303407",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313391953,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-06-10T08:23:14.682Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:23:14.683Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:23:14.683Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:23:14.690Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:14.690Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:23:15.582Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:23:15.583Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:23:15.585Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:23:15.585Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a6fe7ba9-7ffb-4314-bebb-7be735303407",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313391953,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:23:15.685Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:23:15.686Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:23:15.686Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:23:15.694Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:15.694Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:23:16.585Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:23:16.586Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:23:16.588Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:23:16.588Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a6fe7ba9-7ffb-4314-bebb-7be735303407",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313391953,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-06-10T08:23:16.688Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:23:16.688Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:23:16.688Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:23:16.695Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:16.695Z||pool-39-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:23:17.588Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:23:17.589Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:23:17.590Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:23:17.591Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a6fe7ba9-7ffb-4314-bebb-7be735303407",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313391953,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-10T08:23:17.691Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:23:17.691Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:23:17.691Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:23:17.698Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:17.698Z||pool-40-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:23:18.591Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-10T08:23:18.592Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:23:18.593Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:23:18.594Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a6fe7ba9-7ffb-4314-bebb-7be735303407",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313391953,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-06-10T08:23:18.694Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:23:18.694Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:23:18.694Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:23:18.701Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:18.701Z||pool-41-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:23:19.595Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "a6fe7ba9-7ffb-4314-bebb-7be735303407",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "d8e319eb-e703-45dd-b757-2b7635048b65",
"serviceDescription": "service",
"serviceInvariantUUID": "54ed5d97-8d8f-4797-90de-b23eb216cde1",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "c89c1066-82cf-45bb-bcf2-80e896d75b3d",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "941be34d-6f71-4fd9-9c76-b7485880b320",
"resourceInvariantUUID": "cc14bc08-532b-4430-b98b-1efcd1f46af5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "YmE1N2YzZWM1MjJjOWI0MzZlZGVmMmM3NzI1MzNhMTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8703857b-c5ea-4b6c-9444-dc6bcb720368",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "58c0f810-2b3e-4d99-82a2-34f0693692b9",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fdd4aa93-548d-4441-a281-ca3f46b2c707",
"generatedFromUUID": "58c0f810-2b3e-4d99-82a2-34f0693692b9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fdd4aa93-548d-4441-a281-ca3f46b2c707",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NmMxNDA5NDI3YjI3NmRlYmI1ZGRmNzlhMjY4MTg1MmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bcd06deb-81df-46f2-992d-5e9dd977ebf6"
}
],
"workloadContext": "Production"
}
2021-06-10T08:23:19.595Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-10T08:23:19.595Z|28a1aa02-ea28-41e4-9694-04ca4d245820|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d8e319eb-e703-45dd-b757-2b7635048b65 ASDC
2021-06-10T08:23:19.595Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a6fe7ba9-7ffb-4314-bebb-7be735303407
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d8e319eb-e703-45dd-b757-2b7635048b65
ServiceInvariantUUID:54ed5d97-8d8f-4797-90de-b23eb216cde1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:bcd06deb-81df-46f2-992d-5e9dd977ebf6
ArtifactChecksum:NmMxNDA5NDI3YjI3NmRlYmI1ZGRmNzlhMjY4MTg1MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c89c1066-82cf-45bb-bcf2-80e896d75b3d
ResourceInvariantUUID:cc14bc08-532b-4430-b98b-1efcd1f46af5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:941be34d-6f71-4fd9-9c76-b7485880b320
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:8703857b-c5ea-4b6c-9444-dc6bcb720368
ArtifactChecksum:YmE1N2YzZWM1MjJjOWI0MzZlZGVmMmM3NzI1MzNhMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:58c0f810-2b3e-4d99-82a2-34f0693692b9
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:fdd4aa93-548d-4441-a281-ca3f46b2c707
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:fdd4aa93-548d-4441-a281-ca3f46b2c707
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-10T08:23:19.595Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8e319eb-e703-45dd-b757-2b7635048b65 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-10T08:23:19.616Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-10T08:23:19.616Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-06-10T08:23:19.617Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-06-10T08:23:19.617Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bcd06deb-81df-46f2-992d-5e9dd977ebf6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-10T08:23:19.617Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-06-10T08:23:19.617Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-10T08:23:20.051Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-06-10T08:23:20.053Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bcd06deb-81df-46f2-992d-5e9dd977ebf6 74263
2021-06-10T08:23:20.054Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-06-10T08:23:20.054Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-10T08:23:20.054Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-10T08:23:20.054Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:23:20.055Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:23:20.055Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a6fe7ba9-7ffb-4314-bebb-7be735303407",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313400054,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:23:20.156Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-10T08:23:20.157Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:23:20.157Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:23:20.161Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:20.161Z||pool-42-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:23:21.056Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-10T08:23:21.057Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-06-10T08:23:21.057Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bcd06deb-81df-46f2-992d-5e9dd977ebf6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-10T08:23:21.057Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-06-10T08:23:21.058Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-10T08:23:21.058Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-06-10T08:23:21.285Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5822566489915130970/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-06-10T08:23:22.140Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|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-BasicVm-csar.csar
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|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-BasicVm-csar.csar
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|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-BasicVm-csar.csar
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.141Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:22.142Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-10T08:23:22.142Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-06-10T08:23:22.142Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-10T08:23:22.142Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.142Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:22.142Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-10T08:23:22.142Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-06-10T08:23:22.142Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-10T08:23:22.142Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.142Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:22.142Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.143Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-10T08:23:22.143Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-10T08:23:22.143Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-06-10T08:23:22.143Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-06-10T08:23:22.143Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-06-10T08:23:22.143Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-10T08:23:22.143Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.143Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-10T08:23:22.143Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.143Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-10T08:23:22.143Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:23:22.144Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.144Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-10T08:23:22.144Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:23:22.144Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.144Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-10T08:23:22.144Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:23:22.144Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.144Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-10T08:23:22.144Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-10T08:23:22.144Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-10T08:23:22.144Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c02ff7c1-38ee-45d0-8dfd-2b7c8596658a
2021-06-10T08:23:22.144Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.145Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:22.145Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.145Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:22.145Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.145Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:22.145Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:22.145Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:22.145Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d8e319eb-e703-45dd-b757-2b7635048b65
Model Version:NULL
Model InvariantUuid:54ed5d97-8d8f-4797-90de-b23eb216cde1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:ff205b1d-856e-4625-8baf-1e55a51c51ef
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cc14bc08-532b-4430-b98b-1efcd1f46af5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c89c1066-82cf-45bb-bcf2-80e896d75b3d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1a53c821-59b6-427c-8248-c3bc450fbcd4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:0049209f-d10d-4afa-8a98-8bd2d554c40f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c02ff7c1-38ee-45d0-8dfd-2b7c8596658a
ModelInvariantUuid:f5d2eb2d-c652-403d-9ef8-05759650c0b6
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:b5e4007d-ce43-4719-addd-4672844ee92f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:431985c4-a64f-4358-8bbd-6d86628e08f0
ModelInvariantUuid:b9ba2f76-87c0-40cf-8f9b-1e2e0b47c247
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:c037f89e-2d33-4784-be3b-ed2e7921cd16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-10T08:23:22.150Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 941be34d-6f71-4fd9-9c76-b7485880b320
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-10T08:23:22.152Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||basic_vm 0
2021-06-10T08:23:22.152Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 941be34d-6f71-4fd9-9c76-b7485880b320
2021-06-10T08:23:22.152Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8703857b-c5ea-4b6c-9444-dc6bcb720368 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-10T08:23:22.152Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-06-10T08:23:22.152Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-10T08:23:22.918Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-06-10T08:23:22.919Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8703857b-c5ea-4b6c-9444-dc6bcb720368 787
2021-06-10T08:23:22.919Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-06-10T08:23:22.919Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-10T08:23:22.919Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-10T08:23:22.919Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:23:22.921Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:23:22.921Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a6fe7ba9-7ffb-4314-bebb-7be735303407",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313402919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:23:23.021Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:23:23.021Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:23:23.021Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:23:23.026Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:23.026Z||pool-43-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:23:23.921Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "1a53c821-59b6-427c-8248-c3bc450fbcd4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0049209f-d10d-4afa-8a98-8bd2d554c40f",
"vfModuleModelCustomizationUUID": "602dda32-f93d-4bb2-880c-52644c8811b7",
"isBase": true,
"artifacts": [
"58c0f810-2b3e-4d99-82a2-34f0693692b9",
"fdd4aa93-548d-4441-a281-ca3f46b2c707"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-06-10T08:23:23.926Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0049209f-d10d-4afa-8a98-8bd2d554c40f
VfModuleModelInvariantUUID:1a53c821-59b6-427c-8248-c3bc450fbcd4
VfModuleModelDescription:NULL
Artifacts UUID List:{
58c0f810-2b3e-4d99-82a2-34f0693692b9
,
fdd4aa93-548d-4441-a281-ca3f46b2c707
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-06-10T08:23:23.929Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "1a53c821-59b6-427c-8248-c3bc450fbcd4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0049209f-d10d-4afa-8a98-8bd2d554c40f",
"vfModuleModelCustomizationUUID": "602dda32-f93d-4bb2-880c-52644c8811b7",
"isBase": true,
"artifacts": [
"58c0f810-2b3e-4d99-82a2-34f0693692b9",
"fdd4aa93-548d-4441-a281-ca3f46b2c707"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-06-10T08:23:23.929Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0049209f-d10d-4afa-8a98-8bd2d554c40f
VfModuleModelInvariantUUID:1a53c821-59b6-427c-8248-c3bc450fbcd4
VfModuleModelDescription:NULL
Artifacts UUID List:{
58c0f810-2b3e-4d99-82a2-34f0693692b9
,
fdd4aa93-548d-4441-a281-ca3f46b2c707
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-06-10T08:23:23.929Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 58c0f810-2b3e-4d99-82a2-34f0693692b9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-10T08:23:23.929Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-06-10T08:23:23.929Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-10T08:23:24.827Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-06-10T08:23:24.828Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 58c0f810-2b3e-4d99-82a2-34f0693692b9 5033
2021-06-10T08:23:24.828Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-06-10T08:23:24.828Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-10T08:23:24.828Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-10T08:23:24.828Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:23:24.830Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:23:24.830Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a6fe7ba9-7ffb-4314-bebb-7be735303407",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313404828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:23:24.930Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:23:24.931Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:23:24.931Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:23:24.937Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:24.937Z||pool-44-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:23:25.831Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fdd4aa93-548d-4441-a281-ca3f46b2c707 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-10T08:23:25.831Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-06-10T08:23:25.831Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-10T08:23:26.355Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-06-10T08:23:26.356Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fdd4aa93-548d-4441-a281-ca3f46b2c707 903
2021-06-10T08:23:26.356Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-06-10T08:23:26.356Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-10T08:23:26.356Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-10T08:23:26.356Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-06-10T08:23:26.358Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-10T08:23:26.358Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a6fe7ba9-7ffb-4314-bebb-7be735303407",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623313406356,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-06-10T08:23:26.458Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-10T08:23:26.459Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-10T08:23:26.459Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RhEENFF8h3VJqztl) ...
2021-06-10T08:23:26.465Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-10T08:23:26.465Z||pool-45-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-10T08:23:27.358Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d8e319eb-e703-45dd-b757-2b7635048b65
2021-06-10T08:23:27.359Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 941be34d-6f71-4fd9-9c76-b7485880b320 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-10T08:23:27.374Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.374Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:27.374Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-06-10T08:23:27.374Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c89c1066-82cf-45bb-bcf2-80e896d75b3d
2021-06-10T08:23:27.374Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c89c1066-82cf-45bb-bcf2-80e896d75b3d matches Tosca VF Customization UUID: c89c1066-82cf-45bb-bcf2-80e896d75b3d
2021-06-10T08:23:27.374Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c89c1066-82cf-45bb-bcf2-80e896d75b3d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-10T08:23:27.376Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.376Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:27.377Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c89c1066-82cf-45bb-bcf2-80e896d75b3d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-06-10T08:23:27.377Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@464e51e
2021-06-10T08:23:27.377Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.377Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-10T08:23:27.377Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 602dda32-f93d-4bb2-880c-52644c8811b7
2021-06-10T08:23:27.378Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 602dda32-f93d-4bb2-880c-52644c8811b7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-10T08:23:27.379Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.380Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-10T08:23:27.380Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:23:27.380Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.380Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-10T08:23:27.380Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:23:27.380Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.380Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-10T08:23:27.381Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-10T08:23:27.381Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-10T08:23:27.381Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c02ff7c1-38ee-45d0-8dfd-2b7c8596658a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-10T08:23:27.382Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.383Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-10T08:23:27.383Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-10T08:23:27.383Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.383Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-10T08:23:27.383Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c89c1066-82cf-45bb-bcf2-80e896d75b3d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-10T08:23:27.385Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.385Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:27.385Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d8e319eb-e703-45dd-b757-2b7635048b65: basic_vm
2021-06-10T08:23:27.385Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.385Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:27.385Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.385Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:27.385Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.385Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:27.385Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-10T08:23:27.386Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-10T08:23:27.386Z|a6fe7ba9-7ffb-4314-bebb-7be735303407|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery