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)
2022-06-24T02:44:15.027Z||main|||||INFO|500||The following profiles are active: basic
2022-06-24T02:44:23.148Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-24T02:44:23.148Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-24T02:44:23.230Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-24T02:44:25.309Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-24T02:44:25.467Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-24T02:44:25.774Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-24T02:44:25.784Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-24T02:44:25.932Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-24T02:44:26.048Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-24T02:44:26.357Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-24T02:44:27.137Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-24T02:44:28.857Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-24T02:44:28.902Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-24T02:44:29.399Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-24T02:44:29.633Z||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.
2022-06-24T02:44:30.638Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-24T02:44:31.497Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-24T02:44:31.514Z||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$$16196139.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)
2022-06-24T02:44:31.515Z||main|||||WARN|500||The sdc end point is not alive
2022-06-24T02:44:33.904Z||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
2022-06-24T02:44:36.141Z||main|||||WARN|500||---
2022-06-24T02:44:36.141Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-24T02:44:36.141Z||main|||||WARN|500||---
2022-06-24T02:44:36.585Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-24T02:44:40.494Z||main|||||INFO|500||Started Application in 29.354 seconds (JVM running for 30.343)
2022-06-24T02:44:40.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:44:40.514Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:44:40.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:44:40.593Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:44:40.624Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5198a6b5-31dc-47bd-a232-b9efe0e9b2a8 url= /sdc/v1/artifactTypes
2022-06-24T02:44:40.625Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:44:41.719Z||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.20.51] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-24T02:44:41.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@129b4a3d
2022-06-24T02:44:41.724Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:44:41.737Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:44:41.739Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:44:41.741Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-24T02:45:30.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:45:30.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:45:30.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:45:30.497Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:45:30.503Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ffa887f0-4d5f-4cf6-a9be-bb017fe95682 url= /sdc/v1/artifactTypes
2022-06-24T02:45:30.504Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:45:31.541Z||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.20.51] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-24T02:45:31.542Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d36afdb
2022-06-24T02:45:31.542Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:45:31.542Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:45:31.543Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:45:31.543Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-24T02:46:20.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:46:20.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:46:20.487Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:46:20.492Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:46:20.496Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c00fceaa-d58c-4b26-b17f-073c2f48dd78 url= /sdc/v1/artifactTypes
2022-06-24T02:46:20.497Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:46:21.523Z||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.20.51] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-24T02:46:21.524Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@502be844
2022-06-24T02:46:21.524Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:46:21.524Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:46:21.524Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:46:21.525Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-24T02:47:10.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:47:10.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:47:10.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:47:10.492Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:47:10.496Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd425471-6290-475e-920c-2f99dd90fd60 url= /sdc/v1/artifactTypes
2022-06-24T02:47:10.497Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:47:11.545Z||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.20.51] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T02:47:11.547Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26af8f9a
2022-06-24T02:47:11.547Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:47:11.547Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:47:11.548Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:47:11.549Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T02:48:00.492Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:48:00.494Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:48:00.497Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:48:00.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:48:00.510Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f634403-ee47-4570-8c52-6a69a5c3f2c3 url= /sdc/v1/artifactTypes
2022-06-24T02:48:00.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:48:01.556Z||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.20.51] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T02:48:01.557Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49b9a01d
2022-06-24T02:48:01.557Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:48:01.557Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:48:01.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:48:01.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T02:48:50.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:48:50.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:48:50.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:48:50.495Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:48:50.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df13def1-790a-4313-84b0-2137ba66323e url= /sdc/v1/artifactTypes
2022-06-24T02:48:50.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:48:51.542Z||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.20.51] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T02:48:51.543Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ee965d4
2022-06-24T02:48:51.543Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:48:51.544Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:48:51.544Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:48:51.545Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T02:49:40.488Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:49:40.489Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:49:40.489Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:49:40.491Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:49:40.497Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 080603e3-c716-48eb-bd56-8cf0ee9de81c url= /sdc/v1/artifactTypes
2022-06-24T02:49:40.497Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:49:41.534Z||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.20.51] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T02:49:41.535Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61e7d9bb
2022-06-24T02:49:41.535Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:49:41.535Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:49:41.535Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:49:41.536Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T02:50:30.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:50:30.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:50:30.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:50:30.493Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:50:30.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 67e50737-e5a6-4ed6-b6dd-98f2f95e832e url= /sdc/v1/artifactTypes
2022-06-24T02:50:30.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:50:31.540Z||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.20.51] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T02:50:31.542Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31dc6ddb
2022-06-24T02:50:31.542Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:50:31.543Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:50:31.543Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:50:31.544Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T02:51:20.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:51:20.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:51:20.487Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:51:20.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:51:20.494Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 86615958-2a10-4b22-9a47-8481efef4cf7 url= /sdc/v1/artifactTypes
2022-06-24T02:51:20.495Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:51:21.526Z||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.20.51] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T02:51:21.527Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6570891b
2022-06-24T02:51:21.527Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:51:21.528Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:51:21.528Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:51:21.529Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T02:52:10.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:52:10.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:52:10.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:52:10.491Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:52:10.494Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d7e2921-8ecc-42d8-9fbc-471b133ae28e url= /sdc/v1/artifactTypes
2022-06-24T02:52:10.494Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:52:11.508Z||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.20.51] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T02:52:11.509Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27894308
2022-06-24T02:52:11.510Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:52:11.510Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:52:11.510Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:52:11.511Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T02:53:00.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:53:00.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:53:00.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:53:00.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:53:00.495Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75fcf82c-c824-4a77-8c0b-ce3111ff0cb2 url= /sdc/v1/artifactTypes
2022-06-24T02:53:00.496Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:53:01.522Z||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.20.51] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-24T02:53:01.523Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@654b84ce
2022-06-24T02:53:01.523Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:53:01.524Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:53:01.524Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:53:01.524Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$7f492e25.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-24T02:53:50.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:53:50.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:53:50.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:53:50.492Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:53:50.497Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f13b190e-2d5f-495e-aed2-967dd3f24fb8 url= /sdc/v1/artifactTypes
2022-06-24T02:53:50.498Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:53:50.647Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-24T02:53:50.654Z||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
2022-06-24T02:53:50.680Z||scheduling-1|||||DEBUG|500||create keys
2022-06-24T02:53:50.687Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-24T02:53:50.735Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:53:50.761Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= df401995-715e-4ccc-8064-5139c25ec92e url= /sdc/v1/registerForDistribution
2022-06-24T02:53:50.903Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= df401995-715e-4ccc-8064-5139c25ec92e url= /sdc/v1/registerForDistribution
2022-06-24T02:53:50.904Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-24T02:53:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:53:50.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:53:50.919Z||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.
2022-06-24T02:53:50.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T02:53:50.919Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:53:50.919Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T02:53:50.921Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-24T02:54:01.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:54:01.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:54:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:54:50.913Z||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.
2022-06-24T02:54:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:54:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:54:50.916Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T02:54:50.917Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T02:54:54.632Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-24T02:55:00.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:55:00.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:55:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:55:50.913Z||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.
2022-06-24T02:55:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:55:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:55:50.916Z||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.
2022-06-24T02:55:50.917Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:56:00.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:56:00.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:56:50.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:56:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:56:50.915Z||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.
2022-06-24T02:56:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:56:50.915Z||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.
2022-06-24T02:56:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:57:00.469Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:57:00.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:57:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:57:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:57:50.916Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T02:57:50.916Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T02:57:50.916Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T02:57:50.916Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T02:58:00.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:58:00.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:58:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:58:50.914Z||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.
2022-06-24T02:58:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:58:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:58:50.916Z||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.
2022-06-24T02:58:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:59:00.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:59:00.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T02:59:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:59:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:59:50.916Z||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.
2022-06-24T02:59:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:59:50.917Z||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.
2022-06-24T02:59:50.917Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:00:00.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:00:00.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:00:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:00:50.914Z||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.
2022-06-24T03:00:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:00:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:00:50.916Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:00:50.917Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:01:00.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:01:00.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:01:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:01:50.914Z||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.
2022-06-24T03:01:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:01:50.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:01:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:01:50.916Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:02:00.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:02:00.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:02:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:02:50.913Z||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.
2022-06-24T03:02:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:02:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:02:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:02:50.916Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:03:00.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:03:00.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:03:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:03:50.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:03:50.913Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:03:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:03:50.915Z||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.
2022-06-24T03:03:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:04:00.468Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:04:00.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:04:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:04:50.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:04:50.914Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:04:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:04:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:04:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:05:00.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:05:00.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:05:50.913Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:05:50.914Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:05:50.914Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:05:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:05:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:05:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:06:00.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:06:00.471Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:06:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:06:50.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:06:50.914Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:06:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:06:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:06:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:07:00.468Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:07:00.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:07:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:07:50.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:07:50.914Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:07:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:07:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:07:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:08:00.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:08:00.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:08:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:08:50.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:08:50.914Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:08:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:08:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:08:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:09:00.468Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:09:00.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:09:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:09:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:09:50.916Z||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.
2022-06-24T03:09:50.916Z||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.
2022-06-24T03:09:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:09:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:10:00.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:10:00.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:10:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:10:50.914Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:10:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:10:50.914Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:10:50.915Z||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.
2022-06-24T03:10:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:11:00.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:11:00.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:11:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:11:50.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:11:50.914Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:11:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:11:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:11:50.916Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:12:00.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:12:00.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:12:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:12:50.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:12:50.914Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:12:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:12:50.914Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:12:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:13:00.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:13:00.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:13:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:13:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:13:50.914Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:13:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:13:50.915Z||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.
2022-06-24T03:13:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:14:00.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:14:00.463Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:14:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:14:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:14:50.913Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:14:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:14:50.915Z||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.
2022-06-24T03:14:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:15:00.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:15:00.494Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:15:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:15:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:15:50.913Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:15:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:15:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:15:50.916Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:16:00.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:16:00.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:16:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:16:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:16:50.914Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:16:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:16:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:16:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:17:00.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:17:00.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:17:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:17:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:17:50.913Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:17:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:17:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:17:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:18:00.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:18:00.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:18:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:18:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:18:50.914Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:18:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:18:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:18:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:19:00.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:19:00.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:19:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:19:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:19:50.914Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:19:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:19:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:19:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:20:00.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:20:00.463Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:20:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:20:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:20:50.913Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:20:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:20:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:20:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:21:00.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:21:00.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:21:50.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:21:50.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:21:50.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:21:50.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:21:50.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:21:50.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:22:00.472Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:22:00.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:22:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:22:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:22:50.916Z||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.
2022-06-24T03:22:50.916Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:22:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:22:50.916Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:23:00.469Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:23:00.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:23:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:23:50.914Z||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.
2022-06-24T03:23:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:23:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:23:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:23:50.918Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:24:00.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:24:00.473Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:24:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:24:50.914Z||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.
2022-06-24T03:24:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:24:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:24:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:24:50.916Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:25:00.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:25:00.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:25:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:25:50.913Z||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.
2022-06-24T03:25:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:25:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:25:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:25:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:26:00.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:26:00.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:26:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:26:50.913Z||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.
2022-06-24T03:26:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:26:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:26:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:26:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:27:00.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:27:00.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:27:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:27:50.913Z||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.
2022-06-24T03:27:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:27:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:27:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:27:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:28:00.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:28:00.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:28:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:28:50.913Z||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.
2022-06-24T03:28:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:28:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:28:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:28:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:29:00.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:29:00.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:29:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:29:50.914Z||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.
2022-06-24T03:29:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:29:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:29:50.914Z||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.
2022-06-24T03:29:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:30:00.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:30:00.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:30:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:30:50.913Z||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.
2022-06-24T03:30:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:30:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:30:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:30:50.918Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:31:00.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:31:00.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:31:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:31:50.913Z||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.
2022-06-24T03:31:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:31:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:31:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:31:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:32:00.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:32:00.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:32:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:32:50.913Z||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.
2022-06-24T03:32:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:32:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:32:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:32:50.916Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:33:00.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:33:00.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:33:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:33:50.914Z||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.
2022-06-24T03:33:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:33:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:33:50.915Z||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.
2022-06-24T03:33:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:34:00.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:34:00.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:34:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:34:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:34:50.915Z||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.
2022-06-24T03:34:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:34:50.915Z||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.
2022-06-24T03:34:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:35:00.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:35:00.469Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:35:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:35:50.913Z||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.
2022-06-24T03:35:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:35:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:35:50.915Z||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.
2022-06-24T03:35:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:36:00.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:36:00.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:36:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:36:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:36:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:36:50.915Z||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.
2022-06-24T03:36:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:36:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:37:00.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:37:00.470Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:37:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:37:50.914Z||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.
2022-06-24T03:37:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:37:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:37:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:37:50.916Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:38:00.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:38:00.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:38:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:38:50.913Z||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.
2022-06-24T03:38:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:38:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:38:50.916Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:38:50.916Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:39:00.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:39:00.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:39:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:39:50.913Z||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.
2022-06-24T03:39:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:39:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:39:50.914Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:39:50.914Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:40:00.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:40:00.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:40:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:40:50.913Z||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.
2022-06-24T03:40:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:40:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:40:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:40:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:41:00.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:41:00.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:41:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:41:50.913Z||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.
2022-06-24T03:41:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:41:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:41:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:41:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:42:00.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:42:00.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:42:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:42:50.913Z||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.
2022-06-24T03:42:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:42:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:42:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:42:50.916Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:43:00.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:43:00.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:43:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:43:50.914Z||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.
2022-06-24T03:43:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:43:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:43:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:43:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:44:00.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:44:00.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:44:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:44:50.913Z||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.
2022-06-24T03:44:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:44:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:44:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:44:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:45:00.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:45:00.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:45:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:45:50.914Z||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.
2022-06-24T03:45:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:45:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:45:50.915Z||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.
2022-06-24T03:45:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:46:00.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:46:00.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:46:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:46:50.913Z||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.
2022-06-24T03:46:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:46:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:46:50.915Z||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.
2022-06-24T03:46:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:47:00.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:47:00.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:47:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:47:50.914Z||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.
2022-06-24T03:47:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:47:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:47:50.914Z||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.
2022-06-24T03:47:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:48:00.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:48:00.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:48:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:48:50.913Z||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.
2022-06-24T03:48:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:48:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:48:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:48:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:49:00.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:49:00.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:49:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:49:50.913Z||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.
2022-06-24T03:49:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:49:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:49:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:49:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:50:00.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:50:00.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:50:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:50:50.913Z||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.
2022-06-24T03:50:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:50:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:50:50.915Z||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.
2022-06-24T03:50:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:51:00.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:51:00.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:51:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:51:50.914Z||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.
2022-06-24T03:51:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:51:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:51:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:51:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:52:00.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:52:00.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:52:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:52:50.914Z||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.
2022-06-24T03:52:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:52:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:52:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:52:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:53:00.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:53:00.470Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:53:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:53:50.913Z||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.
2022-06-24T03:53:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:53:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:53:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:53:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:54:00.459Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:54:00.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:54:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:54:50.913Z||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.
2022-06-24T03:54:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:54:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:54:50.915Z||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.
2022-06-24T03:54:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:55:00.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:55:00.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:55:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:55:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:55:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:55:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:55:50.916Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:55:50.916Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:56:00.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:56:00.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:56:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:56:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:56:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:56:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:56:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:56:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:57:00.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:57:00.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:57:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:57:50.913Z||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.
2022-06-24T03:57:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:57:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:57:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:57:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:58:00.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:58:00.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:58:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:58:50.913Z||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.
2022-06-24T03:58:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:58:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:58:50.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:58:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T03:59:00.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:59:00.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T03:59:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:59:50.913Z||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.
2022-06-24T03:59:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:59:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:59:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T03:59:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:00:00.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:00:00.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:00:50.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:00:50.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:00:50.918Z||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.
2022-06-24T04:00:50.918Z||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.
2022-06-24T04:00:50.918Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:00:50.918Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:01:00.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:01:00.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:01:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:01:50.914Z||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.
2022-06-24T04:01:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:01:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:01:50.915Z||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.
2022-06-24T04:01:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:02:00.459Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:02:00.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:02:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:02:50.913Z||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.
2022-06-24T04:02:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:02:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:02:50.915Z||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.
2022-06-24T04:02:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:03:00.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:03:00.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:03:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:03:50.913Z||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.
2022-06-24T04:03:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:03:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:03:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:03:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:04:00.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:04:00.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:04:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:04:50.913Z||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.
2022-06-24T04:04:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:04:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:04:50.915Z||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.
2022-06-24T04:04:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:05:00.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:05:00.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:05:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:05:50.913Z||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.
2022-06-24T04:05:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:05:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:05:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:05:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:06:00.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:06:00.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:06:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:06:50.913Z||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.
2022-06-24T04:06:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:06:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:06:50.915Z||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.
2022-06-24T04:06:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:07:00.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:07:00.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:07:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:07:50.913Z||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.
2022-06-24T04:07:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:07:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:07:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:07:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:08:00.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:08:00.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:08:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:08:50.913Z||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.
2022-06-24T04:08:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:08:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:08:50.915Z||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.
2022-06-24T04:08:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:09:00.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:09:00.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:09:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:09:50.913Z||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.
2022-06-24T04:09:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:09:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:09:50.914Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:09:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:10:00.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:10:00.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:10:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:10:50.913Z||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.
2022-06-24T04:10:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:10:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:10:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:10:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:11:00.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:11:00.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:11:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:11:50.913Z||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.
2022-06-24T04:11:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:11:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:11:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:11:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:12:00.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:12:00.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:12:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:12:50.913Z||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.
2022-06-24T04:12:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:12:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:12:50.914Z||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.
2022-06-24T04:12:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:13:00.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:13:00.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:13:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:13:50.913Z||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.
2022-06-24T04:13:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:13:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:13:50.915Z||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.
2022-06-24T04:13:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:14:00.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:14:00.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:14:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:14:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:14:50.915Z||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.
2022-06-24T04:14:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:14:50.915Z||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.
2022-06-24T04:14:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:15:00.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:15:00.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:15:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:15:50.913Z||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.
2022-06-24T04:15:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:15:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:15:50.915Z||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.
2022-06-24T04:15:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:16:00.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:16:00.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:16:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:16:50.913Z||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.
2022-06-24T04:16:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:16:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:16:50.915Z||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.
2022-06-24T04:16:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:17:00.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:17:00.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:17:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:17:50.914Z||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.
2022-06-24T04:17:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:17:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:17:50.915Z||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.
2022-06-24T04:17:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:18:00.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:18:00.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:18:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:18:50.913Z||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.
2022-06-24T04:18:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:18:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:18:50.915Z||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.
2022-06-24T04:18:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:19:00.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:19:00.470Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:19:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:19:50.913Z||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.
2022-06-24T04:19:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:19:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:19:50.915Z||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.
2022-06-24T04:19:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:20:00.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:20:00.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:20:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:20:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:20:50.916Z||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.
2022-06-24T04:20:50.916Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:20:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:20:50.916Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:21:00.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:21:00.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:21:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:21:50.913Z||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.
2022-06-24T04:21:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:21:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:21:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:21:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:22:00.458Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:22:00.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:22:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:22:50.913Z||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.
2022-06-24T04:22:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:22:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:22:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:22:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:23:00.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:23:00.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:23:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:23:50.913Z||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.
2022-06-24T04:23:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:23:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:23:50.915Z||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.
2022-06-24T04:23:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:24:00.463Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:24:00.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:24:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:24:50.913Z||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.
2022-06-24T04:24:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:24:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:24:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:24:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:25:00.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:25:00.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:25:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:25:50.913Z||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.
2022-06-24T04:25:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:25:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:25:50.915Z||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.
2022-06-24T04:25:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:26:00.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:26:00.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:26:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:26:50.913Z||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.
2022-06-24T04:26:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:26:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:26:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:26:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:27:00.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:27:00.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:27:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:27:50.913Z||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.
2022-06-24T04:27:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:27:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:27:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:27:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:28:00.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:28:00.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:28:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:28:50.914Z||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.
2022-06-24T04:28:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:28:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:28:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:28:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:29:00.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:29:00.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:29:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:29:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:29:50.914Z||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.
2022-06-24T04:29:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:29:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:29:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:30:00.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:30:00.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:30:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:30:50.913Z||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.
2022-06-24T04:30:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:30:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:30:50.914Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:30:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:31:00.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:31:00.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:31:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:31:50.914Z||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.
2022-06-24T04:31:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:31:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:31:50.915Z||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.
2022-06-24T04:31:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:32:00.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:32:00.461Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:32:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:32:50.913Z||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.
2022-06-24T04:32:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:32:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:32:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:32:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:33:00.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:33:00.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:33:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:33:50.913Z||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.
2022-06-24T04:33:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:33:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:33:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:33:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:34:00.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:34:00.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:34:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:34:50.913Z||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.
2022-06-24T04:34:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:34:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:34:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:34:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:35:00.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:00.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:35:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:35:50.913Z||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.
2022-06-24T04:35:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:35:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:35:50.915Z||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.
2022-06-24T04:35:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:36:00.473Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:36:00.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:36:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:36:50.913Z||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.
2022-06-24T04:36:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:36:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:36:50.914Z||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.
2022-06-24T04:36:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:37:00.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:37:00.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:37:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:37:50.913Z||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.
2022-06-24T04:37:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:37:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:37:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:37:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:38:00.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:00.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:38:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:38:50.913Z||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.
2022-06-24T04:38:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:38:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:38:50.914Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:38:50.914Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:39:00.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:00.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:39:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:39:50.913Z||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.
2022-06-24T04:39:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:39:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:39:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:39:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:40:00.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:40:00.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:40:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:40:50.913Z||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.
2022-06-24T04:40:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:40:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:40:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:40:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:41:00.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:41:00.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:41:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:41:50.913Z||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.
2022-06-24T04:41:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:41:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:41:50.914Z||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.
2022-06-24T04:41:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:42:00.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:42:00.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:42:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:42:50.913Z||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.
2022-06-24T04:42:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:42:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:42:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:42:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:43:00.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:43:00.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:43:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:43:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:43:50.914Z||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.
2022-06-24T04:43:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:43:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:43:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:44:00.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:44:00.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:44:50.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:44:50.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:44:50.917Z||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.
2022-06-24T04:44:50.917Z||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.
2022-06-24T04:44:50.917Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:44:50.917Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:45:00.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:45:00.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:45:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:45:50.914Z||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.
2022-06-24T04:45:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:45:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:45:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:45:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:46:00.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:46:00.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:46:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:46:50.913Z||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.
2022-06-24T04:46:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:46:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:46:50.915Z||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.
2022-06-24T04:46:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:47:00.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:47:00.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:47:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:47:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:47:50.915Z||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.
2022-06-24T04:47:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:47:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:47:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:48:00.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:48:00.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:48:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:48:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:48:50.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:48:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:48:50.914Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:48:50.914Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:49:00.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:49:00.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:49:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:49:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:49:50.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:49:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:49:50.915Z||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.
2022-06-24T04:49:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:50:00.460Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:50:00.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:50:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:50:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:50:50.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:50:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:50:50.915Z||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.
2022-06-24T04:50:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:51:00.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:51:00.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:51:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:51:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:51:50.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:51:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:51:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:51:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:52:00.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:52:00.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:52:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:52:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:52:50.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:52:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:52:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:52:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:53:00.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:53:00.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:53:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:53:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:53:50.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:53:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:53:50.915Z||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.
2022-06-24T04:53:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:54:00.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:54:00.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:54:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:54:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:54:50.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:54:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:54:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:54:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:55:00.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:55:00.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:55:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:55:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:55:50.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:55:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:55:50.915Z||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.
2022-06-24T04:55:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:56:00.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:56:00.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:56:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:56:50.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:56:50.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:56:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:56:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:56:50.916Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:57:00.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:57:00.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:57:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:57:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:57:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:57:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:57:50.915Z||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.
2022-06-24T04:57:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:58:00.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:58:00.466Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:58:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:58:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:58:50.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:58:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:58:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:58:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:59:00.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:59:00.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T04:59:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:59:50.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T04:59:50.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T04:59:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:59:50.915Z||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.
2022-06-24T04:59:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:00:00.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:00:00.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:00:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:00:50.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:00:50.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:00:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:00:50.914Z||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.
2022-06-24T05:00:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:01:00.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:01:00.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:01:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:01:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:01:50.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:01:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:01:50.915Z||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.
2022-06-24T05:01:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:02:00.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:02:00.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:02:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:02:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:02:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:02:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:02:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:02:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:03:00.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:03:00.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:03:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:03:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:03:50.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:03:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:03:50.915Z||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.
2022-06-24T05:03:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:04:00.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:04:00.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:04:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:04:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:04:50.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:04:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:04:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:04:50.917Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:05:00.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:05:00.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:05:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:05:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:05:50.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:05:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:05:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:05:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:06:00.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:06:00.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:06:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:06:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:06:50.913Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:06:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:06:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:06:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:07:00.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:07:00.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:07:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:07:50.913Z||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.
2022-06-24T05:07:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:07:50.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:07:50.916Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:07:50.916Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:08:00.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:08:00.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:08:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:08:50.913Z||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.
2022-06-24T05:08:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:08:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:08:50.914Z||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.
2022-06-24T05:08:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:09:00.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:09:00.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:09:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:09:50.913Z||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.
2022-06-24T05:09:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:09:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:09:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:09:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:10:00.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:10:00.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:10:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:10:50.913Z||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.
2022-06-24T05:10:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:10:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:10:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:10:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:11:00.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:11:00.458Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:11:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:11:50.914Z||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.
2022-06-24T05:11:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:11:50.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:11:50.915Z||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.
2022-06-24T05:11:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:12:00.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:12:00.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:12:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:12:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:12:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:12:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:12:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:12:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:13:00.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:13:00.461Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:13:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:13:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:13:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:13:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:13:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:13:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:14:00.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:14:00.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:14:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:14:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:14:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:14:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:14:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:14:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:15:00.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:15:00.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:15:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:15:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:15:50.914Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:15:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:15:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:15:50.916Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:16:00.461Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:16:00.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:16:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:16:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:16:50.914Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:16:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:16:50.915Z||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.
2022-06-24T05:16:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:17:00.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:17:00.467Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:17:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:17:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:17:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:17:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:17:50.915Z||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.
2022-06-24T05:17:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:18:00.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:18:00.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:18:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:18:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:18:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:18:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:18:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:18:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:19:00.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:19:00.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:19:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:19:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:19:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:19:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:19:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:19:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:20:00.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:20:00.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:20:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:20:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:20:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:20:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:20:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:20:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:21:00.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:21:00.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:21:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:21:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:21:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:21:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:21:50.915Z||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.
2022-06-24T05:21:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:22:00.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:22:00.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:22:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:22:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:22:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:22:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:22:50.915Z||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.
2022-06-24T05:22:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:23:00.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:23:00.467Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:23:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:23:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:23:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:23:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:23:50.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:23:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:24:00.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:24:00.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:24:50.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:24:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:24:50.916Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:24:50.916Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:24:50.916Z||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.
2022-06-24T05:24:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:25:00.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:25:00.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:25:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:25:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:25:50.914Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:25:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:25:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:25:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:26:00.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:26:00.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:26:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:26:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:26:50.915Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:26:50.915Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:26:50.915Z||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.
2022-06-24T05:26:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:27:00.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:27:00.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:27:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:27:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:27:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:27:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:27:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:27:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:28:00.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:28:00.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:28:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:28:50.914Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:28:50.914Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:28:50.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:28:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:28:50.916Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:29:00.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:29:00.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:29:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:29:50.913Z||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.
2022-06-24T05:29:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:29:50.915Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:29:50.916Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:29:50.916Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:30:00.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:30:00.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:30:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:30:50.913Z||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.
2022-06-24T05:30:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:30:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:30:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:30:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:31:00.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:31:00.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:31:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:31:50.913Z||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.
2022-06-24T05:31:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:31:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:31:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:31:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:32:00.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:32:00.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:32:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:32:50.914Z||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.
2022-06-24T05:32:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:32:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:32:50.915Z||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.
2022-06-24T05:32:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:33:00.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:33:00.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:33:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:33:50.913Z||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.
2022-06-24T05:33:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:33:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:33:50.914Z||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.
2022-06-24T05:33:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:34:00.460Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:34:00.467Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:34:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:34:50.913Z||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.
2022-06-24T05:34:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:34:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:34:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:34:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:35:00.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:35:00.458Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:35:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:35:50.913Z||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.
2022-06-24T05:35:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:35:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:35:50.915Z||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.
2022-06-24T05:35:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:36:00.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:36:00.459Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:36:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:36:50.913Z||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.
2022-06-24T05:36:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:36:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:36:50.915Z||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.
2022-06-24T05:36:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:37:00.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:37:00.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:37:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:37:50.914Z||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.
2022-06-24T05:37:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:37:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:37:50.915Z||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.
2022-06-24T05:37:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:38:00.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:38:00.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:38:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:38:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:38:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:38:50.915Z||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.
2022-06-24T05:38:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:38:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:39:00.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:39:00.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:39:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:39:50.913Z||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.
2022-06-24T05:39:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:39:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:39:50.914Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:39:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:40:00.461Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:40:00.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:40:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:40:50.913Z||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.
2022-06-24T05:40:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:40:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:40:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:40:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:41:00.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:41:00.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:41:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:41:50.913Z||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.
2022-06-24T05:41:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:41:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:41:50.915Z||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.
2022-06-24T05:41:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:42:00.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:42:00.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:42:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:42:50.913Z||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.
2022-06-24T05:42:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:42:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:42:50.914Z||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.
2022-06-24T05:42:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:43:00.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:43:00.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:43:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:43:50.913Z||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.
2022-06-24T05:43:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:43:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:43:50.915Z||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.
2022-06-24T05:43:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:44:00.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:44:00.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:44:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:44:50.913Z||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.
2022-06-24T05:44:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:44:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:44:50.914Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:44:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:45:00.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:45:00.459Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:45:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:45:50.913Z||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.
2022-06-24T05:45:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:45:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:45:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:45:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:46:00.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:46:00.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:46:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:46:50.913Z||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.
2022-06-24T05:46:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:46:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:46:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:46:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:47:00.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:47:00.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:47:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:47:50.913Z||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.
2022-06-24T05:47:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:47:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:47:50.915Z||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.
2022-06-24T05:47:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:48:00.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:48:00.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:48:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:48:50.913Z||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.
2022-06-24T05:48:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:48:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:48:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:48:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:49:00.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:49:00.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:49:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:49:50.913Z||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.
2022-06-24T05:49:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:49:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:49:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:49:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:50:00.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:50:00.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:50:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:50:50.913Z||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.
2022-06-24T05:50:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:50:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:50:50.914Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:50:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:51:00.459Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:51:00.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:51:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:51:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:51:50.915Z||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.
2022-06-24T05:51:50.915Z||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.
2022-06-24T05:51:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:51:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:52:00.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:52:00.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:52:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:52:50.913Z||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.
2022-06-24T05:52:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:52:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:52:50.914Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:52:50.914Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:53:00.460Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:53:00.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:53:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:53:50.913Z||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.
2022-06-24T05:53:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:53:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:53:50.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:53:50.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:54:00.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:54:00.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:54:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:54:50.913Z||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.
2022-06-24T05:54:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:54:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:54:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:54:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:55:00.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:55:00.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:55:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:55:50.914Z||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.
2022-06-24T05:55:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:55:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:55:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:55:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:56:00.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:56:00.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:56:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:56:50.913Z||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.
2022-06-24T05:56:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:56:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:56:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:56:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:57:00.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:57:00.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:57:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:57:50.913Z||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.
2022-06-24T05:57:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:57:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:57:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:57:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:58:00.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:58:00.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:58:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:58:50.913Z||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.
2022-06-24T05:58:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:58:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:58:50.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:58:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T05:59:00.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:59:00.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:59:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:59:50.913Z||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.
2022-06-24T05:59:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:59:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:59:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:59:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:00:00.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:00:00.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:00:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:00:50.913Z||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.
2022-06-24T06:00:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:00:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:00:50.915Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:00:50.915Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:01:00.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:01:00.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:01:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:01:50.913Z||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.
2022-06-24T06:01:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:01:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:01:50.914Z||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.
2022-06-24T06:01:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:02:00.460Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:02:00.460Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:02:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:02:50.913Z||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.
2022-06-24T06:02:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:02:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:02:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:02:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:03:00.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:03:00.460Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:03:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:03:50.913Z||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.
2022-06-24T06:03:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:03:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:03:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:03:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:04:00.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:04:00.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:04:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:04:50.913Z||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.
2022-06-24T06:04:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:04:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:04:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:04:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:05:00.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:05:00.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:05:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:05:50.914Z||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.
2022-06-24T06:05:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:05:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:05:50.915Z||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.
2022-06-24T06:05:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:06:00.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:06:00.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:06:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:06:50.914Z||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.
2022-06-24T06:06:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:06:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:06:50.914Z||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.
2022-06-24T06:06:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:07:00.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:07:00.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:07:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:07:50.913Z||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.
2022-06-24T06:07:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:07:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:07:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:07:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:08:00.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:08:00.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:08:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:08:50.913Z||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.
2022-06-24T06:08:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:08:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:08:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:08:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:09:00.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:09:00.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:09:50.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:09:50.914Z||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.
2022-06-24T06:09:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:09:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:09:50.915Z||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.
2022-06-24T06:09:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:10:00.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:10:00.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:10:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:10:50.913Z||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.
2022-06-24T06:10:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:10:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:10:50.914Z||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.
2022-06-24T06:10:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:11:00.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:11:00.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:11:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:11:50.913Z||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.
2022-06-24T06:11:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:11:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:11:50.915Z||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.
2022-06-24T06:11:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:12:00.460Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:12:00.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:12:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:12:50.913Z||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.
2022-06-24T06:12:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:12:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:12:50.916Z||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.
2022-06-24T06:12:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:13:00.456Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:13:00.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:13:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:13:50.913Z||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.
2022-06-24T06:13:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:13:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:13:50.915Z||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.
2022-06-24T06:13:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:14:00.455Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:14:00.456Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:14:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:14:50.913Z||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.
2022-06-24T06:14:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:14:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:14:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:14:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:15:00.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:15:00.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:15:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:15:50.913Z||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.
2022-06-24T06:15:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:15:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:15:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:15:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:16:00.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:16:00.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:16:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:16:50.913Z||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.
2022-06-24T06:16:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:16:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:16:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:16:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:17:00.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:17:00.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:17:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:17:50.913Z||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.
2022-06-24T06:17:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:17:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:17:50.915Z||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.
2022-06-24T06:17:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:18:00.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:18:00.461Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:18:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:18:50.914Z||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.
2022-06-24T06:18:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:18:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:18:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:18:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:19:00.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:19:00.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:19:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:19:50.914Z||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.
2022-06-24T06:19:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:19:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:19:50.915Z||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.
2022-06-24T06:19:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:20:00.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:20:00.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:20:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:20:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:20:50.914Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:20:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:20:50.915Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:20:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:21:00.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:21:00.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:21:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:21:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:21:50.913Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:21:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:21:50.915Z||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.
2022-06-24T06:21:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:22:00.469Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:22:00.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:22:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:22:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:22:50.913Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:22:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:22:50.914Z||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.
2022-06-24T06:22:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:23:00.456Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:23:00.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:23:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:23:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:23:50.913Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:23:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:23:50.914Z||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.
2022-06-24T06:23:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:24:00.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:24:00.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:24:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:24:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:24:50.913Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:24:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:24:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:24:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:25:00.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:25:00.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:25:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:25:50.913Z||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.
2022-06-24T06:25:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:25:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:25:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:25:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:26:00.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:26:00.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:26:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:26:50.913Z||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.
2022-06-24T06:26:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:26:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:26:50.914Z||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.
2022-06-24T06:26:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:27:00.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:27:00.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:27:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:27:50.913Z||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.
2022-06-24T06:27:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:27:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:27:50.914Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:27:50.915Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:28:00.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:28:00.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:28:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:28:50.913Z||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.
2022-06-24T06:28:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:28:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:28:50.915Z||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.
2022-06-24T06:28:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:29:00.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:29:00.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:29:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:29:50.913Z||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.
2022-06-24T06:29:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:29:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:29:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:29:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:30:00.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:30:00.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:30:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:30:50.913Z||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.
2022-06-24T06:30:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:30:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:30:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:30:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:31:00.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:31:00.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:31:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:31:50.913Z||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.
2022-06-24T06:31:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:31:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:31:50.914Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:31:50.914Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:32:00.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:32:00.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:32:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:32:50.913Z||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.
2022-06-24T06:32:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:32:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:32:50.915Z||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.
2022-06-24T06:32:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:33:00.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:33:00.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:33:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:33:50.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:33:50.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:33:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:33:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:33:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:34:00.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:34:00.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:34:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:34:50.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:34:50.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:34:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:34:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:34:50.915Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:35:00.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:35:00.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:35:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:35:50.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:35:50.914Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:35:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:35:50.914Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:35:50.914Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:36:00.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:36:00.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:36:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:36:50.913Z||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.
2022-06-24T06:36:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:36:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:36:50.915Z||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.
2022-06-24T06:36:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:00.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:00.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:37:50.913Z||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.
2022-06-24T06:37:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:37:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:37:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:51.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:51.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:51.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0244aeda-54a3-48b0-9733-0eaac5363ee1","serviceName":"vFW 2022-06-24 06-34-22","serviceVersion":"1.0","serviceUUID":"734ea4d1-e4f5-43bb-93fd-5c17e4fe9573","serviceDescription":"catalog service description","serviceInvariantUUID":"4da5ec23-b006-497e-9558-aa8f0306b2c5","resources":[{"resourceInstanceName":"vFW b4764f13-dda1 0","resourceName":"vFW b4764f13-dda1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c1f8ac1-fa2c-419e-a6d5-75cd786711e6","resourceInvariantUUID":"8b67c9e1-aa2f-4366-a9c5-e4976b731342","resourceCustomizationUUID":"13aaaf0a-f912-479f-9e61-b87b1a770246","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml","artifactChecksum":"MzcxZGRlZGNhYzViYTc1NGE1ZDVjMjY2ZTgzYWY4NTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"798f64eb-6a84-4901-8fde-17523355325a","artifactVersion":"1"},{"artifactName":"vfwb4764f13dda10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json","artifactChecksum":"NjI2MGEyYTc0ZmIyYjIxMDY0ZDEzMjVmY2MxZmY3Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9810b908-0fa9-4d30-b9ae-d3a4cdb1947c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0aedc0a9-fc79-4c2b-ae78-919135425343","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml","artifactChecksum":"OTE1NDU3NDZiZTY2MWY4OGQ0ZTIzZmJkNDUwYWFiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"456cbcb8-2620-4d08-b03b-858986b876b0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"80499dbd-e530-4ab5-9851-3eb302488b95","artifactVersion":"2","generatedFromUUID":"0aedc0a9-fc79-4c2b-ae78-919135425343"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220624063422-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml","artifactChecksum":"ZDk1MmU2MGU3OGYxNWRkNzFmMWMyYjk2ZWE5MTk2ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d4cadef-175f-4f22-b784-0fce3e9dde93","artifactVersion":"1"},{"artifactName":"service-Vfw20220624063422-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar","artifactChecksum":"ODIxMzBmM2IzZmM3ZGM5NmI1OWQ2MGY4ODE4YWY5MjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c422630-f4e5-41b2-8e7b-257bf0e7b2fe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T06:37:51.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "cds",
"timestamp": 1656052628824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.563Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:51.567Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:51.576Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:51.577Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "policy-id",
"timestamp": 1656052630405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052634417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "cds",
"timestamp": 1656052628824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "policy-id",
"timestamp": 1656052630405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052634417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "cds",
"timestamp": 1656052628824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "policy-id",
"timestamp": 1656052630405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052634417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "cds",
"timestamp": 1656052628824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "policy-id",
"timestamp": 1656052630405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052634417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "clamp",
"timestamp": 1656052640557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "cds",
"timestamp": 1656052628824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "policy-id",
"timestamp": 1656052630405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052634417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "clamp",
"timestamp": 1656052640557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "cds",
"timestamp": 1656052628824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "policy-id",
"timestamp": 1656052630405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052634417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052641938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "clamp",
"timestamp": 1656052640557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "cds",
"timestamp": 1656052628824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052629539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "policy-id",
"timestamp": 1656052630405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052634417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052641938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "NOTIFIED"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "clamp",
"timestamp": 1656052640557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052641938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "clamp",
"timestamp": 1656052640557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052645245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "policy-id",
"timestamp": 1656052645217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052641938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "cds",
"timestamp": 1656052645797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "clamp",
"timestamp": 1656052640557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "policy-id",
"timestamp": 1656052646227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052641938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "cds",
"timestamp": 1656052646811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-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=?
2022-06-24T06:37:51.676Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-24T06:37:51.682Z||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.
2022-06-24T06:37:51.682Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T06:37:51.698Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0244aeda-54a3-48b0-9733-0eaac5363ee1
2022-06-24T06:37:51.709Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0244aeda-54a3-48b0-9733-0eaac5363ee1 and ComponentName cds
2022-06-24T06:37:51.711Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:51.712Z||pool-3-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
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 (?, ?, ?, ?, ?)
2022-06-24T06:37:51.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "clamp",
"timestamp": 1656052640557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:37:51.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "policy-id",
"timestamp": 1656052647233,
"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=?
2022-06-24T06:37:51.745Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0244aeda-54a3-48b0-9733-0eaac5363ee1
2022-06-24T06:37:51.745Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0244aeda-54a3-48b0-9733-0eaac5363ee1 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 (?, ?, ?, ?, ?)
2022-06-24T06:37:51.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052641938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052641938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:37:51.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052649884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052650780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T06:37:51.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052651076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052651785,
"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=?
2022-06-24T06:37:51.766Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0244aeda-54a3-48b0-9733-0eaac5363ee1
2022-06-24T06:37:51.766Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0244aeda-54a3-48b0-9733-0eaac5363ee1 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 (?, ?, ?, ?, ?)
2022-06-24T06:37:51.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052652205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.778Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052653243,
"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=?
2022-06-24T06:37:51.784Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0244aeda-54a3-48b0-9733-0eaac5363ee1
2022-06-24T06:37:51.784Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0244aeda-54a3-48b0-9733-0eaac5363ee1 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=?
2022-06-24T06:37:51.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052654246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "aai-ml",
"timestamp": 1656052655531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "aai-ml",
"timestamp": 1656052655531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "aai-ml",
"timestamp": 1656052655531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "aai-ml",
"timestamp": 1656052655531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "aai-ml",
"timestamp": 1656052655531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "aai-ml",
"timestamp": 1656052655531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "aai-ml",
"timestamp": 1656052655531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "aai-ml",
"timestamp": 1656052663661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "clamp",
"timestamp": 1656052664327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "clamp",
"timestamp": 1656052665400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "clamp",
"timestamp": 1656052666404,
"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=?
2022-06-24T06:37:51.804Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0244aeda-54a3-48b0-9733-0eaac5363ee1
2022-06-24T06:37:51.804Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0244aeda-54a3-48b0-9733-0eaac5363ee1 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 (?, ?, ?, ?, ?)
2022-06-24T06:37:52.583Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:52.583Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:52.585Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:52.585Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "NOTIFIED"
}
2022-06-24T06:37:52.685Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:37:52.686Z||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.
2022-06-24T06:37:52.686Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:52.710Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:52.712Z||pool-4-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:37:53.585Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:53.586Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:53.588Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:53.588Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T06:37:53.688Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:37:53.689Z||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.
2022-06-24T06:37:53.689Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:53.709Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:53.709Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:37:54.588Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:54.589Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:54.591Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:54.592Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:54.692Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:37:54.692Z||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.
2022-06-24T06:37:54.692Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:54.712Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:54.712Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:37:55.592Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:55.593Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:55.595Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:55.595Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-24T06:37:55.696Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T06:37:55.696Z||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.
2022-06-24T06:37:55.697Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:55.715Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:55.716Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:37:56.596Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:56.597Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:56.600Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:56.600Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:37:56.700Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:37:56.701Z||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.
2022-06-24T06:37:56.701Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:56.715Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:56.716Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:37:57.601Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:57.602Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:57.604Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:57.605Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:37:57.705Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:37:57.706Z||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.
2022-06-24T06:37:57.706Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:57.722Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:57.723Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:37:58.607Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"serviceName": "vFW 2022-06-24 06-34-22",
"serviceVersion": "1.0",
"serviceUUID": "734ea4d1-e4f5-43bb-93fd-5c17e4fe9573",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4da5ec23-b006-497e-9558-aa8f0306b2c5",
"resources": [
{
"resourceInstanceName": "vFW b4764f13-dda1 0",
"resourceCustomizationUUID": "13aaaf0a-f912-479f-9e61-b87b1a770246",
"resourceName": "vFW b4764f13-dda1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3c1f8ac1-fa2c-419e-a6d5-75cd786711e6",
"resourceInvariantUUID": "8b67c9e1-aa2f-4366-a9c5-e4976b731342",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb4764f13dda10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"artifactChecksum": "NjI2MGEyYTc0ZmIyYjIxMDY0ZDEzMjVmY2MxZmY3Njg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9810b908-0fa9-4d30-b9ae-d3a4cdb1947c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0aedc0a9-fc79-4c2b-ae78-919135425343",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "80499dbd-e530-4ab5-9851-3eb302488b95",
"generatedFromUUID": "0aedc0a9-fc79-4c2b-ae78-919135425343"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "80499dbd-e530-4ab5-9851-3eb302488b95",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220624063422-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"artifactChecksum": "ODIxMzBmM2IzZmM3ZGM5NmI1OWQ2MGY4ODE4YWY5MjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8c422630-f4e5-41b2-8e7b-257bf0e7b2fe"
}
],
"workloadContext": "Production"
}
2022-06-24T06:37:58.608Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T06:37:58.608Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 734ea4d1-e4f5-43bb-93fd-5c17e4fe9573 ASDC
2022-06-24T06:37:58.681Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0244aeda-54a3-48b0-9733-0eaac5363ee1
ServiceName:vFW 2022-06-24 06-34-22
ServiceVersion:1.0
ServiceUUID:734ea4d1-e4f5-43bb-93fd-5c17e4fe9573
ServiceInvariantUUID:4da5ec23-b006-497e-9558-aa8f0306b2c5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220624063422-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar
ArtifactUUID:8c422630-f4e5-41b2-8e7b-257bf0e7b2fe
ArtifactChecksum:ODIxMzBmM2IzZmM3ZGM5NmI1OWQ2MGY4ODE4YWY5MjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b4764f13-dda1 0
ResourceCustomizationUUID:13aaaf0a-f912-479f-9e61-b87b1a770246
ResourceInvariantUUID:8b67c9e1-aa2f-4366-a9c5-e4976b731342
ResourceName:vFW b4764f13-dda1
ResourceType:VF
ResourceUUID:3c1f8ac1-fa2c-419e-a6d5-75cd786711e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb4764f13dda10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json
ArtifactUUID:9810b908-0fa9-4d30-b9ae-d3a4cdb1947c
ArtifactChecksum:NjI2MGEyYTc0ZmIyYjIxMDY0ZDEzMjVmY2MxZmY3Njg=
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/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml
ArtifactUUID:0aedc0a9-fc79-4c2b-ae78-919135425343
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/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env
ArtifactUUID:80499dbd-e530-4ab5-9851-3eb302488b95
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/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env
ArtifactUUID:80499dbd-e530-4ab5-9851-3eb302488b95
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-24T06:37:58.681Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 734ea4d1-e4f5-43bb-93fd-5c17e4fe9573 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=?
2022-06-24T06:37:58.725Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:37:58.725Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T06:37:58.726Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T06:37:58.726Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8c422630-f4e5-41b2-8e7b-257bf0e7b2fe from URL: /sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar
2022-06-24T06:37:58.726Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:37:58.727Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar
2022-06-24T06:37:59.306Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:37:59.323Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar 8c422630-f4e5-41b2-8e7b-257bf0e7b2fe 98988
2022-06-24T06:37:59.324Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar ASDC sendASDCNotification
2022-06-24T06:37:59.324Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar
2022-06-24T06:37:59.324Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:37:59.325Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:59.326Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:59.327Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052679323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:37:59.427Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:37:59.428Z||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.
2022-06-24T06:37:59.428Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:59.444Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:59.445Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:00.327Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:38:00.328Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T06:38:00.329Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8c422630-f4e5-41b2-8e7b-257bf0e7b2fe, URL: /sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar to file: /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:00.329Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220624063422-csar.csar
2022-06-24T06:38:00.391Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:00.392Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:01.044Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13513572871063535851/Definitions/service-Vfw20220624063422-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
2022-06-24T06:38:03.233Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.238Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.238Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b4764f13-dda1 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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.238Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-24T06:38:03.242Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.243Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.246Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:03.246Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-24T06:38:03.247Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.251Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.252Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:03.252Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:03.252Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:03.252Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T06:38:03.252Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.252Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T06:38:03.254Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.254Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T06:38:03.254Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.254Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:03.254Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4bd8737a-6a2a-4506-8d79-6bd158c09ff1
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2a0704cf-d81c-44e0-bc29-819152f9e528
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:03.259Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T06:38:03.259Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.259Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.259Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.259Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T06:38:03.259Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T06:38:03.272Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T06:38:03.272Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.272Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.272Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T06:38:03.272Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1a6fbeac-4e6c-4d76-865d-e0fba90addc7
2022-06-24T06:38:03.273Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.273Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.273Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.273Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.273Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.274Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.274Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:03.274Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.274Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-24 06-34-22
Description:catalog service description
Model UUID:734ea4d1-e4f5-43bb-93fd-5c17e4fe9573
Model Version:NULL
Model InvariantUuid:4da5ec23-b006-497e-9558-aa8f0306b2c5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b4764f13-dda1
Model UUID:bae72ebe-2591-4f55-9c38-a6b2c300eaa6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b67c9e1-aa2f-4366-a9c5-e4976b731342
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:13aaaf0a-f912-479f-9e61-b87b1a770246
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:30a7beb1-6827-47de-8b94-eefee72d72bc
ModelName:VfwB4764f13Dda1..base_vfw..module-0
ModelUuid:93e2fe61-4273-4290-bba9-0fa80b3b0174
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4bd8737a-6a2a-4506-8d79-6bd158c09ff1
ModelInvariantUuid:a63fa1fb-bc55-4c58-873f-55cb0a71daca
ModelName:vFW b4764f13-dda1-nodes.vfwCvfc
ModelUuid:8fab73d7-6c55-4a95-a43d-e688130c2fb3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6e56d25a-af2e-487e-8b55-c0741926e265
ModelInvariantUuid:c68d2cdc-b9df-4d2f-b14a-15988babce37
ModelName:VfwB4764f13Dda1.compute.nodes.heat.vfw
ModelUuid:6d875b99-aa32-4ad4-9692-eec156ba63f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2a0704cf-d81c-44e0-bc29-819152f9e528
ModelInvariantUuid:60a60adc-224b-4e9e-b104-bc3221d16fd9
ModelName:vFW b4764f13-dda1-nodes.vsnCvfc
ModelUuid:f113527b-6e9f-4f6c-80e1-e445d044e2ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ce63e27c-c3a1-418c-aa72-7178058b5faf
ModelInvariantUuid:11055841-cea4-497a-857c-bf36db7d53df
ModelName:VfwB4764f13Dda1.compute.nodes.heat.vsn
ModelUuid:bc455e93-221f-4f63-980a-5c1f852bb430
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1a6fbeac-4e6c-4d76-865d-e0fba90addc7
ModelInvariantUuid:22e2e283-0eb3-4de3-81e7-5b7a91458609
ModelName:vFW b4764f13-dda1-nodes.vpgCvfc
ModelUuid:9b97ec13-8e10-4a8c-b4e5-edc9cf685328
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:29222aad-4529-4c15-b7e4-1746abf438d9
ModelInvariantUuid:5ae886ad-2f7c-47e5-9fab-168d7dbe83da
ModelName:VfwB4764f13Dda1.compute.nodes.heat.vpg
ModelUuid:9805654e-2159-4b4b-bf90-ad4ef2b24cf6
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T06:38:03.288Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3c1f8ac1-fa2c-419e-a6d5-75cd786711e6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:38:03.350Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||vFW b4764f13-dda1 0
2022-06-24T06:38:03.354Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3c1f8ac1-fa2c-419e-a6d5-75cd786711e6
2022-06-24T06:38:03.355Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9810b908-0fa9-4d30-b9ae-d3a4cdb1947c from URL: /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json
2022-06-24T06:38:03.355Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:38:03.355Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json
2022-06-24T06:38:03.517Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:38:03.517Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json 9810b908-0fa9-4d30-b9ae-d3a4cdb1947c 785
2022-06-24T06:38:03.517Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json ASDC sendASDCNotification
2022-06-24T06:38:03.517Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json
2022-06-24T06:38:03.518Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:38:03.518Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:03.520Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:03.520Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052683517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:38:03.620Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:38:03.621Z||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.
2022-06-24T06:38:03.621Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:03.636Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:38:03.637Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:38:04.521Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB4764f13Dda1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "30a7beb1-6827-47de-8b94-eefee72d72bc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "93e2fe61-4273-4290-bba9-0fa80b3b0174",
"vfModuleModelCustomizationUUID": "d7feecdf-5df4-40f4-909b-103d69d5bd61",
"isBase": true,
"artifacts": [
"0aedc0a9-fc79-4c2b-ae78-919135425343",
"80499dbd-e530-4ab5-9851-3eb302488b95"
],
"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": ""
}
}
]
2022-06-24T06:38:04.533Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB4764f13Dda1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93e2fe61-4273-4290-bba9-0fa80b3b0174
VfModuleModelInvariantUUID:30a7beb1-6827-47de-8b94-eefee72d72bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
0aedc0a9-fc79-4c2b-ae78-919135425343
,
80499dbd-e530-4ab5-9851-3eb302488b95
}
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
}
2022-06-24T06:38:04.535Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB4764f13Dda1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "30a7beb1-6827-47de-8b94-eefee72d72bc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "93e2fe61-4273-4290-bba9-0fa80b3b0174",
"vfModuleModelCustomizationUUID": "d7feecdf-5df4-40f4-909b-103d69d5bd61",
"isBase": true,
"artifacts": [
"0aedc0a9-fc79-4c2b-ae78-919135425343",
"80499dbd-e530-4ab5-9851-3eb302488b95"
],
"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": ""
}
}
]
2022-06-24T06:38:04.535Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB4764f13Dda1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93e2fe61-4273-4290-bba9-0fa80b3b0174
VfModuleModelInvariantUUID:30a7beb1-6827-47de-8b94-eefee72d72bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
0aedc0a9-fc79-4c2b-ae78-919135425343
,
80499dbd-e530-4ab5-9851-3eb302488b95
}
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
}
2022-06-24T06:38:04.535Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0aedc0a9-fc79-4c2b-ae78-919135425343 from URL: /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml
2022-06-24T06:38:04.535Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:38:04.536Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml
2022-06-24T06:38:04.718Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:38:04.719Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml 0aedc0a9-fc79-4c2b-ae78-919135425343 20368
2022-06-24T06:38:04.719Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T06:38:04.719Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml
2022-06-24T06:38:04.719Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:38:04.719Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:04.721Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:04.721Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052684719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:38:04.821Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:38:04.822Z||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.
2022-06-24T06:38:04.822Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:04.836Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:38:04.836Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:05.721Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 80499dbd-e530-4ab5-9851-3eb302488b95 from URL: /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env
2022-06-24T06:38:05.722Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:38:05.722Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env
2022-06-24T06:38:06.021Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:38:06.022Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env 80499dbd-e530-4ab5-9851-3eb302488b95 2098
2022-06-24T06:38:06.022Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T06:38:06.023Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env
2022-06-24T06:38:06.023Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:38:06.024Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:06.026Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:06.026Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052686022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:38:06.126Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T06:38:06.127Z||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.
2022-06-24T06:38:06.127Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:06.143Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:38:06.143Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:07.027Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 734ea4d1-e4f5-43bb-93fd-5c17e4fe9573
2022-06-24T06:38:07.028Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b4764f13-dda1 0 3c1f8ac1-fa2c-419e-a6d5-75cd786711e6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:38:07.064Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@669806f, org.onap.sdc.toscaparser.api.parameters.Input@2f4e6882, org.onap.sdc.toscaparser.api.parameters.Input@78f4572c, org.onap.sdc.toscaparser.api.parameters.Input@1a5bcf3f, org.onap.sdc.toscaparser.api.parameters.Input@507b5ee3]
2022-06-24T06:38:07.069Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.070Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.070Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-06-24T06:38:07.070Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 13aaaf0a-f912-479f-9e61-b87b1a770246
2022-06-24T06:38:07.070Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 13aaaf0a-f912-479f-9e61-b87b1a770246 matches Tosca VF Customization UUID: 13aaaf0a-f912-479f-9e61-b87b1a770246
2022-06-24T06:38:07.070Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 13aaaf0a-f912-479f-9e61-b87b1a770246 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-24T06:38:07.075Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.076Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.077Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 13aaaf0a-f912-479f-9e61-b87b1a770246: {\"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\"}
2022-06-24T06:38:07.077Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d72d308
2022-06-24T06:38:07.077Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.077Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T06:38:07.077Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d7feecdf-5df4-40f4-909b-103d69d5bd61
2022-06-24T06:38:07.078Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d7feecdf-5df4-40f4-909b-103d69d5bd61
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-24T06:38:07.083Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.083Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:07.084Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:07.084Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.084Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:07.084Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:07.086Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T06:38:07.086Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:07.086Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T06:38:07.086Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.086Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4bd8737a-6a2a-4506-8d79-6bd158c09ff1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2a0704cf-d81c-44e0-bc29-819152f9e528
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T06:38:07.096Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.096Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:07.096Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1a6fbeac-4e6c-4d76-865d-e0fba90addc7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T06:38:07.101Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.101Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:07.101Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:07.101Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.101Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:07.102Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=13aaaf0a-f912-479f-9e61-b87b1a770246
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:38:07.103Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.103Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.103Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 734ea4d1-e4f5-43bb-93fd-5c17e4fe9573: vFW b4764f13-dda1
2022-06-24T06:38:07.103Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-06-24 06-34-22
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-06-24T06:38:07.345Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b4764f13-dda1 3c1f8ac1-fa2c-419e-a6d5-75cd786711e6 1 ASDC deployResourceStructure
2022-06-24T06:38:07.345Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json ASDC sendASDCNotification
2022-06-24T06:38:07.345Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json
2022-06-24T06:38:07.345Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:38:07.346Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:07.348Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:07.348Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052687345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T06:38:07.448Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:38:07.449Z||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.
2022-06-24T06:38:07.449Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:07.466Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:38:07.466Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:08.348Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T06:38:08.349Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml
2022-06-24T06:38:08.349Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:38:08.349Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:08.352Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:08.352Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052688348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T06:38:08.452Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:38:08.454Z||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.
2022-06-24T06:38:08.454Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:08.469Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:38:08.470Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:09.352Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T06:38:09.353Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env
2022-06-24T06:38:09.353Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:38:09.354Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:09.356Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:09.356Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052689352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-24T06:38:09.456Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:38:09.457Z||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.
2022-06-24T06:38:09.457Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:09.476Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:38:09.476Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:10.357Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar ASDC sendASDCNotification
2022-06-24T06:38:10.357Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:10.357Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:38:10.358Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:10.359Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:10.359Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052690357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T06:38:10.460Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T06:38:10.461Z||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.
2022-06-24T06:38:10.461Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:10.478Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:38:10.478Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:11.361Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:38:11.377Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
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=?
2022-06-24T06:38:11.381Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:38:11.381Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:38:11.381Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:38:41.382Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:38:41.394Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
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=?
2022-06-24T06:38:41.397Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:38:41.397Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:38:41.397Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:38:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:38:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:38:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:51.045Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:38:51.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:38:51.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:38:51.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:39:11.397Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:39:11.406Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
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=?
2022-06-24T06:39:11.409Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:39:11.409Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:39:11.409Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:39:41.409Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:39:41.423Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
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=?
2022-06-24T06:39:41.427Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:39:41.427Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:39:41.427Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:39:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:39:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:39:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:39:50.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:39:50.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "NOTIFIED"
}
2022-06-24T06:39:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:39:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T06:39:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:39:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:39:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:39:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052670912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:39:50.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:39:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052679323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:39:50.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "aai-ml",
"timestamp": 1656052682710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T06:39:50.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052683517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:39:50.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "aai-ml",
"timestamp": 1656052683715,
"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=?
2022-06-24T06:39:50.972Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0244aeda-54a3-48b0-9733-0eaac5363ee1
2022-06-24T06:39:50.972Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0244aeda-54a3-48b0-9733-0eaac5363ee1 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 (?, ?, ?, ?, ?)
2022-06-24T06:39:50.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052684719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052686022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052687345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052688348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052689352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-24T06:39:50.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052690357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T06:39:50.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:11.427Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:40:11.441Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
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=?
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T06:40:11.446Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T06:40:11.446Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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=?
2022-06-24T06:40:11.452Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T06:40:41.452Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1 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=?
2022-06-24T06:40:41.461Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1 and serviceModelVersionId: 734ea4d1-e4f5-43bb-93fd-5c17e4fe9573
2022-06-24T06:40:41.462Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4da5ec23-b006-497e-9558-aa8f0306b2c5
2022-06-24T06:40:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:40:50.915Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:40:50.915Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:40:50.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:40:50.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "clamp",
"timestamp": 1656052760557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052761938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "cds",
"timestamp": 1656052763824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "clamp",
"timestamp": 1656052760557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052761938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "cds",
"timestamp": 1656052763824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "clamp",
"timestamp": 1656052760557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052761938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "cds",
"timestamp": 1656052763824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "policy-id",
"timestamp": 1656052770405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "clamp",
"timestamp": 1656052760557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052761938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "cds",
"timestamp": 1656052763824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "policy-id",
"timestamp": 1656052770405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "clamp",
"timestamp": 1656052760557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052761938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "cds",
"timestamp": 1656052763824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "policy-id",
"timestamp": 1656052770405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "clamp",
"timestamp": 1656052760557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052761938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "cds",
"timestamp": 1656052763824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "policy-id",
"timestamp": 1656052770405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052761938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "clamp",
"timestamp": 1656052760557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "cds",
"timestamp": 1656052763824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052774417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "policy-id",
"timestamp": 1656052770405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052775531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "cds",
"timestamp": 1656052775541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052774417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "policy-id",
"timestamp": 1656052770405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "aai-ml",
"timestamp": 1656052775531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "cds",
"timestamp": 1656052776547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-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 (?, ?, ?, ?, ?)
2022-06-24T06:40:50.982Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 481c611a-2e71-46dd-b8bb-8191b86fa519
2022-06-24T06:40:50.982Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481c611a-2e71-46dd-b8bb-8191b86fa519 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 (?, ?, ?, ?, ?)
2022-06-24T06:40:50.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052776822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:40:50.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:50.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052774417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "policy-id",
"timestamp": 1656052770405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "aai-ml",
"timestamp": 1656052775531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052778012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052774417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "aai-ml",
"timestamp": 1656052775531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "policy-id",
"timestamp": 1656052778237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052779022,
"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=?
2022-06-24T06:40:50.999Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 481c611a-2e71-46dd-b8bb-8191b86fa519
2022-06-24T06:40:50.999Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481c611a-2e71-46dd-b8bb-8191b86fa519 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 (?, ?, ?, ?, ?)
2022-06-24T06:40:51.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052774417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "aai-ml",
"timestamp": 1656052775531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "policy-id",
"timestamp": 1656052779241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656052780024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T06:40:51.012Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052774417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "aai-ml",
"timestamp": 1656052775531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052779539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "policy-id",
"timestamp": 1656052780243,
"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=?
2022-06-24T06:40:51.022Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 481c611a-2e71-46dd-b8bb-8191b86fa519
2022-06-24T06:40:51.022Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481c611a-2e71-46dd-b8bb-8191b86fa519 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=?
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "ves-openapi-manager",
"timestamp": 1656052774417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052779539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "aai-ml",
"timestamp": 1656052775531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052779539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "aai-ml",
"timestamp": 1656052775531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052779539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "aai-ml",
"timestamp": 1656052783519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052779539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052779539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052779539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052787286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "clamp",
"timestamp": 1656052787332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "clamp",
"timestamp": 1656052789341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052789910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "clamp",
"timestamp": 1656052790344,
"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=?
2022-06-24T06:40:51.036Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 481c611a-2e71-46dd-b8bb-8191b86fa519
2022-06-24T06:40:51.036Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481c611a-2e71-46dd-b8bb-8191b86fa519 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 (?, ?, ?, ?, ?)
2022-06-24T06:40:51.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "aai-ml",
"timestamp": 1656052790402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T06:40:51.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:52.011Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0
2022-06-24T06:40:52.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T06:40:52.654Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0|INFO|500||Invoke
2022-06-24T06:40:52.676Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0244aeda-54a3-48b0-9733-0eaac5363ee1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c521da93-a7a0-4722-8a82-c2f46eaa4559], X-ECOMP-RequestID=[0244aeda-54a3-48b0-9733-0eaac5363ee1], X-TransactionId=[], X-ONAP-RequestID=[0244aeda-54a3-48b0-9733-0eaac5363ee1], Content-Type=[application/merge-patch+json]}
2022-06-24T06:40:52.820Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-24T06:40:53.507Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220624-06:40:52:826-50326], vertex-id=[192640], Content-Length=[0], Date=[Fri, 24 Jun 2022 06:40:52 GMT], Content-Type=[application/json]}
2022-06-24T06:40:53.508Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T06:40:53.509Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0|INFO|500||InvokeReturn
2022-06-24T06:40:53.511Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T06:40:53.511Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:40:53.516Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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)
2022-06-24T06:40:53.520Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0244aeda-54a3-48b0-9733-0eaac5363ee1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T06:40:53.521Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T06:40:53.521Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:40:53.523Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:40:53.523Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052853520,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:40:53.623Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:40:53.624Z||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.
2022-06-24T06:40:53.624Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:40:53.637Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:40:53.637Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T06:40:54.539Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:40:54.540Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|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.
2022-06-24T06:40:54.540Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:40:58.958Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:40:58.960Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T06:40:58.960Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"481c611a-2e71-46dd-b8bb-8191b86fa519","serviceName":"basic_onboard_SGmyIi","serviceVersion":"1.0","serviceUUID":"a5e4ebf1-37b4-4bfb-b45f-924958b0d193","serviceDescription":"service","serviceInvariantUUID":"25ef205a-0954-44ac-8a6d-8f487b74e36e","resources":[{"resourceInstanceName":"basic_onboard_SGmyIi 0","resourceName":"basic_onboard_SGmyIi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0cc07b19-ed38-4543-accf-0c9a1f070823","resourceInvariantUUID":"92296938-185f-4074-8b9c-c99b31af3933","resourceCustomizationUUID":"1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml","artifactChecksum":"Y2RjOTcxMWIyYmViMTdkMDg0NDZlOTg0ZTNjZDI1Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a7ff1456-b2e9-4e06-8c56-f7645eabaf26","artifactVersion":"1"},{"artifactName":"basic_onboard_sgmyii0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json","artifactChecksum":"OGI3ZWJlMjI3ZjJlMzM4NTJiOWYzMzcwNGU3Zjk5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90c11986-1b13-4da3-b5dc-f53c43d4c866","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36447ec5-1a78-4a25-b986-d823ca146422","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5b457364-4445-4185-b3b4-519f8756f382","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"58adbd20-fa99-476f-aa41-6733bf4d118e","artifactVersion":"2","generatedFromUUID":"36447ec5-1a78-4a25-b986-d823ca146422"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSgmyii-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml","artifactChecksum":"ZmEwNDNlNzYwYmI0NjA4NzE2YjkwYzY3MzJlNDU5NTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aafd3459-2c6e-4481-8e1e-161fa16bcd4d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSgmyii-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar","artifactChecksum":"NTIyYTUyODRmZThjNjNhZThhMjRiOTkwNGZkNjI1ZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9810cb7-75e8-438a-aa78-81a74b49fda6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T06:40:58.963Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:40:58.963Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:40:58.966Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:40:58.966Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:40:59.066Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:40:59.066Z||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.
2022-06-24T06:40:59.067Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:40:59.084Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:40:59.084Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:40:59.966Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:40:59.968Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:40:59.970Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:40:59.971Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T06:41:00.071Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:00.072Z||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.
2022-06-24T06:41:00.072Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:00.088Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:00.089Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:00.973Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:41:00.973Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:00.976Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:00.976Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-24T06:41:01.076Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:01.077Z||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.
2022-06-24T06:41:01.077Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:01.092Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:01.092Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:01.976Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:41:01.977Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:01.979Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:01.980Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:41:02.080Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:02.082Z||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.
2022-06-24T06:41:02.082Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:02.099Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:02.099Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:02.981Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:41:02.981Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:02.983Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:02.983Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-24T06:41:03.084Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:03.084Z||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.
2022-06-24T06:41:03.085Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:03.099Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:03.100Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:03.984Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:41:03.985Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:03.987Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:03.988Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:41:04.088Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:04.088Z||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.
2022-06-24T06:41:04.088Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:04.105Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:04.105Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:04.988Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:41:04.989Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:04.992Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:04.992Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:41:05.092Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:05.093Z||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.
2022-06-24T06:41:05.093Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:05.109Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:05.109Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:41:05.994Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"serviceName": "basic_onboard_SGmyIi",
"serviceVersion": "1.0",
"serviceUUID": "a5e4ebf1-37b4-4bfb-b45f-924958b0d193",
"serviceDescription": "service",
"serviceInvariantUUID": "25ef205a-0954-44ac-8a6d-8f487b74e36e",
"resources": [
{
"resourceInstanceName": "basic_onboard_SGmyIi 0",
"resourceCustomizationUUID": "1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf",
"resourceName": "basic_onboard_SGmyIi",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0cc07b19-ed38-4543-accf-0c9a1f070823",
"resourceInvariantUUID": "92296938-185f-4074-8b9c-c99b31af3933",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_sgmyii0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"artifactChecksum": "OGI3ZWJlMjI3ZjJlMzM4NTJiOWYzMzcwNGU3Zjk5MjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "90c11986-1b13-4da3-b5dc-f53c43d4c866",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "36447ec5-1a78-4a25-b986-d823ca146422",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "58adbd20-fa99-476f-aa41-6733bf4d118e",
"generatedFromUUID": "36447ec5-1a78-4a25-b986-d823ca146422"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "58adbd20-fa99-476f-aa41-6733bf4d118e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSgmyii-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"artifactChecksum": "NTIyYTUyODRmZThjNjNhZThhMjRiOTkwNGZkNjI1ZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f9810cb7-75e8-438a-aa78-81a74b49fda6"
}
],
"workloadContext": "Production"
}
2022-06-24T06:41:05.995Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T06:41:05.995Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a5e4ebf1-37b4-4bfb-b45f-924958b0d193 ASDC
2022-06-24T06:41:05.996Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:481c611a-2e71-46dd-b8bb-8191b86fa519
ServiceName:basic_onboard_SGmyIi
ServiceVersion:1.0
ServiceUUID:a5e4ebf1-37b4-4bfb-b45f-924958b0d193
ServiceInvariantUUID:25ef205a-0954-44ac-8a6d-8f487b74e36e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSgmyii-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar
ArtifactUUID:f9810cb7-75e8-438a-aa78-81a74b49fda6
ArtifactChecksum:NTIyYTUyODRmZThjNjNhZThhMjRiOTkwNGZkNjI1ZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SGmyIi 0
ResourceCustomizationUUID:1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf
ResourceInvariantUUID:92296938-185f-4074-8b9c-c99b31af3933
ResourceName:basic_onboard_SGmyIi
ResourceType:VF
ResourceUUID:0cc07b19-ed38-4543-accf-0c9a1f070823
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sgmyii0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json
ArtifactUUID:90c11986-1b13-4da3-b5dc-f53c43d4c866
ArtifactChecksum:OGI3ZWJlMjI3ZjJlMzM4NTJiOWYzMzcwNGU3Zjk5MjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36447ec5-1a78-4a25-b986-d823ca146422
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env
ArtifactUUID:58adbd20-fa99-476f-aa41-6733bf4d118e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env
ArtifactUUID:58adbd20-fa99-476f-aa41-6733bf4d118e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-24T06:41:05.996Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5e4ebf1-37b4-4bfb-b45f-924958b0d193 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=?
2022-06-24T06:41:06.044Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:41:06.045Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T06:41:06.045Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T06:41:06.045Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f9810cb7-75e8-438a-aa78-81a74b49fda6 from URL: /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:06.045Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:41:06.045Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:06.230Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:41:06.234Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar f9810cb7-75e8-438a-aa78-81a74b49fda6 71573
2022-06-24T06:41:06.234Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar ASDC sendASDCNotification
2022-06-24T06:41:06.234Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:06.234Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:41:06.235Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:06.237Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:06.237Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052866234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:41:06.337Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:06.338Z||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.
2022-06-24T06:41:06.338Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:06.353Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:06.354Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:07.237Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:41:07.238Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T06:41:07.239Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f9810cb7-75e8-438a-aa78-81a74b49fda6, URL: /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar to file: /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:07.239Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:07.239Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:07.239Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:07.711Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7835431933331328256/Definitions/service-BasicOnboardSgmyii-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-24T06:41:08.915Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T06:41:08.915Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SGmyIi 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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is not matching search criteria
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is not matching search criteria
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aaee6e5a-3db0-48db-ae5f-c15dd6563c12
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.921Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:08.921Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.921Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_SGmyIi
Description:service
Model UUID:a5e4ebf1-37b4-4bfb-b45f-924958b0d193
Model Version:NULL
Model InvariantUuid:25ef205a-0954-44ac-8a6d-8f487b74e36e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_SGmyIi
Model UUID:f97a0e3b-e1c1-4381-9e35-d591a2035583
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:92296938-185f-4074-8b9c-c99b31af3933
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:99d0c7d0-8c33-4860-aaa6-07e0e70de5f8
ModelName:BasicOnboardSgmyii..base_ubuntu18..module-0
ModelUuid:17fcf2d4-2933-4044-b1f2-41e72b69b48e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:aaee6e5a-3db0-48db-ae5f-c15dd6563c12
ModelInvariantUuid:e42ebb18-fe60-4f39-b310-30fdc26f450c
ModelName:basic_onboard_SGmyIi-nodes.ubuntu18Cvfc
ModelUuid:87ea6427-c0ff-434a-9187-7de0ff60dbbe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e1ea0277-cba4-42b8-aad5-7b1e9e0cf15b
ModelInvariantUuid:12d22bfa-c836-4b19-ad1e-0d299975907e
ModelName:BasicOnboardSgmyii.compute.nodes.heat.ubuntu18
ModelUuid:ec177b8b-1825-442a-b5ee-dd845e297e62
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T06:41:08.927Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 0cc07b19-ed38-4543-accf-0c9a1f070823
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:41:08.931Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||basic_onboard_SGmyIi 0
2022-06-24T06:41:08.931Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0cc07b19-ed38-4543-accf-0c9a1f070823
2022-06-24T06:41:08.931Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 90c11986-1b13-4da3-b5dc-f53c43d4c866 from URL: /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json
2022-06-24T06:41:08.931Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:41:08.931Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json
2022-06-24T06:41:09.212Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:41:09.212Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json 90c11986-1b13-4da3-b5dc-f53c43d4c866 798
2022-06-24T06:41:09.212Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json ASDC sendASDCNotification
2022-06-24T06:41:09.212Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json
2022-06-24T06:41:09.212Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:41:09.212Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:09.214Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:09.214Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052869212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:41:09.314Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:09.315Z||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.
2022-06-24T06:41:09.315Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:09.331Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:09.331Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:10.214Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSgmyii..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "99d0c7d0-8c33-4860-aaa6-07e0e70de5f8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "17fcf2d4-2933-4044-b1f2-41e72b69b48e",
"vfModuleModelCustomizationUUID": "94da2d25-47e7-4bf3-9e7d-14b9744e5a99",
"isBase": true,
"artifacts": [
"36447ec5-1a78-4a25-b986-d823ca146422",
"58adbd20-fa99-476f-aa41-6733bf4d118e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-24T06:41:10.218Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSgmyii..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17fcf2d4-2933-4044-b1f2-41e72b69b48e
VfModuleModelInvariantUUID:99d0c7d0-8c33-4860-aaa6-07e0e70de5f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
36447ec5-1a78-4a25-b986-d823ca146422
,
58adbd20-fa99-476f-aa41-6733bf4d118e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-24T06:41:10.220Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSgmyii..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "99d0c7d0-8c33-4860-aaa6-07e0e70de5f8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "17fcf2d4-2933-4044-b1f2-41e72b69b48e",
"vfModuleModelCustomizationUUID": "94da2d25-47e7-4bf3-9e7d-14b9744e5a99",
"isBase": true,
"artifacts": [
"36447ec5-1a78-4a25-b986-d823ca146422",
"58adbd20-fa99-476f-aa41-6733bf4d118e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-24T06:41:10.220Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSgmyii..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17fcf2d4-2933-4044-b1f2-41e72b69b48e
VfModuleModelInvariantUUID:99d0c7d0-8c33-4860-aaa6-07e0e70de5f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
36447ec5-1a78-4a25-b986-d823ca146422
,
58adbd20-fa99-476f-aa41-6733bf4d118e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-24T06:41:10.220Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 36447ec5-1a78-4a25-b986-d823ca146422 from URL: /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml
2022-06-24T06:41:10.220Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:41:10.221Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml
2022-06-24T06:41:10.417Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:41:10.417Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml 36447ec5-1a78-4a25-b986-d823ca146422 5033
2022-06-24T06:41:10.418Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T06:41:10.418Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml
2022-06-24T06:41:10.418Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:41:10.418Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:10.420Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:10.420Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052870418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:41:10.520Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:10.521Z||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.
2022-06-24T06:41:10.521Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:10.536Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:10.536Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:11.420Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 58adbd20-fa99-476f-aa41-6733bf4d118e from URL: /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env
2022-06-24T06:41:11.421Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:41:11.421Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env
2022-06-24T06:41:11.613Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:41:11.614Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env 58adbd20-fa99-476f-aa41-6733bf4d118e 909
2022-06-24T06:41:11.614Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T06:41:11.614Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env
2022-06-24T06:41:11.614Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:41:11.614Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:11.616Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:11.616Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052871614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:41:11.717Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:11.718Z||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.
2022-06-24T06:41:11.718Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:11.733Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:11.733Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:12.617Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a5e4ebf1-37b4-4bfb-b45f-924958b0d193
2022-06-24T06:41:12.618Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SGmyIi 0 0cc07b19-ed38-4543-accf-0c9a1f070823 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:41:12.634Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@570177ff, org.onap.sdc.toscaparser.api.parameters.Input@54e256c7, org.onap.sdc.toscaparser.api.parameters.Input@b7b0a, org.onap.sdc.toscaparser.api.parameters.Input@4a42e0ec, org.onap.sdc.toscaparser.api.parameters.Input@16a0c8d4]
2022-06-24T06:41:12.635Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.636Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.636Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-06-24T06:41:12.636Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf
2022-06-24T06:41:12.636Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf matches Tosca VF Customization UUID: 1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf
2022-06-24T06:41:12.636Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-24T06:41:12.639Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.639Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.640Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-24T06:41:12.640Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ad1196e
2022-06-24T06:41:12.640Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.641Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T06:41:12.641Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94da2d25-47e7-4bf3-9e7d-14b9744e5a99
2022-06-24T06:41:12.641Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94da2d25-47e7-4bf3-9e7d-14b9744e5a99
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-24T06:41:12.644Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.644Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:12.644Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:41:12.644Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is not matching search criteria
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aaee6e5a-3db0-48db-ae5f-c15dd6563c12
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T06:41:12.648Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.648Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:12.648Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:41:12.648Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.648Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:12.648Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:41:12.651Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.651Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.651Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a5e4ebf1-37b4-4bfb-b45f-924958b0d193: basic_onboard_SGmyIi
2022-06-24T06:41:12.651Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.651Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_SGmyIi
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-06-24T06:41:12.730Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SGmyIi 0cc07b19-ed38-4543-accf-0c9a1f070823 1 ASDC deployResourceStructure
2022-06-24T06:41:12.730Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json ASDC sendASDCNotification
2022-06-24T06:41:12.730Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json
2022-06-24T06:41:12.730Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:41:12.731Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:12.732Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:12.733Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052872730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T06:41:12.833Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:12.833Z||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.
2022-06-24T06:41:12.833Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:12.846Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:12.847Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:41:13.733Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T06:41:13.734Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml
2022-06-24T06:41:13.734Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:41:13.734Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:13.736Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:13.736Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052873733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T06:41:13.836Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:13.837Z||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.
2022-06-24T06:41:13.837Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:13.850Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:13.850Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:14.737Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T06:41:14.737Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env
2022-06-24T06:41:14.738Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:41:14.738Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:14.740Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:14.741Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052874736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-24T06:41:14.841Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:14.841Z||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.
2022-06-24T06:41:14.841Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:14.856Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:14.856Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:15.741Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar ASDC sendASDCNotification
2022-06-24T06:41:15.742Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:15.743Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:41:15.743Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:15.746Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:15.746Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052875741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T06:41:15.846Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:15.847Z||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.
2022-06-24T06:41:15.847Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:15.862Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:15.862Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:16.747Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:41:16.759Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
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=?
2022-06-24T06:41:16.762Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:41:16.762Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:41:16.762Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:41:46.762Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:41:46.777Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
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=?
2022-06-24T06:41:46.781Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:41:46.782Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:41:46.782Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:41:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:41:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:41:50.916Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:50.943Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:50.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:41:50.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656052790913,
"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=?
2022-06-24T06:41:50.955Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 481c611a-2e71-46dd-b8bb-8191b86fa519
2022-06-24T06:41:50.955Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481c611a-2e71-46dd-b8bb-8191b86fa519 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 (?, ?, ?, ?, ?)
2022-06-24T06:42:16.782Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:42:16.796Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
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=?
2022-06-24T06:42:16.800Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:42:16.800Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:42:16.801Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:42:46.801Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:42:46.816Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
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=?
2022-06-24T06:42:46.819Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:42:46.820Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:42:46.820Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:42:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:42:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:42:50.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:42:50.940Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:42:50.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:42:50.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "aai-ml",
"timestamp": 1656052791406,
"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=?
2022-06-24T06:42:50.952Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 481c611a-2e71-46dd-b8bb-8191b86fa519
2022-06-24T06:42:50.952Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481c611a-2e71-46dd-b8bb-8191b86fa519 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 (?, ?, ?, ?, ?)
2022-06-24T06:43:16.820Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:43:16.831Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
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=?
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T06:43:16.835Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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=?
2022-06-24T06:43:16.848Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T06:43:46.848Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519 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=?
2022-06-24T06:43:46.855Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 481c611a-2e71-46dd-b8bb-8191b86fa519 and serviceModelVersionId: a5e4ebf1-37b4-4bfb-b45f-924958b0d193
2022-06-24T06:43:46.855Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25ef205a-0954-44ac-8a6d-8f487b74e36e
2022-06-24T06:43:46.856Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25ef205a-0954-44ac-8a6d-8f487b74e36e/model-vers/model-ver/a5e4ebf1-37b4-4bfb-b45f-924958b0d193?depth=0
2022-06-24T06:43:46.862Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T06:43:46.891Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25ef205a-0954-44ac-8a6d-8f487b74e36e/model-vers/model-ver/a5e4ebf1-37b4-4bfb-b45f-924958b0d193?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]}
2022-06-24T06:43:46.891Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25ef205a-0954-44ac-8a6d-8f487b74e36e/model-vers/model-ver/a5e4ebf1-37b4-4bfb-b45f-924958b0d193?depth=0|INFO|500||Invoke
2022-06-24T06:43:46.908Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25ef205a-0954-44ac-8a6d-8f487b74e36e/model-vers/model-ver/a5e4ebf1-37b4-4bfb-b45f-924958b0d193?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-24T06:43:47.006Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25ef205a-0954-44ac-8a6d-8f487b74e36e/model-vers/model-ver/a5e4ebf1-37b4-4bfb-b45f-924958b0d193?depth=0|INFO|500||InvokeReturn
2022-06-24T06:43:47.006Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25ef205a-0954-44ac-8a6d-8f487b74e36e/model-vers/model-ver/a5e4ebf1-37b4-4bfb-b45f-924958b0d193?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-06:43:46:914-17134], vertex-id=[188640], Content-Length=[0], Date=[Fri, 24 Jun 2022 06:43:46 GMT], Content-Type=[application/json]}
2022-06-24T06:43:47.007Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T06:43:47.007Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T06:43:47.007Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:43:47.014Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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)
2022-06-24T06:43:47.014Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 481c611a-2e71-46dd-b8bb-8191b86fa519 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T06:43:47.014Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T06:43:47.015Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:43:47.016Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:43:47.016Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656053027014,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:43:47.116Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:43:47.117Z||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.
2022-06-24T06:43:47.117Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:43:47.136Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:43:47.136Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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=?
2022-06-24T06:43:48.032Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:43:48.033Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T06:43:48.033Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:43:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:43:50.916Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:43:50.916Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:43:50.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:43:50.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052853520,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:43:50.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052854539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052866234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052869212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052870418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052871614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052872730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052873733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052874736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656052875741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:58.314Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:43:58.315Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:43:58.316Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T06:43:58.316Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:44:07.860Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:44:07.861Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:07.861Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T06:44:07.861Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:44:17.408Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:44:17.409Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:17.409Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T06:44:17.409Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:44:26.958Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:44:26.959Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:26.959Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T06:44:26.960Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:44:36.504Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:44:50.912Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T06:44:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:44:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:50.915Z||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.
2022-06-24T06:44:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:44:51.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:44:51.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:44:51.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656053027014,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:44:51.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:45:00.455Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:45:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:45:50.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:45:50.913Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:45:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:45:50.915Z||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.
2022-06-24T06:45:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:45:58.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:45:58.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T06:45:58.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b3c556b5-7e1f-44d0-a566-427de8d20a49","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8f0f2d91-b443-423a-ae42-386490f50f74","serviceDescription":"service","serviceInvariantUUID":"8369aad1-43ea-481d-99db-22e59c795fe9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"14d670bf-17ca-4342-adac-b7cc717edcf7","resourceInvariantUUID":"b70b5254-3ee1-4036-b12e-e756780368f9","resourceCustomizationUUID":"e4692379-4e5b-4ea0-895c-c2e576988a30","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":"OGQ5OWFjZmVmNDg0Yzg4NDdhZGQyOTFjOGVlM2JiNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a518abca-f5a9-4b95-9312-7dbb86e275a5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzY0MTk2ZjFlNmVjMGUyYzc1MGI0YjBiZDVjNzYyZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a03931f6-3495-4a42-a229-bc3f732f5688","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T06:45:58.549Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:45:58.550Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:45:58.551Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:45:58.552Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656053150912,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:45:58.652Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:45:58.653Z||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.
2022-06-24T06:45:58.654Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:45:58.671Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:45:58.671Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:45:59.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:45:59.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:45:59.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656053150912,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:45:59.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
"consumerID": "clamp",
"timestamp": 1656053150557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
"consumerID": "ves-openapi-manager",
"timestamp": 1656053154417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
"consumerID": "cds",
"timestamp": 1656053153824,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:45:59.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-24T06:45:59.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:45:59.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
"consumerID": "policy-id",
"timestamp": 1656053150405,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T06:45:59.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-24T06:45:59.552Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:45:59.554Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:45:59.557Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:45:59.558Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656053150912,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T06:45:59.658Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:45:59.659Z||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.
2022-06-24T06:45:59.660Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:45:59.678Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:45:59.679Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:46:00.559Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "8f0f2d91-b443-423a-ae42-386490f50f74",
"serviceDescription": "service",
"serviceInvariantUUID": "8369aad1-43ea-481d-99db-22e59c795fe9",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "e4692379-4e5b-4ea0-895c-c2e576988a30",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "14d670bf-17ca-4342-adac-b7cc717edcf7",
"resourceInvariantUUID": "b70b5254-3ee1-4036-b12e-e756780368f9",
"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": "MzY0MTk2ZjFlNmVjMGUyYzc1MGI0YjBiZDVjNzYyZjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a03931f6-3495-4a42-a229-bc3f732f5688"
}
],
"workloadContext": "Production"
}
2022-06-24T06:46:00.560Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T06:46:00.560Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8f0f2d91-b443-423a-ae42-386490f50f74 ASDC
2022-06-24T06:46:00.561Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b3c556b5-7e1f-44d0-a566-427de8d20a49
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8f0f2d91-b443-423a-ae42-386490f50f74
ServiceInvariantUUID:8369aad1-43ea-481d-99db-22e59c795fe9
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:a03931f6-3495-4a42-a229-bc3f732f5688
ArtifactChecksum:MzY0MTk2ZjFlNmVjMGUyYzc1MGI0YjBiZDVjNzYyZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e4692379-4e5b-4ea0-895c-c2e576988a30
ResourceInvariantUUID:b70b5254-3ee1-4036-b12e-e756780368f9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:14d670bf-17ca-4342-adac-b7cc717edcf7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-24T06:46:00.561Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f0f2d91-b443-423a-ae42-386490f50f74 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 (?, ?, ?, ?, ?)
2022-06-24T06:46:00.593Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:46:00.594Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T06:46:00.594Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T06:46:00.594Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a03931f6-3495-4a42-a229-bc3f732f5688 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T06:46:00.594Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T06:46:00.594Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T06:46:01.380Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T06:46:01.382Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a03931f6-3495-4a42-a229-bc3f732f5688 52508
2022-06-24T06:46:01.383Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-24T06:46:01.383Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T06:46:01.383Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:46:01.383Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:46:01.385Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:46:01.385Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656053161383,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T06:46:01.485Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:46:01.486Z||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.
2022-06-24T06:46:01.486Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:46:01.502Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:46:01.503Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:46:02.386Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:46:02.387Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T06:46:02.388Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a03931f6-3495-4a42-a229-bc3f732f5688, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T06:46:02.389Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-24T06:46:02.389Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T06:46:02.389Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T06:46:02.462Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4481891743021160461/Definitions/service-BasicNetwork-template.yml
2022-06-24T06:46:02.800Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:46:02.803Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.803Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:46:02.803Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.803Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T06:46:02.803Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.803Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:8f0f2d91-b443-423a-ae42-386490f50f74
Model Version:NULL
Model InvariantUuid:8369aad1-43ea-481d-99db-22e59c795fe9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b70b5254-3ee1-4036-b12e-e756780368f9
Model UUID:fde44573-a6e9-4468-95ff-ca0c3c56134b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:e4692379-4e5b-4ea0-895c-c2e576988a30
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T06:46:02.808Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 14d670bf-17ca-4342-adac-b7cc717edcf7
2022-06-24T06:46:02.808Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||No resources found for Service: 8f0f2d91-b443-423a-ae42-386490f50f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:46:02.811Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||
2022-06-24T06:46:02.811Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-24T06:46:02.812Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 8f0f2d91-b443-423a-ae42-386490f50f74
2022-06-24T06:46:02.812Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8f0f2d91-b443-423a-ae42-386490f50f74
2022-06-24T06:46:02.812Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-24T06:46:02.812Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:46:02.817Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c43b442, org.onap.sdc.toscaparser.api.parameters.Input@3a2ff291, org.onap.sdc.toscaparser.api.parameters.Input@b621741, org.onap.sdc.toscaparser.api.parameters.Input@73ee89ec, org.onap.sdc.toscaparser.api.parameters.Input@629ec277]
2022-06-24T06:46:02.818Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery