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)
2023-01-31T04:29:47.443Z||main|||||INFO|500||The following profiles are active: basic
2023-01-31T04:29:59.166Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-31T04:29:59.167Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-31T04:29:59.279Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-31T04:30:03.299Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-31T04:30:03.668Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-31T04:30:04.119Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-31T04:30:04.123Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-31T04:30:04.235Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-31T04:30:04.432Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-31T04:30:05.022Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-31T04:30:06.693Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-31T04:30:09.079Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-31T04:30:09.136Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-31T04:30:09.708Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-31T04:30:09.956Z||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.
2023-01-31T04:30:11.300Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-31T04:30:12.398Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-31T04:30:12.416Z||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$$db920399.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)
2023-01-31T04:30:12.416Z||main|||||WARN|500||The sdc end point is not alive
2023-01-31T04:30:15.596Z||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
2023-01-31T04:30:18.683Z||main|||||WARN|500||---
2023-01-31T04:30:18.684Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-31T04:30:18.684Z||main|||||WARN|500||---
2023-01-31T04:30:19.151Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-31T04:30:24.587Z||main|||||INFO|500||Started Application in 40.212 seconds (JVM running for 42.33)
2023-01-31T04:30:24.601Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-31T04:30:24.602Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-31T04:30:24.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-31T04:30:24.643Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-31T04:30:24.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4e4946f-7b99-4caf-a112-e3cdc4064671 url= /sdc/v1/artifactTypes
2023-01-31T04:30:24.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-31T04:30:25.796Z||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.34.125] 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$$9f1f37d6.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
2023-01-31T04:30:25.801Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22fd0e0d
2023-01-31T04:30:25.801Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2023-01-31T04:30:25.817Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2023-01-31T04:30:25.846Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2023-01-31T04:30:25.850Z||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$$9f1f37d6.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
2023-01-31T04:31:14.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-31T04:31:14.581Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-31T04:31:14.582Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-31T04:31:14.586Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-31T04:31:14.592Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 163d07b3-e979-471e-a17e-0faaf84d7698 url= /sdc/v1/artifactTypes
2023-01-31T04:31:14.592Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-31T04:31:15.621Z||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.34.125] 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$$9f1f37d6.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
2023-01-31T04:31:15.622Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13345051
2023-01-31T04:31:15.624Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2023-01-31T04:31:15.624Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2023-01-31T04:31:15.625Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2023-01-31T04:31:15.625Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at 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$$9f1f37d6.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
2023-01-31T04:32:04.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-31T04:32:04.583Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-31T04:32:04.584Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-31T04:32:04.588Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-31T04:32:04.605Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f4fd6a5d-3210-46a1-9b33-0261cbfcbaa7 url= /sdc/v1/artifactTypes
2023-01-31T04:32:04.605Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-31T04:32:05.638Z||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.34.125] 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$$9f1f37d6.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
2023-01-31T04:32:05.639Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@225cbfa9
2023-01-31T04:32:05.639Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2023-01-31T04:32:05.639Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2023-01-31T04:32:05.640Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2023-01-31T04:32:05.640Z||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$$9f1f37d6.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
2023-01-31T04:32:54.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-31T04:32:54.581Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-31T04:32:54.582Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-31T04:32:54.585Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-31T04:32:54.606Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aef0237d-dc6d-4eab-a5ae-bf35b217ed52 url= /sdc/v1/artifactTypes
2023-01-31T04:32:54.608Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-31T04:32:55.654Z||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.34.125] 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$$9f1f37d6.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
2023-01-31T04:32:55.656Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ab425d7
2023-01-31T04:32:55.656Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2023-01-31T04:32:55.657Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2023-01-31T04:32:55.657Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2023-01-31T04:32:55.658Z||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$$9f1f37d6.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
2023-01-31T04:33:44.582Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-31T04:33:44.583Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-31T04:33:44.583Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-31T04:33:44.587Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-31T04:33:44.592Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8a64f12b-aad3-4e62-8b6a-267cb9c9176d url= /sdc/v1/artifactTypes
2023-01-31T04:33:44.592Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-31T04:33:45.638Z||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.34.125] 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$$9f1f37d6.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
2023-01-31T04:33:45.639Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f810d7d
2023-01-31T04:33:45.639Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2023-01-31T04:33:45.640Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2023-01-31T04:33:45.640Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2023-01-31T04:33:45.641Z||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$$9f1f37d6.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
2023-01-31T04:34:34.582Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-31T04:34:34.584Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-31T04:34:34.585Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-31T04:34:34.591Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-31T04:34:34.606Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2e81d32-e645-4a0e-9838-9e9ba71d0c29 url= /sdc/v1/artifactTypes
2023-01-31T04:34:34.606Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-31T04:34:35.654Z||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.34.125] 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$$9f1f37d6.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
2023-01-31T04:34:35.655Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a2d60c5
2023-01-31T04:34:35.655Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2023-01-31T04:34:35.656Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2023-01-31T04:34:35.656Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2023-01-31T04:34:35.657Z||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$$9f1f37d6.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
2023-01-31T04:35:24.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-31T04:35:24.583Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-31T04:35:24.583Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-31T04:35:24.588Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-31T04:35:24.599Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5e1a0d65-409f-4ce9-a61b-f2f68f0f8b9e url= /sdc/v1/artifactTypes
2023-01-31T04:35:24.599Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-31T04:35:25.638Z||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.34.125] 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$$9f1f37d6.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
2023-01-31T04:35:25.639Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8152186
2023-01-31T04:35:25.639Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2023-01-31T04:35:25.640Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2023-01-31T04:35:25.640Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2023-01-31T04:35:25.640Z||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$$9f1f37d6.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
2023-01-31T04:36:14.580Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-31T04:36:14.581Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-31T04:36:14.582Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-31T04:36:14.586Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-31T04:36:14.596Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9722bf12-01a9-4e25-9eec-22ec9c104d1a url= /sdc/v1/artifactTypes
2023-01-31T04:36:14.596Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-31T04:36:15.621Z||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.34.125] 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$$9f1f37d6.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
2023-01-31T04:36:15.622Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2fb6d1d
2023-01-31T04:36:15.623Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2023-01-31T04:36:15.623Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2023-01-31T04:36:15.623Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2023-01-31T04:36:15.624Z||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$$9f1f37d6.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
2023-01-31T04:37:04.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-31T04:37:04.581Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-31T04:37:04.581Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-31T04:37:04.585Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-31T04:37:04.598Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ca5581f-bcfe-4ae1-a30c-1d6ecd06ec4c url= /sdc/v1/artifactTypes
2023-01-31T04:37:04.598Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-31T04:37:04.819Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-31T04:37:04.829Z||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
2023-01-31T04:37:04.857Z||scheduling-1|||||DEBUG|500||create keys
2023-01-31T04:37:04.866Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-31T04:37:04.931Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:37:04.952Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5e8ed391-572d-4a51-ae6e-4bd8a6b8ded7 url= /sdc/v1/registerForDistribution
2023-01-31T04:37:05.291Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5e8ed391-572d-4a51-ae6e-4bd8a6b8ded7 url= /sdc/v1/registerForDistribution
2023-01-31T04:37:05.291Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-31T04:37:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:37:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:37:05.308Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-31T04:37:05.319Z||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.
2023-01-31T04:37:05.319Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:37:05.320Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:37:05.320Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:37:16.159Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:37:16.159Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:38:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:38:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:38:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:38:05.303Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:38:05.303Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:38:05.304Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:38:15.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:38:15.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:39:05.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:39:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:39:05.304Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:39:05.304Z||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.
2023-01-31T04:39:05.304Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:39:05.305Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:39:15.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:39:15.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:39:48.683Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-31T04:40:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:40:05.301Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:40:05.301Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:40:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:40:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:40:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:40:14.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:40:14.917Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:41:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:41:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:41:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:41:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:41:05.303Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:41:05.304Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:41:14.925Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:41:14.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:42:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:42:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:42:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:42:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:42:05.304Z||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.
2023-01-31T04:42:05.304Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:42:14.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:42:14.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:43:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:43:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:43:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:43:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:43:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:43:05.302Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:43:14.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:43:14.962Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:44:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:44:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:44:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:44:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:44:05.303Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:44:05.303Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:44:14.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:44:14.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:45:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:45:05.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:45:05.301Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:45:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:45:05.303Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:45:05.303Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:45:14.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:45:14.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:46:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:46:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:46:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:46:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:46:05.303Z||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.
2023-01-31T04:46:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:46:15.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:46:15.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:47:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:47:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:47:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:47:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:47:05.302Z||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.
2023-01-31T04:47:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:47:14.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:47:14.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:48:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:48:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:48:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:48:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:48:05.303Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:48:05.303Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:48:14.923Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:48:14.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:49:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:49:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:49:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:49:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:49:05.302Z||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.
2023-01-31T04:49:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:49:14.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:49:14.996Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:50:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:50:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:50:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:50:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:50:05.302Z||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.
2023-01-31T04:50:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:50:14.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:50:14.906Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:51:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:51:05.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:51:05.301Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:51:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:51:05.302Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:51:05.303Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:51:14.980Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:51:15.015Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:52:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:52:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:52:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:52:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:52:05.303Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:52:05.303Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:52:14.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:52:15.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:53:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:53:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:53:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:53:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:53:05.302Z||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.
2023-01-31T04:53:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:53:15.101Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:53:15.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:54:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:54:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:54:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:54:05.303Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:54:05.305Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:54:05.306Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:54:15.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:54:15.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:55:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:55:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:55:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:55:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:55:05.302Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:55:05.302Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:55:14.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:55:14.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:56:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:56:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:56:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:56:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:56:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:56:05.303Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:56:14.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:56:14.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:57:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:57:05.301Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:57:05.301Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:57:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:57:05.303Z||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.
2023-01-31T04:57:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:57:14.887Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:57:14.902Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:58:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:58:05.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:58:05.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:58:05.304Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:58:05.305Z||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.
2023-01-31T04:58:05.305Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:58:14.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:58:14.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:59:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:59:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T04:59:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:59:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T04:59:05.303Z||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.
2023-01-31T04:59:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T04:59:14.962Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T04:59:14.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:00:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:00:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:00:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:00:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:00:05.303Z||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.
2023-01-31T05:00:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:00:15.051Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:00:15.143Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:01:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:01:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:01:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:01:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:01:05.303Z||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.
2023-01-31T05:01:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:01:14.864Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:01:14.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:02:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:02:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:02:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:02:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:02:05.303Z||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.
2023-01-31T05:02:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:02:14.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:02:14.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:03:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:03:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:03:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:03:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:03:05.303Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:03:05.303Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:03:14.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:03:14.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:04:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:04:05.301Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:04:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:04:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:04:05.303Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:04:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:04:14.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:04:14.911Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:05:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:05:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:05:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:05:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:05:05.303Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:05:05.303Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:05:14.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:05:14.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:06:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:06:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:06:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:06:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:06:05.303Z||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.
2023-01-31T05:06:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:06:14.915Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:06:14.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:07:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:07:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:07:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:07:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:07:05.302Z||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.
2023-01-31T05:07:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:07:14.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:07:14.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:08:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:08:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:08:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:08:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:08:05.303Z||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.
2023-01-31T05:08:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:08:14.858Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:08:14.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:09:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:09:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:09:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:09:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:09:05.303Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:09:05.303Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:09:14.931Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:09:14.938Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:10:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:10:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:10:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:10:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:10:05.303Z||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.
2023-01-31T05:10:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:10:14.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:10:14.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:11:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:11:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:11:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:11:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:11:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:11:05.302Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:11:14.921Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:11:14.921Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:12:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:12:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:12:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:12:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:12:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:12:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:12:14.940Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:12:14.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:13:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:13:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:13:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:13:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:13:05.302Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:13:05.303Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:13:14.939Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:13:14.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:14:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:14:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:14:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:14:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:14:05.302Z||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.
2023-01-31T05:14:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:14:14.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:14:14.931Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:15:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:15:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:15:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:15:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:15:05.302Z||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.
2023-01-31T05:15:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:15:14.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:15:14.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:16:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:16:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:16:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:16:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:16:05.303Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:16:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:16:14.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:16:14.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:17:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:17:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:17:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:17:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:17:05.302Z||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.
2023-01-31T05:17:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:17:14.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:17:14.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:18:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:18:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:18:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:18:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:18:05.302Z||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.
2023-01-31T05:18:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:18:14.865Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:18:14.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:19:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:19:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:19:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:19:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:19:05.303Z||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.
2023-01-31T05:19:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:19:14.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:19:14.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:20:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:20:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:20:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:20:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:20:05.303Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:20:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:20:14.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:20:14.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:21:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:21:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:21:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:21:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:21:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:21:05.302Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:21:14.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:21:14.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:22:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:22:05.301Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:22:05.301Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:22:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:22:05.303Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:22:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:22:14.919Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:22:14.919Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:23:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:23:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:23:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:23:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:23:05.302Z||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.
2023-01-31T05:23:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:23:14.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:23:14.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:24:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:24:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:24:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:24:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:24:05.302Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:24:05.302Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:24:14.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:24:14.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:25:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:25:05.299Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:25:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:25:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:25:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:25:05.302Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:25:14.913Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:25:14.920Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:26:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:26:05.301Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:26:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:26:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:26:05.303Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:26:05.303Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:26:14.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:26:14.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:27:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:27:05.301Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:27:05.301Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:27:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:27:05.302Z||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.
2023-01-31T05:27:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:27:14.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:27:14.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:28:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:28:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:28:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:28:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:28:05.302Z||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.
2023-01-31T05:28:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:28:15.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:28:15.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:29:05.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:29:05.300Z||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.
2023-01-31T05:29:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:29:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:29:05.302Z||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.
2023-01-31T05:29:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:29:14.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:29:14.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:30:05.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:30:05.300Z||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.
2023-01-31T05:30:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:30:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:30:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:30:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:30:14.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:30:14.911Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:31:05.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:31:05.300Z||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.
2023-01-31T05:31:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:31:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:31:05.302Z||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.
2023-01-31T05:31:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:31:14.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:31:14.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:32:05.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:32:05.300Z||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.
2023-01-31T05:32:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:32:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:32:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:32:05.302Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:32:14.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:32:14.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:33:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:33:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:33:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:33:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:33:05.302Z||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.
2023-01-31T05:33:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:33:14.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:33:14.935Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:34:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:34:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:34:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:34:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:34:05.302Z||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.
2023-01-31T05:34:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:34:14.896Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:34:14.912Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:35:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:35:05.301Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:35:05.302Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:35:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:35:05.302Z||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.
2023-01-31T05:35:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:35:15.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:35:15.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:36:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:36:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:36:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:36:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:36:05.302Z||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.
2023-01-31T05:36:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:36:14.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:36:14.939Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:37:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:37:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:37:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:37:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:37:05.302Z||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.
2023-01-31T05:37:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:37:14.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:37:14.985Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:38:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:38:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:38:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:38:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:38:05.302Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:38:05.302Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:38:14.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:38:14.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:39:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:39:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:39:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:39:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:39:05.303Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:39:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:39:14.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:39:14.936Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:40:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:40:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:40:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:40:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:40:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:40:05.303Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:40:15.028Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:40:15.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:41:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:41:05.299Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:41:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:41:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:41:05.302Z||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.
2023-01-31T05:41:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:41:14.893Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:41:14.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:42:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:42:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:42:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:42:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:42:05.302Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:42:05.302Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:42:14.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:42:14.921Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:43:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:43:05.301Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:43:05.301Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:43:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:43:05.303Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:43:05.303Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:43:14.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:43:14.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:44:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:44:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:44:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:44:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:44:05.302Z||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.
2023-01-31T05:44:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:44:14.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:44:14.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:45:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:45:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:45:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:45:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:45:05.302Z||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.
2023-01-31T05:45:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:45:14.895Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:45:14.896Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:46:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:46:05.299Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:46:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:46:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:46:05.303Z||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.
2023-01-31T05:46:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:46:14.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:46:14.939Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:47:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:47:05.299Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:47:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:47:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:47:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:47:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:47:14.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:47:14.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:48:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:48:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:48:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:48:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:48:05.303Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:48:05.303Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:48:14.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:48:14.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:49:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:49:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:49:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:49:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:49:05.303Z||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.
2023-01-31T05:49:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:49:14.906Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:49:14.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:50:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:50:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:50:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:50:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:50:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:50:05.302Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:50:14.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:50:14.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:51:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:51:05.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:51:05.301Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:51:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:51:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:51:05.303Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:51:14.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:51:14.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:52:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:52:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:52:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:52:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:52:05.303Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:52:05.303Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:52:14.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:52:14.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:53:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:53:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:53:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:53:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:53:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:53:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:53:14.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:53:14.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:54:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:54:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:54:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:54:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:54:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:54:05.303Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:54:14.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:54:14.861Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:55:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:55:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:55:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:55:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:55:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:55:05.303Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:55:14.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:55:14.924Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:56:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:56:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:56:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:56:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:56:05.303Z||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.
2023-01-31T05:56:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:56:14.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:56:14.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:57:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:57:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:57:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:57:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:57:05.303Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:57:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:57:14.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:57:14.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:58:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:58:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:58:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:58:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:58:05.302Z||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.
2023-01-31T05:58:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:58:14.934Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:58:14.935Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:59:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:59:05.301Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T05:59:05.301Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:59:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T05:59:05.303Z||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.
2023-01-31T05:59:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T05:59:14.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T05:59:14.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:00:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:00:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:00:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:00:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:00:05.302Z||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.
2023-01-31T06:00:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:00:14.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:00:14.935Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:01:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:01:05.300Z||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.
2023-01-31T06:01:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:01:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:01:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:01:05.303Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:01:14.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:01:14.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:02:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:02:05.300Z||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.
2023-01-31T06:02:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:02:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:02:05.302Z||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.
2023-01-31T06:02:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:02:14.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:02:14.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:03:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:03:05.299Z||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.
2023-01-31T06:03:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:03:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:03:05.302Z||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.
2023-01-31T06:03:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:03:14.996Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:03:15.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:04:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:04:05.300Z||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.
2023-01-31T06:04:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:04:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:04:05.302Z||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.
2023-01-31T06:04:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:04:14.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:04:14.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:05:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:05:05.300Z||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.
2023-01-31T06:05:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:05:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:05:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:05:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:05:14.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:05:14.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:06:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:06:05.301Z||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.
2023-01-31T06:06:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:06:05.304Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:06:05.304Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:06:05.305Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:06:14.933Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:06:14.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:07:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:07:05.300Z||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.
2023-01-31T06:07:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:07:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:07:05.302Z||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.
2023-01-31T06:07:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:07:14.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:07:14.976Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:08:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:08:05.300Z||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.
2023-01-31T06:08:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:08:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:08:05.303Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:08:05.303Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:08:14.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:08:14.923Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:09:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:09:05.300Z||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.
2023-01-31T06:09:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:09:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:09:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:09:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:09:14.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:09:14.983Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:10:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:10:05.300Z||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.
2023-01-31T06:10:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:10:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:10:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:10:05.302Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:10:14.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:10:15.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:11:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:11:05.300Z||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.
2023-01-31T06:11:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:11:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:11:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:11:05.302Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:11:14.925Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:11:14.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:12:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:12:05.300Z||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.
2023-01-31T06:12:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:12:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:12:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:12:05.302Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:12:14.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:12:14.935Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:13:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:13:05.300Z||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.
2023-01-31T06:13:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:13:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:13:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:13:05.303Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:13:14.920Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:13:14.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:14:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:14:05.300Z||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.
2023-01-31T06:14:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:14:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:14:05.303Z||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.
2023-01-31T06:14:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:14:14.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:14:15.033Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:15:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:15:05.301Z||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.
2023-01-31T06:15:05.301Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:15:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:15:05.303Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:15:05.303Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:15:14.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:15:15.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:16:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:16:05.300Z||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.
2023-01-31T06:16:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:16:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:16:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:16:05.302Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:16:14.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:16:14.998Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:17:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:17:05.300Z||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.
2023-01-31T06:17:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:17:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:17:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:17:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:17:14.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:17:15.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:18:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:18:05.300Z||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.
2023-01-31T06:18:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:18:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:18:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:18:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:18:15.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:18:15.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:19:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:19:05.299Z||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.
2023-01-31T06:19:05.299Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:19:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:19:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:19:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:19:14.936Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:19:14.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:20:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:20:05.300Z||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.
2023-01-31T06:20:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:20:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:20:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:20:05.302Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:20:14.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:20:14.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:21:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:21:05.300Z||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.
2023-01-31T06:21:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:21:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:21:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:21:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:21:14.922Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:21:14.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:22:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:22:05.301Z||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.
2023-01-31T06:22:05.301Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:22:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:22:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:22:05.302Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:22:14.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:22:14.979Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:23:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:23:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:23:05.302Z||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.
2023-01-31T06:23:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:23:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:23:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:23:14.981Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:23:15.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:24:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:24:05.300Z||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.
2023-01-31T06:24:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:24:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:24:05.302Z||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.
2023-01-31T06:24:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:24:14.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:24:14.992Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:25:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:25:05.300Z||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.
2023-01-31T06:25:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:25:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:25:05.302Z||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.
2023-01-31T06:25:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:25:15.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:25:15.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:26:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:26:05.300Z||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.
2023-01-31T06:26:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:26:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:26:05.302Z||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.
2023-01-31T06:26:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:26:14.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:26:14.916Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:27:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:27:05.299Z||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.
2023-01-31T06:27:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:27:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:27:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:27:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:27:14.998Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:27:15.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:28:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:28:05.300Z||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.
2023-01-31T06:28:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:28:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:28:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:28:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:28:14.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:28:14.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:29:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:29:05.299Z||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.
2023-01-31T06:29:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:29:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:29:05.303Z||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.
2023-01-31T06:29:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:29:14.940Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:29:14.942Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:30:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:30:05.302Z||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.
2023-01-31T06:30:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:30:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:30:05.303Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:30:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:30:14.996Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:30:15.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:31:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:31:05.300Z||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.
2023-01-31T06:31:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:31:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:31:05.303Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:31:05.303Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:31:15.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:31:15.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:32:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:32:05.300Z||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.
2023-01-31T06:32:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:32:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:32:05.303Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:32:05.303Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:32:14.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:32:14.984Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:33:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:33:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:33:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:33:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:33:05.302Z||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.
2023-01-31T06:33:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:33:14.944Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:33:14.966Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:34:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:34:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:34:05.301Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:34:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:34:05.302Z||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.
2023-01-31T06:34:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:34:14.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:34:14.908Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:35:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:35:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:35:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:35:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:35:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:35:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:35:14.939Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:35:14.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:36:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:36:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:36:05.301Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:36:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:36:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:36:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:36:14.917Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:36:14.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:37:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:37:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:37:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:37:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:37:05.302Z||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.
2023-01-31T06:37:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:37:14.897Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:37:14.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:38:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:38:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:38:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:38:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:38:05.302Z||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.
2023-01-31T06:38:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:38:14.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:38:14.939Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:39:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:39:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:39:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:39:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:39:05.302Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:39:05.302Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:39:14.980Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:39:14.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:40:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:40:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:40:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:40:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:40:05.302Z||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.
2023-01-31T06:40:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:40:14.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:40:14.888Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:41:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:41:05.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:41:05.301Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:41:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:41:05.302Z||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.
2023-01-31T06:41:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:41:14.917Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:41:14.990Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:42:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:42:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:42:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:42:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:42:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:42:05.303Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:42:14.936Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:42:14.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:43:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:43:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:43:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:43:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:43:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:43:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:43:14.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:43:15.015Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:44:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:44:05.299Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:44:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:44:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:44:05.303Z||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.
2023-01-31T06:44:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:44:14.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:44:15.101Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:45:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:45:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:45:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:45:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:45:05.302Z||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.
2023-01-31T06:45:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:45:14.969Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:45:14.979Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:46:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:46:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:46:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:46:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:46:05.302Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:46:05.302Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:46:15.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:46:15.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:47:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:47:05.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:47:05.301Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:47:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:47:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:47:05.303Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:47:14.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:47:14.965Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:48:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:48:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:48:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:48:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:48:05.303Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:48:05.303Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:48:14.900Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:48:14.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:49:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:49:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:49:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:49:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:49:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:49:05.302Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:49:14.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:49:14.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:50:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:50:05.299Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:50:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:50:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:50:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:50:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:50:14.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:50:14.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:51:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:51:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:51:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:51:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:51:05.302Z||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.
2023-01-31T06:51:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:51:14.889Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:51:14.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:52:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:52:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:52:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:52:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:52:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:52:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:52:14.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:52:14.900Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:53:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:53:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:53:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:53:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:53:05.302Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:53:05.302Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:53:14.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:53:14.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:54:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:54:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:54:05.301Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:54:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:54:05.302Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:54:05.302Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:54:14.917Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:54:14.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:55:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:55:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:55:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:55:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:55:05.302Z||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.
2023-01-31T06:55:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:55:14.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:55:14.943Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:56:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:56:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:56:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:56:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:56:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:56:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:56:14.895Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:56:14.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:57:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:57:05.299Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:57:05.299Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:57:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:57:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:57:05.302Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:57:14.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:57:14.913Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:58:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:58:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:58:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:58:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:58:05.302Z||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.
2023-01-31T06:58:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:58:14.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:58:14.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:59:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:59:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T06:59:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:59:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T06:59:05.302Z||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.
2023-01-31T06:59:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T06:59:14.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T06:59:14.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:00:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:00:05.299Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:00:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:00:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:00:05.302Z||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.
2023-01-31T07:00:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:00:14.934Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:00:14.940Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:01:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:01:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:01:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:01:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:01:05.302Z||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.
2023-01-31T07:01:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:01:15.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:01:15.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:02:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:02:05.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:02:05.301Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:02:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:02:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:02:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:02:14.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:02:14.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:03:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:03:05.299Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:03:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:03:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:03:05.302Z||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.
2023-01-31T07:03:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:03:14.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:03:14.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:04:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:04:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:04:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:04:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:04:05.302Z||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.
2023-01-31T07:04:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:04:14.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:04:14.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:05:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:05:05.299Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:05:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:05:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:05:05.302Z||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.
2023-01-31T07:05:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:05:14.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:05:14.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:06:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:06:05.299Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:06:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:06:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:06:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:06:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:06:14.891Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:06:14.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:07:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:07:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:07:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:07:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:07:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:07:05.303Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:07:14.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:07:14.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:08:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:08:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:08:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:08:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:08:05.302Z||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.
2023-01-31T07:08:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:08:14.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:08:14.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:09:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:09:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:09:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:09:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:09:05.302Z||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.
2023-01-31T07:09:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:09:14.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:09:14.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:10:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:10:05.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:10:05.301Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:10:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:10:05.302Z||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.
2023-01-31T07:10:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:10:14.888Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:10:14.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:11:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:11:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:11:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:11:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:11:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:11:05.302Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:11:14.946Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:11:14.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:12:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:12:05.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:12:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:12:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:12:05.302Z||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.
2023-01-31T07:12:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:12:14.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:12:14.919Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:13:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:13:05.299Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:13:05.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:13:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:13:05.302Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:13:05.302Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:13:14.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:13:14.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:14:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:14:05.299Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:14:05.299Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:14:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:14:05.302Z||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.
2023-01-31T07:14:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:14:14.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:14:14.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:15:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:15:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:15:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:15:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:15:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:15:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:15:14.943Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:15:14.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:16:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:16:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:16:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:16:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:16:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:16:05.302Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:16:14.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:16:14.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:17:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:17:05.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:17:05.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:17:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:17:05.303Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:17:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:17:14.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:17:14.961Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:18:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:18:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:18:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:18:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:18:05.303Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:18:05.303Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:18:14.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:18:14.938Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:19:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:19:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:19:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:19:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:19:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:19:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:19:14.956Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:19:15.004Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:20:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:20:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:20:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:20:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:20:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:20:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:20:14.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:20:14.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:21:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:21:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:21:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:21:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:21:05.347Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:21:05.348Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:21:14.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:21:14.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:22:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:22:05.299Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:22:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:22:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:22:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:22:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:22:14.937Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:22:14.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:23:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:23:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:23:05.301Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:23:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:23:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:23:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:23:14.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:23:14.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:24:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:24:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:24:05.301Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:24:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:24:05.303Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:24:05.303Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:24:14.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:24:14.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:25:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:25:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:25:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:25:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:25:05.302Z||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.
2023-01-31T07:25:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:25:15.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:25:15.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:26:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:26:05.301Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:26:05.301Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:26:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:26:05.303Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:26:05.303Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:26:14.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:26:15.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:27:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:27:05.301Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:27:05.301Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:27:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:27:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:27:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:27:14.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:27:15.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:28:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:28:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:28:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:28:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:28:05.303Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:28:05.303Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:28:15.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:28:15.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:29:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:29:05.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:29:05.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:29:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:29:05.303Z||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.
2023-01-31T07:29:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:29:14.917Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:29:14.919Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:30:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:30:05.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:30:05.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:30:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:30:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:30:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:30:14.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:30:14.999Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:31:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:31:05.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:31:05.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:31:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:31:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:31:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:31:14.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:31:14.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:32:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:32:05.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:32:05.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:32:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:32:05.302Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:32:05.302Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:32:14.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:32:14.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:33:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:33:05.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:33:05.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:33:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:33:05.303Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:33:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:33:14.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:33:14.908Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:34:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:34:05.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:34:05.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:34:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:34:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:34:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:34:14.887Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:34:14.898Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:35:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:35:05.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:35:05.301Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:35:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:35:05.302Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:35:05.302Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:35:14.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:35:14.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:36:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:36:05.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:36:05.301Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:36:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:36:05.302Z||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.
2023-01-31T07:36:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:36:14.929Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:36:14.960Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:37:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:37:05.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:37:05.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:37:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:37:05.303Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:37:05.303Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:37:14.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:37:14.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:38:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:38:05.299Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:38:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:38:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:38:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:38:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:38:14.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:38:14.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:39:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:39:05.299Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:39:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:39:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:39:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:39:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:39:14.865Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:39:14.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:40:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:40:05.299Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:40:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:40:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:40:05.302Z||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.
2023-01-31T07:40:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:40:14.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:40:14.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:41:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:41:05.299Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:41:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:41:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:41:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:41:05.302Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:41:14.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:41:14.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:42:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:42:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:42:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:42:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:42:05.302Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:42:05.302Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:42:14.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:42:14.943Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:43:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:43:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:43:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:43:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:43:05.303Z||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.
2023-01-31T07:43:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:43:14.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:43:14.902Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:44:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:44:05.302Z||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.
2023-01-31T07:44:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:44:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:44:05.302Z||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.
2023-01-31T07:44:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:44:14.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:44:14.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:45:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:45:05.300Z||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.
2023-01-31T07:45:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:45:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:45:05.303Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:45:05.303Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:45:14.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:45:14.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:46:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:46:05.300Z||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.
2023-01-31T07:46:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:46:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:46:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:46:05.302Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:46:14.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:46:14.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:47:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:47:05.300Z||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.
2023-01-31T07:47:05.300Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:47:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:47:05.302Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:47:05.302Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:47:14.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:47:14.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:48:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:48:05.299Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:48:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:48:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:48:05.302Z||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.
2023-01-31T07:48:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:48:14.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:48:14.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:49:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:49:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:49:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:49:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:49:05.302Z||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.
2023-01-31T07:49:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:49:14.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:49:14.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:50:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:50:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:50:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:50:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:50:05.302Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:50:05.302Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:50:14.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:50:14.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:51:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:51:05.299Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:51:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:51:05.304Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:51:05.304Z||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.
2023-01-31T07:51:05.304Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:51:14.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:51:14.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:52:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:52:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:52:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:52:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:52:05.302Z||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.
2023-01-31T07:52:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:52:14.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:52:14.906Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:53:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:53:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:53:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:53:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:53:05.302Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:53:05.302Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:53:14.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:53:14.869Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:54:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:54:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:54:05.302Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:54:05.302Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:54:05.304Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:54:05.304Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:54:15.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:54:15.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:55:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:55:05.300Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:55:05.300Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:55:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:55:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:55:05.302Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:55:14.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:55:14.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:56:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:56:05.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:56:05.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:56:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:56:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:56:05.303Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:56:14.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:56:14.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:57:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:57:05.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:57:05.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:57:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:57:05.303Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:57:05.303Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:57:14.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:57:14.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:58:05.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T07:58:05.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:58:05.303Z||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.
2023-01-31T07:58:05.304Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:05.935Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:05.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-31T07:58:05.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f9f35924-f358-4c67-8056-163c9d5b2360","serviceName":"vFW 2023-01-31 07-56-15","serviceVersion":"1.0","serviceUUID":"69507e51-5ec7-4d6b-a11d-c355df222bd4","serviceDescription":"catalog service description","serviceInvariantUUID":"7b4ff71b-c762-4583-aa67-48723ab6031d","resources":[{"resourceInstanceName":"vFW 9fe3c289-8987 0","resourceName":"vFW 9fe3c289-8987","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d39ff3b3-ccf3-4be5-b868-9081cef86796","resourceInvariantUUID":"66b6779e-6860-4bce-9a5e-42688f0b2703","resourceCustomizationUUID":"1d40f117-b51c-431a-9a53-a5f59a4a48cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml","artifactChecksum":"OGNjNmQxMjUzOTIzMWQwMmYyOWFlODViNzNlOTQ5NjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15c5502f-95db-4932-a563-69dfa3365a6a","artifactVersion":"1"},{"artifactName":"vfw9fe3c28989870_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json","artifactChecksum":"ZTlmZTMyYTA3NDExYzliMGJhNjQ3MGIzMzA1NWMwYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0fb288fa-1346-4982-badd-bc34456c9110","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fc9023ea-6c22-4397-8e82-2654cacf38a5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml","artifactChecksum":"NWY3MjFlNTkxNWU3ZjBjNTYyZDU2ZTQxOWRhNTRmOTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"87890079-7dbe-4ab8-b410-d71507e80232","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"51cb426a-be8b-4f65-8e48-6c93a847ae96","artifactVersion":"2","generatedFromUUID":"fc9023ea-6c22-4397-8e82-2654cacf38a5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230131075615-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml","artifactChecksum":"ZWRjZDU5MDVjODlhOWIxZTg2Y2ExYmJmZjhjZDljMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"672d7ae0-e377-4959-a518-583490d6089b","artifactVersion":"1"},{"artifactName":"service-Vfw20230131075615-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar","artifactChecksum":"YjhiNGEzNDllNGNiNDhhNWVkYjJkZjAzZTM5ZDM4ZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25fc2c2a-1f7d-4090-84b1-c444d0c1112f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-31T07:58:05.945Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:05.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:05.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675151858122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:05.958Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T07:58:05.965Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:05.979Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:05.979Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:05.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:05.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:05.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "aai-ml",
"timestamp": 1675151864884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:05.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:05.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:05.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "cds",
"timestamp": 1675151856578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:05.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:05.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:05.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675151859828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:05.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:05.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:05.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675151858122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "NOTIFIED"
}
2023-01-31T07:58:05.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:05.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:05.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "cds",
"timestamp": 1675151856578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "aai-ml",
"timestamp": 1675151864884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675151859828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675151858122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-31T07:58:06.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "aai-ml",
"timestamp": 1675151864884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "cds",
"timestamp": 1675151856578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675151859828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675151858122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "aai-ml",
"timestamp": 1675151864884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "cds",
"timestamp": 1675151856578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675151859828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675151858122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-31T07:58:06.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "aai-ml",
"timestamp": 1675151864884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "cds",
"timestamp": 1675151856578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675151859828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "ves-openapi-manager",
"timestamp": 1675151871348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675151858122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "aai-ml",
"timestamp": 1675151864884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "cds",
"timestamp": 1675151856578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675151859828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "ves-openapi-manager",
"timestamp": 1675151871348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675151858122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T07:58:06.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "aai-ml",
"timestamp": 1675151864884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T07:58:06.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "cds",
"timestamp": 1675151856578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T07:58:06.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675151859828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T07:58:06.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "ves-openapi-manager",
"timestamp": 1675151871348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675151873655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T07:58:06.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T07:58:06.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "aai-ml",
"timestamp": 1675151873667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T07:58:06.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T07:58:06.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "cds",
"timestamp": 1675151873702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T07:58:06.035Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T07:58:06.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675151874693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T07:58:06.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T07:58:06.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "ves-openapi-manager",
"timestamp": 1675151871348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675151874764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T07:58:06.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T07:58:06.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "cds",
"timestamp": 1675151874739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-01-31T07:58:06.079Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-31T07:58:06.082Z||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.
2023-01-31T07:58:06.083Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:06.102Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-31T07:58:06.103Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-31T07:58:06.229Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f9f35924-f358-4c67-8056-163c9d5b2360
2023-01-31T07:58:06.262Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9f35924-f358-4c67-8056-163c9d5b2360 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 (?, ?, ?, ?, ?)
2023-01-31T07:58:06.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "ves-openapi-manager",
"timestamp": 1675151871348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675151875869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T07:58:06.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T07:58:06.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "ves-openapi-manager",
"timestamp": 1675151871348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675151876985,
"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=?
2023-01-31T07:58:06.302Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9f35924-f358-4c67-8056-163c9d5b2360
2023-01-31T07:58:06.302Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9f35924-f358-4c67-8056-163c9d5b2360 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 (?, ?, ?, ?, ?)
2023-01-31T07:58:06.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "ves-openapi-manager",
"timestamp": 1675151871348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:06.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T07:58:06.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:58:06.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675151877990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T07:58:06.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T07:58:06.989Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T07:58:06.989Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:06.992Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:06.992Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "NOTIFIED"
}
2023-01-31T07:58:07.093Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T07:58:07.094Z||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.
2023-01-31T07:58:07.094Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:07.107Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:07.108Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-31T07:58:07.993Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T07:58:07.994Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:07.997Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:07.997Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-31T07:58:08.097Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T07:58:08.098Z||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.
2023-01-31T07:58:08.098Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:08.111Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:08.111Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-31T07:58:08.997Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T07:58:08.998Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:09.001Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:09.001Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:09.101Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T07:58:09.102Z||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.
2023-01-31T07:58:09.102Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:09.115Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:09.116Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-31T07:58:10.001Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T07:58:10.002Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:10.004Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:10.004Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-31T07:58:10.106Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-31T07:58:10.107Z||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.
2023-01-31T07:58:10.107Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:10.120Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:10.121Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-31T07:58:11.005Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T07:58:11.006Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:11.009Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:11.009Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T07:58:11.110Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-31T07:58:11.110Z||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.
2023-01-31T07:58:11.111Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:11.137Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:11.137Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-31T07:58:12.010Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T07:58:12.011Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:12.034Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:12.034Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T07:58:12.114Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2023-01-31T07:58:12.115Z||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.
2023-01-31T07:58:12.115Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:12.165Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:12.166Z||pool-9-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":4,"count":1}
2023-01-31T07:58:13.036Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"serviceName": "vFW 2023-01-31 07-56-15",
"serviceVersion": "1.0",
"serviceUUID": "69507e51-5ec7-4d6b-a11d-c355df222bd4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7b4ff71b-c762-4583-aa67-48723ab6031d",
"resources": [
{
"resourceInstanceName": "vFW 9fe3c289-8987 0",
"resourceCustomizationUUID": "1d40f117-b51c-431a-9a53-a5f59a4a48cc",
"resourceName": "vFW 9fe3c289-8987",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d39ff3b3-ccf3-4be5-b868-9081cef86796",
"resourceInvariantUUID": "66b6779e-6860-4bce-9a5e-42688f0b2703",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9fe3c28989870_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"artifactChecksum": "ZTlmZTMyYTA3NDExYzliMGJhNjQ3MGIzMzA1NWMwYTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0fb288fa-1346-4982-badd-bc34456c9110",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fc9023ea-6c22-4397-8e82-2654cacf38a5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "51cb426a-be8b-4f65-8e48-6c93a847ae96",
"generatedFromUUID": "fc9023ea-6c22-4397-8e82-2654cacf38a5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "51cb426a-be8b-4f65-8e48-6c93a847ae96",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230131075615-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"artifactChecksum": "YjhiNGEzNDllNGNiNDhhNWVkYjJkZjAzZTM5ZDM4ZDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "25fc2c2a-1f7d-4090-84b1-c444d0c1112f"
}
],
"workloadContext": "Production"
}
2023-01-31T07:58:13.038Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-31T07:58:13.039Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69507e51-5ec7-4d6b-a11d-c355df222bd4 ASDC
2023-01-31T07:58:13.148Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f9f35924-f358-4c67-8056-163c9d5b2360
ServiceName:vFW 2023-01-31 07-56-15
ServiceVersion:1.0
ServiceUUID:69507e51-5ec7-4d6b-a11d-c355df222bd4
ServiceInvariantUUID:7b4ff71b-c762-4583-aa67-48723ab6031d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230131075615-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar
ArtifactUUID:25fc2c2a-1f7d-4090-84b1-c444d0c1112f
ArtifactChecksum:YjhiNGEzNDllNGNiNDhhNWVkYjJkZjAzZTM5ZDM4ZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9fe3c289-8987 0
ResourceCustomizationUUID:1d40f117-b51c-431a-9a53-a5f59a4a48cc
ResourceInvariantUUID:66b6779e-6860-4bce-9a5e-42688f0b2703
ResourceName:vFW 9fe3c289-8987
ResourceType:VF
ResourceUUID:d39ff3b3-ccf3-4be5-b868-9081cef86796
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9fe3c28989870_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json
ArtifactUUID:0fb288fa-1346-4982-badd-bc34456c9110
ArtifactChecksum:ZTlmZTMyYTA3NDExYzliMGJhNjQ3MGIzMzA1NWMwYTk=
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/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml
ArtifactUUID:fc9023ea-6c22-4397-8e82-2654cacf38a5
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/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env
ArtifactUUID:51cb426a-be8b-4f65-8e48-6c93a847ae96
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/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env
ArtifactUUID:51cb426a-be8b-4f65-8e48-6c93a847ae96
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-31T07:58:13.149Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69507e51-5ec7-4d6b-a11d-c355df222bd4 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=?
2023-01-31T07:58:13.194Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T07:58:13.195Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-31T07:58:13.196Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-31T07:58:13.196Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25fc2c2a-1f7d-4090-84b1-c444d0c1112f from URL: /sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:13.196Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-31T07:58:13.198Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:13.422Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-31T07:58:13.440Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar 25fc2c2a-1f7d-4090-84b1-c444d0c1112f 100671
2023-01-31T07:58:13.441Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar ASDC sendASDCNotification
2023-01-31T07:58:13.441Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:13.442Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T07:58:13.443Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:13.445Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:13.445Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151893440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T07:58:13.545Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T07:58:13.546Z||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.
2023-01-31T07:58:13.546Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:13.566Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:13.567Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-31T07:58:14.446Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T07:58:14.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-31T07:58:14.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 25fc2c2a-1f7d-4090-84b1-c444d0c1112f, URL: /sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar to file: /app/ASDC/1/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:14.448Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230131075615-csar.csar
2023-01-31T07:58:14.539Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:14.539Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:15.272Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6024473253832254969/Definitions/service-Vfw20230131075615-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-01-31T07:58:18.425Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-31T07:58:18.430Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-31T07:58:18.430Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:18.430Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-31T07:58:18.430Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:18.430Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9fe3c289-8987 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:18.430Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||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-Vfw20230131075615-csar.csar
2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||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-Vfw20230131075615-csar.csar
2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||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-Vfw20230131075615-csar.csar
2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||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-Vfw20230131075615-csar.csar
2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-31T07:58:18.438Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.439Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:18.443Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria
2023-01-31T07:58:18.443Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-31T07:58:18.445Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T07:58:18.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:18.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria
2023-01-31T07:58:18.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-31T07:58:18.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T07:58:18.448Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.448Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:18.451Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.451Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria
2023-01-31T07:58:18.451Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T07:58:18.451Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T07:58:18.452Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T07:58:18.452Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T07:58:18.452Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:18.452Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T07:58:18.452Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T07:58:18.452Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T07:58:18.453Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T07:58:18.453Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T07:58:18.453Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:18.453Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T07:58:18.453Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:18.453Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T07:58:18.454Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T07:58:18.454Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-31T07:58:18.454Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.454Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T07:58:18.455Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.456Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria
2023-01-31T07:58:18.456Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T07:58:18.456Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.456Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria
2023-01-31T07:58:18.456Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T07:58:18.457Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.457Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria
2023-01-31T07:58:18.457Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T07:58:18.457Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.457Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria
2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:18.459Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T07:58:18.459Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:18.459Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T07:58:18.459Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T07:58:18.459Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71cb9e98-2d76-4743-85c6-dd72e35f01aa
2023-01-31T07:58:18.459Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.460Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria
2023-01-31T07:58:18.460Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T07:58:18.460Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T07:58:18.460Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T07:58:18.460Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T07:58:18.460Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:18.461Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T07:58:18.461Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T07:58:18.461Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-31T07:58:18.461Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T07:58:18.461Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:18.462Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T07:58:18.462Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T07:58:18.462Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a8d7c0d-4a0f-4bd6-8d0e-c378b3ac28cd
2023-01-31T07:58:18.462Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.462Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria
2023-01-31T07:58:18.462Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T07:58:18.463Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T07:58:18.463Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T07:58:18.463Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T07:58:18.463Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:18.463Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T07:58:18.463Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T07:58:18.464Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T07:58:18.464Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T07:58:18.464Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T07:58:18.464Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:18.464Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-31T07:58:18.464Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e3a935d3-769b-4a7c-b30c-b4b0da2eb23e
2023-01-31T07:58:18.465Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.465Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:18.465Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.465Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:18.465Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.466Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:18.466Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:18.466Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:18.466Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-31 07-56-15
Description:catalog service description
Model UUID:69507e51-5ec7-4d6b-a11d-c355df222bd4
Model Version:NULL
Model InvariantUuid:7b4ff71b-c762-4583-aa67-48723ab6031d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9fe3c289-8987
Model UUID:64435a2d-ed4e-419e-93a3-95da185ad7c2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:66b6779e-6860-4bce-9a5e-42688f0b2703
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1d40f117-b51c-431a-9a53-a5f59a4a48cc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:da1207e0-8bdb-4b59-863e-308b66bae535
ModelName:Vfw9fe3c2898987..base_vfw..module-0
ModelUuid:9395e24c-f8df-4160-9346-1c3e26758fdd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:71cb9e98-2d76-4743-85c6-dd72e35f01aa
ModelInvariantUuid:32c1700b-d05f-4f2b-b679-76b5853bdc26
ModelName:vFW 9fe3c289-8987-nodes.vfwCvfc
ModelUuid:17a261da-fc2a-4e76-baa6-8ed2a7873146
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9b9ab563-f2cb-4463-81c5-3a1a36b03836
ModelInvariantUuid:52e33694-5337-4cdc-851e-f33346a67078
ModelName:Vfw9fe3c2898987.compute.nodes.heat.vfw
ModelUuid:4ff23bbf-6b1e-4cce-b0a7-80c1f8d27b09
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8a8d7c0d-4a0f-4bd6-8d0e-c378b3ac28cd
ModelInvariantUuid:669189b7-ac63-40a9-a9f8-bcbce33fd28e
ModelName:vFW 9fe3c289-8987-nodes.vsnCvfc
ModelUuid:4bc19f3f-54b2-4024-b3ee-3f58894816e9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0b4c3e17-051d-4017-932b-ec62b2f9e82d
ModelInvariantUuid:1a51889f-b9df-4634-b57d-68b304260abf
ModelName:Vfw9fe3c2898987.compute.nodes.heat.vsn
ModelUuid:ae2e94dc-a3d5-4045-9dd6-254996af9fef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e3a935d3-769b-4a7c-b30c-b4b0da2eb23e
ModelInvariantUuid:3bebee53-394d-4afc-8206-7b221afd4fcf
ModelName:vFW 9fe3c289-8987-nodes.vpgCvfc
ModelUuid:66d1b08b-6737-4ad0-b863-8588c1a650d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:576e010d-f0de-4506-84f7-e8addb754b2b
ModelInvariantUuid:b4cf5cdc-c125-4774-a632-5ba24202b674
ModelName:Vfw9fe3c2898987.compute.nodes.heat.vpg
ModelUuid:bed7204f-18a7-4409-9d3c-acb5cb3c6474
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=?
2023-01-31T07:58:18.480Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d39ff3b3-ccf3-4be5-b868-9081cef86796
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=?
2023-01-31T07:58:18.576Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||vFW 9fe3c289-8987 0
2023-01-31T07:58:18.583Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d39ff3b3-ccf3-4be5-b868-9081cef86796
2023-01-31T07:58:18.583Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0fb288fa-1346-4982-badd-bc34456c9110 from URL: /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json
2023-01-31T07:58:18.583Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-31T07:58:18.584Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json
2023-01-31T07:58:18.738Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-31T07:58:18.739Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json 0fb288fa-1346-4982-badd-bc34456c9110 785
2023-01-31T07:58:18.740Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json ASDC sendASDCNotification
2023-01-31T07:58:18.740Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json
2023-01-31T07:58:18.740Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T07:58:18.741Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:18.744Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:18.744Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151898740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T07:58:18.844Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T07:58:18.845Z||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.
2023-01-31T07:58:18.846Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:18.864Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:18.865Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-31T07:58:19.746Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9fe3c2898987..base_vfw..module-0",
"vfModuleModelInvariantUUID": "da1207e0-8bdb-4b59-863e-308b66bae535",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9395e24c-f8df-4160-9346-1c3e26758fdd",
"vfModuleModelCustomizationUUID": "42e57581-f51d-4e5f-893f-1d983253a154",
"isBase": true,
"artifacts": [
"fc9023ea-6c22-4397-8e82-2654cacf38a5",
"51cb426a-be8b-4f65-8e48-6c93a847ae96"
],
"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": ""
}
}
]
2023-01-31T07:58:19.762Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9fe3c2898987..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9395e24c-f8df-4160-9346-1c3e26758fdd
VfModuleModelInvariantUUID:da1207e0-8bdb-4b59-863e-308b66bae535
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc9023ea-6c22-4397-8e82-2654cacf38a5
,
51cb426a-be8b-4f65-8e48-6c93a847ae96
}
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
}
2023-01-31T07:58:19.765Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9fe3c2898987..base_vfw..module-0",
"vfModuleModelInvariantUUID": "da1207e0-8bdb-4b59-863e-308b66bae535",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9395e24c-f8df-4160-9346-1c3e26758fdd",
"vfModuleModelCustomizationUUID": "42e57581-f51d-4e5f-893f-1d983253a154",
"isBase": true,
"artifacts": [
"fc9023ea-6c22-4397-8e82-2654cacf38a5",
"51cb426a-be8b-4f65-8e48-6c93a847ae96"
],
"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": ""
}
}
]
2023-01-31T07:58:19.765Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9fe3c2898987..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9395e24c-f8df-4160-9346-1c3e26758fdd
VfModuleModelInvariantUUID:da1207e0-8bdb-4b59-863e-308b66bae535
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc9023ea-6c22-4397-8e82-2654cacf38a5
,
51cb426a-be8b-4f65-8e48-6c93a847ae96
}
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
}
2023-01-31T07:58:19.766Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fc9023ea-6c22-4397-8e82-2654cacf38a5 from URL: /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml
2023-01-31T07:58:19.766Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-31T07:58:19.766Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml
2023-01-31T07:58:19.839Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-31T07:58:19.840Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml fc9023ea-6c22-4397-8e82-2654cacf38a5 20368
2023-01-31T07:58:19.840Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-31T07:58:19.840Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml
2023-01-31T07:58:19.841Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T07:58:19.841Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:19.843Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:19.843Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151899840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T07:58:19.943Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-31T07:58:19.944Z||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.
2023-01-31T07:58:19.944Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:19.959Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:19.959Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-31T07:58:20.844Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 51cb426a-be8b-4f65-8e48-6c93a847ae96 from URL: /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env
2023-01-31T07:58:20.845Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-31T07:58:20.845Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env
2023-01-31T07:58:20.945Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-31T07:58:20.946Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env 51cb426a-be8b-4f65-8e48-6c93a847ae96 2098
2023-01-31T07:58:20.946Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-31T07:58:20.946Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env
2023-01-31T07:58:20.947Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T07:58:20.947Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:20.949Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:20.949Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151900946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T07:58:21.049Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T07:58:21.050Z||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.
2023-01-31T07:58:21.050Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:21.068Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:21.068Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-31T07:58:21.950Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 69507e51-5ec7-4d6b-a11d-c355df222bd4
2023-01-31T07:58:21.950Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9fe3c289-8987 0 d39ff3b3-ccf3-4be5-b868-9081cef86796 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=?
2023-01-31T07:58:21.992Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@329873b0, org.onap.sdc.toscaparser.api.parameters.Input@6a3ba7b, org.onap.sdc.toscaparser.api.parameters.Input@28e89472, org.onap.sdc.toscaparser.api.parameters.Input@637225cf, org.onap.sdc.toscaparser.api.parameters.Input@1286cfe2]
2023-01-31T07:58:21.996Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:21.997Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:21.997Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2023-01-31T07:58:21.997Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 1d40f117-b51c-431a-9a53-a5f59a4a48cc
2023-01-31T07:58:21.997Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d40f117-b51c-431a-9a53-a5f59a4a48cc matches Tosca VF Customization UUID: 1d40f117-b51c-431a-9a53-a5f59a4a48cc
2023-01-31T07:58:21.998Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 1d40f117-b51c-431a-9a53-a5f59a4a48cc 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=?
2023-01-31T07:58:22.005Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.005Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:22.006Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 1d40f117-b51c-431a-9a53-a5f59a4a48cc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-31T07:58:22.006Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10510877
2023-01-31T07:58:22.007Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.007Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T07:58:22.008Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 42e57581-f51d-4e5f-893f-1d983253a154
2023-01-31T07:58:22.009Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 42e57581-f51d-4e5f-893f-1d983253a154
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=?
2023-01-31T07:58:22.017Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.018Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria
2023-01-31T07:58:22.018Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T07:58:22.019Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.019Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria
2023-01-31T07:58:22.019Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T07:58:22.020Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.020Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria
2023-01-31T07:58:22.020Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T07:58:22.020Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T07:58:22.021Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-31T07:58:22.021Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T07:58:22.021Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T07:58:22.021Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T07:58:22.021Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:22.022Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T07:58:22.022Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:22.022Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T07:58:22.022Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T07:58:22.022Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71cb9e98-2d76-4743-85c6-dd72e35f01aa
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=?
2023-01-31T07:58:22.033Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.034Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria
2023-01-31T07:58:22.034Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T07:58:22.035Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.035Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria
2023-01-31T07:58:22.035Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T07:58:22.036Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T07:58:22.036Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T07:58:22.036Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T07:58:22.036Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:22.036Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T07:58:22.037Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T07:58:22.037Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-31T07:58:22.037Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-31T07:58:22.037Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:22.037Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-31T07:58:22.038Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T07:58:22.038Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a8d7c0d-4a0f-4bd6-8d0e-c378b3ac28cd
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=?
2023-01-31T07:58:22.040Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.040Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria
2023-01-31T07:58:22.040Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T07:58:22.043Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.043Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria
2023-01-31T07:58:22.043Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-31T07:58:22.043Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-31T07:58:22.044Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-31T07:58:22.044Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-31T07:58:22.044Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:22.044Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-31T07:58:22.044Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-31T07:58:22.044Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-31T07:58:22.045Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-31T07:58:22.045Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-31T07:58:22.045Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-31T07:58:22.045Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-31T07:58:22.045Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e3a935d3-769b-4a7c-b30c-b4b0da2eb23e
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=?
2023-01-31T07:58:22.047Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.048Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria
2023-01-31T07:58:22.048Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T07:58:22.048Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.048Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria
2023-01-31T07:58:22.048Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=1d40f117-b51c-431a-9a53-a5f59a4a48cc
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=?
2023-01-31T07:58:22.050Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.050Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:22.051Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 69507e51-5ec7-4d6b-a11d-c355df222bd4: vFW 9fe3c289-8987
2023-01-31T07:58:22.051Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.051Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:22.051Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.052Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:22.052Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.052Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:22.052Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.052Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:22.053Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T07:58:22.053Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T07:58:22.053Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-01-31 07-56-15
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 (?, ?, ?, ?, ?)
2023-01-31T07:58:22.315Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9fe3c289-8987 d39ff3b3-ccf3-4be5-b868-9081cef86796 1 ASDC deployResourceStructure
2023-01-31T07:58:22.315Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json ASDC sendASDCNotification
2023-01-31T07:58:22.315Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json
2023-01-31T07:58:22.316Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T07:58:22.316Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:22.318Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:22.318Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151902315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T07:58:22.418Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T07:58:22.419Z||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.
2023-01-31T07:58:22.419Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:22.454Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:22.454Z||pool-14-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2023-01-31T07:58:23.319Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-31T07:58:23.319Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml
2023-01-31T07:58:23.319Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T07:58:23.320Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:23.321Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:23.322Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151903319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-31T07:58:23.422Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T07:58:23.423Z||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.
2023-01-31T07:58:23.423Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:23.446Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:23.447Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-01-31T07:58:24.323Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-31T07:58:24.324Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env
2023-01-31T07:58:24.324Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T07:58:24.324Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:24.326Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:24.326Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151904323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-31T07:58:24.426Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T07:58:24.427Z||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.
2023-01-31T07:58:24.428Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:24.457Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:24.458Z||pool-16-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-31T07:58:25.328Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar ASDC sendASDCNotification
2023-01-31T07:58:25.328Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar
2023-01-31T07:58:25.328Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T07:58:25.329Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T07:58:25.330Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T07:58:25.331Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151905327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T07:58:25.431Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T07:58:25.432Z||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.
2023-01-31T07:58:25.432Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:58:25.447Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:58:25.447Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-31T07:58:26.332Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-31T07:58:26.346Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360
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=?
2023-01-31T07:58:26.348Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T07:58:26.349Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T07:58:26.349Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T07:58:56.349Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-31T07:58:56.361Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360
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=?
2023-01-31T07:58:56.362Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T07:58:56.363Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T07:58:56.363Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T07:59:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T07:59:05.303Z||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.
2023-01-31T07:59:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T07:59:05.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T07:59:05.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T07:59:05.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675151886045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T07:59:05.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T07:59:26.363Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-31T07:59:26.374Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360
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=?
2023-01-31T07:59:26.376Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T07:59:26.376Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T07:59:26.376Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T07:59:56.377Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-31T07:59:56.387Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360
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=?
2023-01-31T07:59:56.389Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T07:59:56.389Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T07:59:56.389Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T08:00:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:00:05.303Z||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.
2023-01-31T08:00:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:00:05.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:00:05.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:00:05.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T08:00:05.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675151887054,
"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=?
2023-01-31T08:00:05.851Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9f35924-f358-4c67-8056-163c9d5b2360
2023-01-31T08:00:05.852Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9f35924-f358-4c67-8056-163c9d5b2360 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 (?, ?, ?, ?, ?)
2023-01-31T08:00:05.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "NOTIFIED"
}
2023-01-31T08:00:05.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T08:00:05.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-31T08:00:05.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T08:00:05.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:00:05.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T08:00:05.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-31T08:00:05.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T08:00:05.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:00:05.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T08:00:05.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151885299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T08:00:05.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-31T08:00:05.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151893440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:00:05.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:00:05.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "aai-ml",
"timestamp": 1675151893417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T08:00:05.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:00:05.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "aai-ml",
"timestamp": 1675151894423,
"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=?
2023-01-31T08:00:05.864Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9f35924-f358-4c67-8056-163c9d5b2360
2023-01-31T08:00:05.865Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9f35924-f358-4c67-8056-163c9d5b2360 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 (?, ?, ?, ?, ?)
2023-01-31T08:00:05.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151898740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:00:05.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:00:05.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151899840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:00:05.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:00:05.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151900946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:00:05.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:00:05.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151902315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T08:00:05.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:00:05.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151903319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-31T08:00:05.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:00:05.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151904323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-31T08:00:05.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:00:05.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:00:05.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675151905327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T08:00:05.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:00:26.390Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-31T08:00:26.397Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360
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=?
2023-01-31T08:00:26.399Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T08:00:26.399Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-31T08:00:26.399Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-31T08:00:26.400Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-31T08:00:26.400Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T08:00:26.400Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T08:00:26.400Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T08:00:26.400Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T08:00:26.400Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T08:00:26.401Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||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=?
2023-01-31T08:00:26.404Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-31T08:00:56.405Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360 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=?
2023-01-31T08:00:56.416Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9f35924-f358-4c67-8056-163c9d5b2360 and serviceModelVersionId: 69507e51-5ec7-4d6b-a11d-c355df222bd4
2023-01-31T08:00:56.416Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b4ff71b-c762-4583-aa67-48723ab6031d
2023-01-31T08:01:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:01:05.303Z||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.
2023-01-31T08:01:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:01:11.096Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0
2023-01-31T08:01:11.210Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-01-31T08:01:11.726Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0|INFO|500||Invoke
2023-01-31T08:01:11.734Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9f35924-f358-4c67-8056-163c9d5b2360], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6f0c10da-40b0-473c-a8ad-16f2e7bf6883], X-ECOMP-RequestID=[f9f35924-f358-4c67-8056-163c9d5b2360], X-TransactionId=[], X-ONAP-RequestID=[f9f35924-f358-4c67-8056-163c9d5b2360], Content-Type=[application/merge-patch+json]}
2023-01-31T08:01:11.860Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-31T08:01:12.179Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?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/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 08:01:11 GMT], content-length=[0], vertex-id=[176152], x-aai-txid=[1-aai-resources-230131-08:01:11:251-26939], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-31T08:01:12.181Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-31T08:01:12.182Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0|INFO|500||InvokeReturn
2023-01-31T08:01:12.190Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-31T08:01:12.190Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||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=?
2023-01-31T08:01:12.195Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||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)
2023-01-31T08:01:12.196Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9f35924-f358-4c67-8056-163c9d5b2360 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-31T08:01:12.197Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-31T08:01:12.197Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:01:12.200Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:01:12.200Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152072196,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-31T08:01:12.300Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:01:12.301Z||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.
2023-01-31T08:01:12.301Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:01:12.361Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:01:12.371Z||pool-18-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:01:13.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:01:13.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-31T08:01:13.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152072196,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-31T08:01:13.030Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-31T08:01:13.211Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:01:13.211Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:01:13.212Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:01:23.808Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:01:23.809Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:01:23.809Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:01:23.809Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:01:33.370Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:01:33.370Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:01:33.371Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:01:33.371Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:01:42.985Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:02:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:02:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:02:05.303Z||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.
2023-01-31T08:02:05.303Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:02:05.303Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:02:05.303Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:02:14.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:02:14.890Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:03:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:03:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:03:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:03:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:03:05.302Z||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.
2023-01-31T08:03:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:03:14.876Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:03:14.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:04:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:04:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:04:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:04:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:04:05.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:04:05.302Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:04:14.906Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:04:14.941Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:05:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:05:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:05:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:05:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:05:05.302Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:05:05.302Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:05:14.859Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:05:14.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:06:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:06:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:06:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:06:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:06:05.303Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:06:05.303Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:06:14.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:06:14.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:07:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:07:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:07:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:07:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:07:05.302Z||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.
2023-01-31T08:07:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:07:14.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:07:14.886Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:08:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:08:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:08:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:08:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:08:05.302Z||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.
2023-01-31T08:08:05.302Z||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 yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:08:14.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:08:14.947Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:09:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:09:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:09:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:09:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:09:05.302Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:09:05.302Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:09:14.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:09:14.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:10:05.300Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:10:05.300Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:10:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:10:05.302Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:05.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:05.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675152598122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "cds",
"timestamp": 1675152591578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675152591348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "cds",
"timestamp": 1675152591578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675152598122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "NOTIFIED"
}
2023-01-31T08:10:05.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675152591348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675152598122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-31T08:10:05.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "cds",
"timestamp": 1675152591578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675152591348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "cds",
"timestamp": 1675152591578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675152598122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675152591348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "cds",
"timestamp": 1675152591578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675152598122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-31T08:10:05.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675152591348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "cds",
"timestamp": 1675152591578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675152598122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675152591348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:05.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:10:05.940Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:05.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-31T08:10:05.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f593a95c-12c4-40f5-8cbe-3033e479a8f8","serviceName":"basic_onboard_kyiobI","serviceVersion":"1.0","serviceUUID":"842d3743-3da6-4a93-9610-8e2d0098ace1","serviceDescription":"service","serviceInvariantUUID":"46835eb8-a4b4-4ab5-ba79-45a42901677c","resources":[{"resourceInstanceName":"basic_onboard_kyiobI 0","resourceName":"basic_onboard_kyiobI","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80e543f2-6fe4-4a86-a73d-517431e0cd86","resourceInvariantUUID":"4747061e-4655-4b71-9a83-7a9c7c58926e","resourceCustomizationUUID":"bdac2377-d447-41a6-972d-b7fb982ef8ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml","artifactChecksum":"ZGZlMTRlZTc3ZWY0M2ExY2RmZGUzMjcyYTVjZjQ4Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"433e5916-a881-4ebb-a5dc-296c4ef6c359","artifactVersion":"1"},{"artifactName":"basic_onboard_kyiobi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json","artifactChecksum":"ZGIxNDJmY2FkYzBiN2ViNWIwZWE3ZmE0M2Y5YTI2OTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2e392f48-f6d1-49ab-ba4c-2be4d47d9b79","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c928871c-4459-4c64-94bf-965ecc88f0e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d191175-f6aa-48b6-9b5e-149a664f8419","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"69be1b4b-f714-4b62-9c0f-557b887fae66","artifactVersion":"2","generatedFromUUID":"c928871c-4459-4c64-94bf-965ecc88f0e8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKyiobi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml","artifactChecksum":"ZTY2NjdhZjdiMjE3ZjUxOGZkNGNkZWUwNDI2ZTU0MDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb7e2f2c-70d8-4586-ac9e-8b54f0ceb99e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKyiobi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar","artifactChecksum":"YmNjMTZhYzNjM2M0YzA1YjkzMDRhYTM3YTJjYzhlMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0895855f-45b6-4fa9-af96-8e8df52cd093","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-31T08:10:05.945Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T08:10:05.945Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:05.950Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:05.950Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:06.050Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:10:06.051Z||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.
2023-01-31T08:10:06.052Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:06.073Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:06.073Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:10:06.951Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T08:10:06.952Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:06.956Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:06.956Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "NOTIFIED"
}
2023-01-31T08:10:07.056Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:10:07.057Z||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.
2023-01-31T08:10:07.057Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:07.074Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:07.075Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:10:07.957Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T08:10:07.958Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:07.960Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:07.960Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-31T08:10:08.060Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:10:08.061Z||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.
2023-01-31T08:10:08.061Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:08.085Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:08.086Z||pool-21-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2023-01-31T08:10:08.961Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T08:10:08.962Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:08.964Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:08.965Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:09.065Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:10:09.066Z||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.
2023-01-31T08:10:09.066Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:09.079Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:09.079Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:10:09.966Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T08:10:09.967Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:09.969Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:09.969Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-31T08:10:10.069Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:10:10.070Z||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.
2023-01-31T08:10:10.070Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:10.083Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:10.083Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:10:10.969Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T08:10:10.970Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:10.973Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:10.973Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:10:11.073Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:10:11.074Z||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.
2023-01-31T08:10:11.074Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:11.113Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:11.113Z||pool-24-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:10:11.973Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T08:10:11.975Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:11.978Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:11.978Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T08:10:12.078Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:10:12.079Z||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.
2023-01-31T08:10:12.080Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:12.107Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:12.107Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:10:12.980Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"serviceName": "basic_onboard_kyiobI",
"serviceVersion": "1.0",
"serviceUUID": "842d3743-3da6-4a93-9610-8e2d0098ace1",
"serviceDescription": "service",
"serviceInvariantUUID": "46835eb8-a4b4-4ab5-ba79-45a42901677c",
"resources": [
{
"resourceInstanceName": "basic_onboard_kyiobI 0",
"resourceCustomizationUUID": "bdac2377-d447-41a6-972d-b7fb982ef8ca",
"resourceName": "basic_onboard_kyiobI",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "80e543f2-6fe4-4a86-a73d-517431e0cd86",
"resourceInvariantUUID": "4747061e-4655-4b71-9a83-7a9c7c58926e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_kyiobi0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"artifactChecksum": "ZGIxNDJmY2FkYzBiN2ViNWIwZWE3ZmE0M2Y5YTI2OTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2e392f48-f6d1-49ab-ba4c-2be4d47d9b79",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c928871c-4459-4c64-94bf-965ecc88f0e8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "69be1b4b-f714-4b62-9c0f-557b887fae66",
"generatedFromUUID": "c928871c-4459-4c64-94bf-965ecc88f0e8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "69be1b4b-f714-4b62-9c0f-557b887fae66",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKyiobi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"artifactChecksum": "YmNjMTZhYzNjM2M0YzA1YjkzMDRhYTM3YTJjYzhlMTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0895855f-45b6-4fa9-af96-8e8df52cd093"
}
],
"workloadContext": "Production"
}
2023-01-31T08:10:12.981Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-31T08:10:12.981Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 842d3743-3da6-4a93-9610-8e2d0098ace1 ASDC
2023-01-31T08:10:12.982Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f593a95c-12c4-40f5-8cbe-3033e479a8f8
ServiceName:basic_onboard_kyiobI
ServiceVersion:1.0
ServiceUUID:842d3743-3da6-4a93-9610-8e2d0098ace1
ServiceInvariantUUID:46835eb8-a4b4-4ab5-ba79-45a42901677c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKyiobi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar
ArtifactUUID:0895855f-45b6-4fa9-af96-8e8df52cd093
ArtifactChecksum:YmNjMTZhYzNjM2M0YzA1YjkzMDRhYTM3YTJjYzhlMTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kyiobI 0
ResourceCustomizationUUID:bdac2377-d447-41a6-972d-b7fb982ef8ca
ResourceInvariantUUID:4747061e-4655-4b71-9a83-7a9c7c58926e
ResourceName:basic_onboard_kyiobI
ResourceType:VF
ResourceUUID:80e543f2-6fe4-4a86-a73d-517431e0cd86
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kyiobi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json
ArtifactUUID:2e392f48-f6d1-49ab-ba4c-2be4d47d9b79
ArtifactChecksum:ZGIxNDJmY2FkYzBiN2ViNWIwZWE3ZmE0M2Y5YTI2OTE=
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/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c928871c-4459-4c64-94bf-965ecc88f0e8
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/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env
ArtifactUUID:69be1b4b-f714-4b62-9c0f-557b887fae66
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/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env
ArtifactUUID:69be1b4b-f714-4b62-9c0f-557b887fae66
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-31T08:10:12.984Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 842d3743-3da6-4a93-9610-8e2d0098ace1 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 (?, ?, ?, ?, ?)
2023-01-31T08:10:13.040Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T08:10:13.041Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-31T08:10:13.041Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-31T08:10:13.041Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0895855f-45b6-4fa9-af96-8e8df52cd093 from URL: /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:13.041Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-31T08:10:13.042Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:13.141Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-31T08:10:13.145Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar 0895855f-45b6-4fa9-af96-8e8df52cd093 75305
2023-01-31T08:10:13.145Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar ASDC sendASDCNotification
2023-01-31T08:10:13.145Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:13.145Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T08:10:13.145Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:13.148Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:13.148Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152613145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:10:13.248Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:10:13.249Z||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.
2023-01-31T08:10:13.249Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:13.269Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:13.270Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-31T08:10:14.148Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T08:10:14.149Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-31T08:10:14.150Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0895855f-45b6-4fa9-af96-8e8df52cd093, URL: /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar to file: /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:14.150Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:14.150Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:14.151Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:14.373Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10685090050862323038/Definitions/service-BasicOnboardKyiobi-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-31T08:10:15.834Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-31T08:10:15.834Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-31T08:10:15.834Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:15.834Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-31T08:10:15.835Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:15.835Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||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-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:15.835Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||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-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:15.835Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||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-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:15.835Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:15.836Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kyiobI 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:15.836Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||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-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:15.836Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-31T08:10:15.836Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.836Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:15.837Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria
2023-01-31T08:10:15.837Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-31T08:10:15.837Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T08:10:15.837Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.838Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:15.838Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria
2023-01-31T08:10:15.838Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-31T08:10:15.838Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T08:10:15.838Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.838Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:15.839Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.839Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is not matching search criteria
2023-01-31T08:10:15.839Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-31T08:10:15.839Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-31T08:10:15.839Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-31T08:10:15.840Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-31T08:10:15.840Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-31T08:10:15.840Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.840Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T08:10:15.840Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.841Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria
2023-01-31T08:10:15.841Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T08:10:15.841Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.841Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria
2023-01-31T08:10:15.841Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T08:10:15.842Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.842Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria
2023-01-31T08:10:15.842Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T08:10:15.842Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.842Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is not matching search criteria
2023-01-31T08:10:15.843Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-31T08:10:15.843Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-31T08:10:15.843Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e751406b-9572-43ff-b5e0-97a68aeef00a
2023-01-31T08:10:15.843Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.843Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:15.843Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.844Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:15.844Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.844Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:15.844Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:15.844Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:15.845Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_kyiobI
Description:service
Model UUID:842d3743-3da6-4a93-9610-8e2d0098ace1
Model Version:NULL
Model InvariantUuid:46835eb8-a4b4-4ab5-ba79-45a42901677c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_kyiobI
Model UUID:2a0698d9-20e9-4053-a4d0-3e827e85b8a0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4747061e-4655-4b71-9a83-7a9c7c58926e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bdac2377-d447-41a6-972d-b7fb982ef8ca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e38b2f76-74e3-42e4-b23f-81cd7e0842a2
ModelName:BasicOnboardKyiobi..base_ubuntu18..module-0
ModelUuid:1ce2f8f6-6227-4c01-92c1-6dd993710485
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e751406b-9572-43ff-b5e0-97a68aeef00a
ModelInvariantUuid:80809c36-0804-4e52-807c-2d16e55e6ac1
ModelName:basic_onboard_kyiobI-nodes.ubuntu18Cvfc
ModelUuid:f6d8d41d-b768-4633-8f87-db6cdb7c4fd6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e894ffbd-ca3c-4b5e-9b75-b41d2d948691
ModelInvariantUuid:355c03aa-41a8-4e55-ad3d-5ce11463b276
ModelName:BasicOnboardKyiobi.compute.nodes.heat.ubuntu18
ModelUuid:9c796834-f2b5-43f0-8f3f-3288873cc377
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=?
2023-01-31T08:10:15.857Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 80e543f2-6fe4-4a86-a73d-517431e0cd86
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=?
2023-01-31T08:10:15.863Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||basic_onboard_kyiobI 0
2023-01-31T08:10:15.863Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80e543f2-6fe4-4a86-a73d-517431e0cd86
2023-01-31T08:10:15.864Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2e392f48-f6d1-49ab-ba4c-2be4d47d9b79 from URL: /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json
2023-01-31T08:10:15.864Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-31T08:10:15.864Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json
2023-01-31T08:10:15.950Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-31T08:10:15.950Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json 2e392f48-f6d1-49ab-ba4c-2be4d47d9b79 798
2023-01-31T08:10:15.951Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json ASDC sendASDCNotification
2023-01-31T08:10:15.951Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json
2023-01-31T08:10:15.951Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T08:10:15.951Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:15.954Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:15.954Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152615951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:10:16.054Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:10:16.055Z||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.
2023-01-31T08:10:16.055Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:16.091Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:16.092Z||pool-27-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:10:16.955Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKyiobi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e38b2f76-74e3-42e4-b23f-81cd7e0842a2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1ce2f8f6-6227-4c01-92c1-6dd993710485",
"vfModuleModelCustomizationUUID": "3d2edc35-4f51-41d1-8d4a-b9d9baa23c90",
"isBase": true,
"artifacts": [
"c928871c-4459-4c64-94bf-965ecc88f0e8",
"69be1b4b-f714-4b62-9c0f-557b887fae66"
],
"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": ""
}
}
]
2023-01-31T08:10:16.963Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKyiobi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ce2f8f6-6227-4c01-92c1-6dd993710485
VfModuleModelInvariantUUID:e38b2f76-74e3-42e4-b23f-81cd7e0842a2
VfModuleModelDescription:NULL
Artifacts UUID List:{
c928871c-4459-4c64-94bf-965ecc88f0e8
,
69be1b4b-f714-4b62-9c0f-557b887fae66
}
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
}
2023-01-31T08:10:16.965Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKyiobi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e38b2f76-74e3-42e4-b23f-81cd7e0842a2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1ce2f8f6-6227-4c01-92c1-6dd993710485",
"vfModuleModelCustomizationUUID": "3d2edc35-4f51-41d1-8d4a-b9d9baa23c90",
"isBase": true,
"artifacts": [
"c928871c-4459-4c64-94bf-965ecc88f0e8",
"69be1b4b-f714-4b62-9c0f-557b887fae66"
],
"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": ""
}
}
]
2023-01-31T08:10:16.965Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKyiobi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ce2f8f6-6227-4c01-92c1-6dd993710485
VfModuleModelInvariantUUID:e38b2f76-74e3-42e4-b23f-81cd7e0842a2
VfModuleModelDescription:NULL
Artifacts UUID List:{
c928871c-4459-4c64-94bf-965ecc88f0e8
,
69be1b4b-f714-4b62-9c0f-557b887fae66
}
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
}
2023-01-31T08:10:16.966Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c928871c-4459-4c64-94bf-965ecc88f0e8 from URL: /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml
2023-01-31T08:10:16.966Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-31T08:10:16.966Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml
2023-01-31T08:10:17.052Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-31T08:10:17.052Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml c928871c-4459-4c64-94bf-965ecc88f0e8 5033
2023-01-31T08:10:17.052Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-31T08:10:17.053Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml
2023-01-31T08:10:17.053Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T08:10:17.053Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:17.058Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:17.058Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152617052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:10:17.161Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-31T08:10:17.161Z||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.
2023-01-31T08:10:17.162Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:17.192Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:17.192Z||pool-28-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2023-01-31T08:10:18.060Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 69be1b4b-f714-4b62-9c0f-557b887fae66 from URL: /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env
2023-01-31T08:10:18.061Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-31T08:10:18.061Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env
2023-01-31T08:10:18.123Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-31T08:10:18.123Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env 69be1b4b-f714-4b62-9c0f-557b887fae66 909
2023-01-31T08:10:18.124Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-31T08:10:18.124Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env
2023-01-31T08:10:18.124Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T08:10:18.124Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:18.126Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:18.126Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152618124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:10:18.226Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:10:18.228Z||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.
2023-01-31T08:10:18.228Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:18.259Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:18.260Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:10:19.127Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 842d3743-3da6-4a93-9610-8e2d0098ace1
2023-01-31T08:10:19.128Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kyiobI 0 80e543f2-6fe4-4a86-a73d-517431e0cd86 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=?
2023-01-31T08:10:19.157Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c9d9185, org.onap.sdc.toscaparser.api.parameters.Input@49dc3254, org.onap.sdc.toscaparser.api.parameters.Input@2ac3b78d, org.onap.sdc.toscaparser.api.parameters.Input@14d01890, org.onap.sdc.toscaparser.api.parameters.Input@24f1b236]
2023-01-31T08:10:19.159Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.159Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:19.159Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2023-01-31T08:10:19.160Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= bdac2377-d447-41a6-972d-b7fb982ef8ca
2023-01-31T08:10:19.160Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdac2377-d447-41a6-972d-b7fb982ef8ca matches Tosca VF Customization UUID: bdac2377-d447-41a6-972d-b7fb982ef8ca
2023-01-31T08:10:19.160Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: bdac2377-d447-41a6-972d-b7fb982ef8ca 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=?
2023-01-31T08:10:19.163Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.164Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:19.165Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id bdac2377-d447-41a6-972d-b7fb982ef8ca: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-31T08:10:19.165Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fdf50cd
2023-01-31T08:10:19.165Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.165Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-31T08:10:19.166Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d2edc35-4f51-41d1-8d4a-b9d9baa23c90
2023-01-31T08:10:19.166Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d2edc35-4f51-41d1-8d4a-b9d9baa23c90
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=?
2023-01-31T08:10:19.169Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.169Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria
2023-01-31T08:10:19.169Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T08:10:19.170Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.170Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria
2023-01-31T08:10:19.170Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T08:10:19.171Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.171Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is not matching search criteria
2023-01-31T08:10:19.172Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-31T08:10:19.172Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-31T08:10:19.172Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e751406b-9572-43ff-b5e0-97a68aeef00a
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=?
2023-01-31T08:10:19.175Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.175Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria
2023-01-31T08:10:19.175Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-31T08:10:19.176Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.176Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria
2023-01-31T08:10:19.176Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=bdac2377-d447-41a6-972d-b7fb982ef8ca
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=?
2023-01-31T08:10:19.179Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.179Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:19.179Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 842d3743-3da6-4a93-9610-8e2d0098ace1: basic_onboard_kyiobI
2023-01-31T08:10:19.180Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.180Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:19.180Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.181Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:19.181Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.181Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:19.182Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.182Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:19.183Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:10:19.183Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:10:19.183Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_kyiobI
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 (?, ?, ?, ?, ?)
2023-01-31T08:10:19.271Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kyiobI 80e543f2-6fe4-4a86-a73d-517431e0cd86 1 ASDC deployResourceStructure
2023-01-31T08:10:19.272Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json ASDC sendASDCNotification
2023-01-31T08:10:19.272Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json
2023-01-31T08:10:19.272Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T08:10:19.273Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:19.275Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:19.276Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152619272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T08:10:19.376Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-31T08:10:19.377Z||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.
2023-01-31T08:10:19.377Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:19.397Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:19.397Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":4,"count":1}
2023-01-31T08:10:20.277Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-31T08:10:20.277Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml
2023-01-31T08:10:20.278Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T08:10:20.278Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:20.280Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:20.280Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152620277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-31T08:10:20.381Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-31T08:10:20.381Z||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.
2023-01-31T08:10:20.382Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:20.405Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:20.405Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:10:21.282Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-31T08:10:21.283Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env
2023-01-31T08:10:21.283Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T08:10:21.284Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:21.287Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:21.287Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152621282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-31T08:10:21.387Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-31T08:10:21.389Z||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.
2023-01-31T08:10:21.389Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:21.436Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:21.436Z||pool-32-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":27,"count":1}
2023-01-31T08:10:22.289Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar ASDC sendASDCNotification
2023-01-31T08:10:22.290Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar
2023-01-31T08:10:22.290Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-31T08:10:22.290Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:10:22.293Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:10:22.293Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152622288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T08:10:22.393Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-31T08:10:22.395Z||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.
2023-01-31T08:10:22.395Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:10:22.408Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:10:22.408Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:10:23.295Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-31T08:10:23.310Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
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=?
2023-01-31T08:10:23.313Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T08:10:23.313Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T08:10:23.313Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T08:10:53.313Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-31T08:10:53.321Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
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=?
2023-01-31T08:10:53.323Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T08:10:53.323Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T08:10:53.323Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T08:11:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:11:05.303Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:11:05.303Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:11:05.334Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:11:05.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:11:05.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "cds",
"timestamp": 1675152591578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T08:11:05.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:11:23.324Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-31T08:11:23.356Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
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=?
2023-01-31T08:11:23.358Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T08:11:23.358Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T08:11:23.358Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T08:11:53.359Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-31T08:11:53.366Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
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=?
2023-01-31T08:11:53.368Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T08:11:53.368Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T08:11:53.368Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T08:12:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:12:05.303Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:12:05.303Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:12:05.344Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:12:05.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:12:05.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675152598122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T08:12:05.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:12:23.369Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-31T08:12:23.377Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
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=?
2023-01-31T08:12:23.379Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T08:12:23.379Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T08:12:23.379Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T08:12:53.380Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-31T08:12:53.389Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
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=?
2023-01-31T08:12:53.399Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T08:12:53.399Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-31T08:12:53.399Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-31T08:13:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:13:05.303Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:13:05.303Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:13:05.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:13:05.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "ves-openapi-manager",
"timestamp": 1675152591348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675152606304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:13:05.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "cds",
"timestamp": 1675152606273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:13:05.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "NOTIFIED"
}
2023-01-31T08:13:05.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "cds",
"timestamp": 1675152607282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-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=?
2023-01-31T08:13:05.855Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f593a95c-12c4-40f5-8cbe-3033e479a8f8
2023-01-31T08:13:05.855Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f593a95c-12c4-40f5-8cbe-3033e479a8f8 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 (?, ?, ?, ?, ?)
2023-01-31T08:13:05.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-31T08:13:05.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675152607440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:13:05.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675152608541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:13:05.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-31T08:13:05.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675152609577,
"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=?
2023-01-31T08:13:05.871Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f593a95c-12c4-40f5-8cbe-3033e479a8f8
2023-01-31T08:13:05.872Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f593a95c-12c4-40f5-8cbe-3033e479a8f8 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 (?, ?, ?, ?, ?)
2023-01-31T08:13:05.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675152609828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1675152610584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T08:13:05.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675152609828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152605299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T08:13:05.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675152609828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152613145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:13:05.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675152609828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675152609828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675152609828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152615951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:13:05.887Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "aai-ml",
"timestamp": 1675152614869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675152609828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T08:13:05.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152617052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:13:05.890Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "aai-ml",
"timestamp": 1675152614869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675152617697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:13:05.891Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152618124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:13:05.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "aai-ml",
"timestamp": 1675152614869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "aai-ml",
"timestamp": 1675152614869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152619272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-31T08:13:05.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "aai-ml",
"timestamp": 1675152614869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152620277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-31T08:13:05.895Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "aai-ml",
"timestamp": 1675152614869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:13:05.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152621282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-31T08:13:05.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "aai-ml",
"timestamp": 1675152614869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T08:13:05.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-31T08:13:05.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152622288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T08:13:05.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675152622450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T08:13:05.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675152623459,
"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=?
2023-01-31T08:13:05.901Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f593a95c-12c4-40f5-8cbe-3033e479a8f8
2023-01-31T08:13:05.901Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f593a95c-12c4-40f5-8cbe-3033e479a8f8 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 (?, ?, ?, ?, ?)
2023-01-31T08:13:05.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "aai-ml",
"timestamp": 1675152622767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:13:05.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "aai-ml",
"timestamp": 1675152632946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-31T08:13:05.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:13:05.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:13:05.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "aai-ml",
"timestamp": 1675152633950,
"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=?
2023-01-31T08:13:05.912Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f593a95c-12c4-40f5-8cbe-3033e479a8f8
2023-01-31T08:13:05.912Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f593a95c-12c4-40f5-8cbe-3033e479a8f8 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 (?, ?, ?, ?, ?)
2023-01-31T08:13:23.400Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2023-01-31T08:13:23.418Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8
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=?
2023-01-31T08:13:23.420Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-31T08:13:23.420Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-31T08:13:23.420Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-31T08:13:23.420Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-31T08:13:23.421Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T08:13:23.421Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T08:13:23.421Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T08:13:23.421Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T08:13:23.421Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-31T08:13:23.421Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||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=?
2023-01-31T08:13:23.425Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-31T08:13:53.425Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 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=?
2023-01-31T08:13:53.432Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 and serviceModelVersionId: 842d3743-3da6-4a93-9610-8e2d0098ace1
2023-01-31T08:13:53.432Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46835eb8-a4b4-4ab5-ba79-45a42901677c
2023-01-31T08:13:53.434Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46835eb8-a4b4-4ab5-ba79-45a42901677c/model-vers/model-ver/842d3743-3da6-4a93-9610-8e2d0098ace1?depth=0
2023-01-31T08:13:53.445Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-31T08:13:53.521Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46835eb8-a4b4-4ab5-ba79-45a42901677c/model-vers/model-ver/842d3743-3da6-4a93-9610-8e2d0098ace1?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]}
2023-01-31T08:13:53.524Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46835eb8-a4b4-4ab5-ba79-45a42901677c/model-vers/model-ver/842d3743-3da6-4a93-9610-8e2d0098ace1?depth=0|INFO|500||Invoke
2023-01-31T08:13:53.569Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46835eb8-a4b4-4ab5-ba79-45a42901677c/model-vers/model-ver/842d3743-3da6-4a93-9610-8e2d0098ace1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-31T08:13:53.773Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46835eb8-a4b4-4ab5-ba79-45a42901677c/model-vers/model-ver/842d3743-3da6-4a93-9610-8e2d0098ace1?depth=0|INFO|500||InvokeReturn
2023-01-31T08:13:53.774Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46835eb8-a4b4-4ab5-ba79-45a42901677c/model-vers/model-ver/842d3743-3da6-4a93-9610-8e2d0098ace1?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 08:13:52 GMT], content-length=[0], vertex-id=[229472], x-aai-txid=[1-aai-resources-230131-08:13:52:954-58492], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-31T08:13:53.774Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-01-31T08:13:53.776Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-31T08:13:53.777Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||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=?
2023-01-31T08:13:53.785Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||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)
2023-01-31T08:13:53.785Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f593a95c-12c4-40f5-8cbe-3033e479a8f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-31T08:13:53.786Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-31T08:13:53.786Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:13:53.789Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:13:53.790Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152833785,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-31T08:13:53.890Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-31T08:13:53.891Z||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.
2023-01-31T08:13:53.891Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:13:53.913Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:13:53.914Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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=?
2023-01-31T08:13:54.802Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:13:54.803Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:13:54.803Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:14:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:14:05.302Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:14:05.303Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:14:05.354Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:14:05.354Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:14:05.355Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:14:05.355Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:14:05.938Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:14:05.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-31T08:14:05.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152833785,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-31T08:14:05.939Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-31T08:14:15.094Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:14:15.095Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:14:15.096Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:14:15.096Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:14:24.872Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:14:24.873Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-31T08:14:24.874Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-31T08:14:24.874Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:14:25.557Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:14:25.558Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-31T08:14:25.558Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"97671a2a-c37f-4691-9cb7-0ef56af1755a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c2ede71b-982f-4c09-af63-330ef59085c5","serviceDescription":"service","serviceInvariantUUID":"f611e3a8-c30f-44af-a767-685454ffc4d1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f4114bac-4aab-407e-b39b-615c88f30e68","resourceInvariantUUID":"8795aa3e-e017-4d96-b2c3-468bfd3b0570","resourceCustomizationUUID":"23bfb6d4-6c0b-4d21-a56b-32072bd42950","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":"NjUwZTg3YmVjMjBkYjE2NGQzNDQ4OTgwMmRjOGEzYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a819d26c-6068-4282-8b49-1092fd4e9aa5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWFlOWM0NDYxOGY2M2I3ODI3ZjY4NzQ2NjVmZmM3Y2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3316af88-cd10-4975-884f-e19c2033e5e4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-31T08:14:25.561Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T08:14:25.562Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:14:25.563Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:14:25.564Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152864873,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-31T08:14:25.664Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:14:25.665Z||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.
2023-01-31T08:14:25.665Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:14:25.703Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:14:25.703Z||pool-35-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:14:26.564Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-31T08:14:26.565Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:14:26.567Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:14:26.568Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152864873,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-31T08:14:26.668Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:14:26.669Z||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.
2023-01-31T08:14:26.669Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:14:26.706Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:14:26.707Z||pool-36-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:14:27.570Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c2ede71b-982f-4c09-af63-330ef59085c5",
"serviceDescription": "service",
"serviceInvariantUUID": "f611e3a8-c30f-44af-a767-685454ffc4d1",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "23bfb6d4-6c0b-4d21-a56b-32072bd42950",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f4114bac-4aab-407e-b39b-615c88f30e68",
"resourceInvariantUUID": "8795aa3e-e017-4d96-b2c3-468bfd3b0570",
"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": "YWFlOWM0NDYxOGY2M2I3ODI3ZjY4NzQ2NjVmZmM3Y2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3316af88-cd10-4975-884f-e19c2033e5e4"
}
],
"workloadContext": "Production"
}
2023-01-31T08:14:27.571Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-31T08:14:27.571Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c2ede71b-982f-4c09-af63-330ef59085c5 ASDC
2023-01-31T08:14:27.571Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:97671a2a-c37f-4691-9cb7-0ef56af1755a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c2ede71b-982f-4c09-af63-330ef59085c5
ServiceInvariantUUID:f611e3a8-c30f-44af-a767-685454ffc4d1
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:3316af88-cd10-4975-884f-e19c2033e5e4
ArtifactChecksum:YWFlOWM0NDYxOGY2M2I3ODI3ZjY4NzQ2NjVmZmM3Y2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:23bfb6d4-6c0b-4d21-a56b-32072bd42950
ResourceInvariantUUID:8795aa3e-e017-4d96-b2c3-468bfd3b0570
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f4114bac-4aab-407e-b39b-615c88f30e68
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-31T08:14:27.572Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2ede71b-982f-4c09-af63-330ef59085c5 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 (?, ?, ?, ?, ?)
2023-01-31T08:14:27.592Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T08:14:27.593Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-31T08:14:27.593Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-31T08:14:27.593Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3316af88-cd10-4975-884f-e19c2033e5e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-31T08:14:27.593Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-31T08:14:27.594Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-31T08:14:28.031Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-31T08:14:28.034Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3316af88-cd10-4975-884f-e19c2033e5e4 57664
2023-01-31T08:14:28.034Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-31T08:14:28.034Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-31T08:14:28.034Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-31T08:14:28.035Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-31T08:14:28.037Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-31T08:14:28.037Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1675152868034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-31T08:14:28.137Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-31T08:14:28.138Z||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.
2023-01-31T08:14:28.138Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ...
2023-01-31T08:14:28.174Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-31T08:14:28.175Z||pool-37-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2023-01-31T08:14:29.042Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-31T08:14:29.043Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-31T08:14:29.043Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3316af88-cd10-4975-884f-e19c2033e5e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T08:14:29.044Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-31T08:14:29.044Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T08:14:29.044Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T08:14:29.212Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1638282776065196430/Definitions/service-BasicNetwork-template.yml
2023-01-31T08:14:29.839Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-31T08:14:29.839Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-31T08:14:29.839Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-31T08:14:29.839Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-31T08:14:29.839Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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
2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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
2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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
2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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
2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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
2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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
2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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
2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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
2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:14:29.841Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-31T08:14:29.841Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-31T08:14:29.841Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T08:14:29.841Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:14:29.841Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:14:29.841Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-31T08:14:29.842Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-31T08:14:29.842Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-31T08:14:29.842Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:14:29.842Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:14:29.842Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:14:29.842Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:14:29.843Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:14:29.843Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:14:29.843Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:14:29.843Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:14:29.843Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:14:29.843Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:14:29.844Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c2ede71b-982f-4c09-af63-330ef59085c5
Model Version:NULL
Model InvariantUuid:f611e3a8-c30f-44af-a767-685454ffc4d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8795aa3e-e017-4d96-b2c3-468bfd3b0570
Model UUID:c6575e98-24ac-4b65-bd11-93db4fd51506
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:23bfb6d4-6c0b-4d21-a56b-32072bd42950
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=?
2023-01-31T08:14:29.856Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: f4114bac-4aab-407e-b39b-615c88f30e68
2023-01-31T08:14:29.857Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||No resources found for Service: c2ede71b-982f-4c09-af63-330ef59085c5
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=?
2023-01-31T08:14:29.862Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||
2023-01-31T08:14:29.862Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-31T08:14:29.863Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c2ede71b-982f-4c09-af63-330ef59085c5
2023-01-31T08:14:29.863Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c2ede71b-982f-4c09-af63-330ef59085c5
2023-01-31T08:14:29.863Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-31T08:14:29.863Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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=?
2023-01-31T08:14:29.868Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3512d756, org.onap.sdc.toscaparser.api.parameters.Input@12bfe54, org.onap.sdc.toscaparser.api.parameters.Input@e6f4580, org.onap.sdc.toscaparser.api.parameters.Input@204452f8, org.onap.sdc.toscaparser.api.parameters.Input@3cf99c1]
2023-01-31T08:14:29.870Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:14:29.870Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:14:29.870Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:14:29.870Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:14:29.871Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c2ede71b-982f-4c09-af63-330ef59085c5: Generic NeutronNet
2023-01-31T08:14:29.871Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:14:29.871Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-31T08:14:29.871Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-31T08:14:29.871Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-31T08:14:29.908Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery