By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-21T01:15:41.154Z||main|||||INFO|500||The following profiles are active: basic
2021-09-21T01:15:51.188Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-21T01:15:51.188Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-21T01:15:51.262Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-21T01:15:53.579Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-21T01:15:53.758Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-21T01:15:54.178Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-21T01:15:54.186Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-21T01:15:54.269Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-21T01:15:54.397Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-21T01:15:54.768Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-21T01:15:55.650Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-21T01:15:57.689Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-21T01:15:57.747Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-21T01:15:58.267Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-21T01:15:58.463Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-21T01:15:59.512Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-21T01:16:00.534Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-21T01:16:00.554Z||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$$732b71b9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-21T01:16:00.555Z||main|||||WARN|500||The sdc end point is not alive
2021-09-21T01:16:03.455Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-21T01:16:06.077Z||main|||||WARN|500||---
2021-09-21T01:16:06.077Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-21T01:16:06.078Z||main|||||WARN|500||---
2021-09-21T01:16:06.530Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-21T01:16:10.872Z||main|||||INFO|500||Started Application in 34.327 seconds (JVM running for 35.5)
2021-09-21T01:16:10.888Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:16:10.889Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:16:10.933Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:16:10.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:16:11.037Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e63612f-f490-4b6e-bb28-7ff6b18de6de url= /sdc/v1/artifactTypes
2021-09-21T01:16:11.038Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:16:12.136Z||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.37.232] 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$$f22d50b1.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
2021-09-21T01:16:12.143Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1de82657
2021-09-21T01:16:12.143Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-21T01:16:12.151Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-21T01:16:12.153Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-21T01:16:12.155Z||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$$f22d50b1.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
2021-09-21T01:17:00.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:17:00.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:17:00.869Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:17:00.873Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:17:00.878Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 474de5fa-5bc2-4691-97f9-3f580d40fb69 url= /sdc/v1/artifactTypes
2021-09-21T01:17:00.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:17:01.894Z||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.37.232] 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$$f22d50b1.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
2021-09-21T01:17:01.895Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b46639a
2021-09-21T01:17:01.895Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-21T01:17:01.896Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-21T01:17:01.896Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-21T01:17:01.897Z||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$$f22d50b1.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
2021-09-21T01:17:50.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:17:50.867Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:17:50.867Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:17:50.870Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:17:50.875Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8511f01f-515f-4836-93e9-ca38688ed59e url= /sdc/v1/artifactTypes
2021-09-21T01:17:50.875Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:17:51.910Z||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.37.232] 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$$f22d50b1.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
2021-09-21T01:17:51.911Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@270e84b8
2021-09-21T01:17:51.912Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-21T01:17:51.912Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-21T01:17:51.913Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-21T01:17:51.914Z||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$$f22d50b1.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
2021-09-21T01:18:40.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:18:40.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:18:40.868Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:18:40.871Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:18:40.877Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7782fba9-78e3-4cc2-9d10-73ddcfc3aa01 url= /sdc/v1/artifactTypes
2021-09-21T01:18:40.877Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:18:41.896Z||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.37.232] 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$$f22d50b1.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
2021-09-21T01:18:41.897Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3cb00e52
2021-09-21T01:18:41.897Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-21T01:18:41.898Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-21T01:18:41.898Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-21T01:18:41.899Z||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$$f22d50b1.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
2021-09-21T01:19:30.868Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:19:30.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:19:30.869Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:19:30.872Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:19:30.877Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5ed0ffc5-fa95-45fc-911b-45d2f0d5d575 url= /sdc/v1/artifactTypes
2021-09-21T01:19:30.877Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:19:31.912Z||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.37.232] 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$$f22d50b1.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
2021-09-21T01:19:31.913Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d51e3ff
2021-09-21T01:19:31.913Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-21T01:19:31.913Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-21T01:19:31.913Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-21T01:19:31.914Z||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$$f22d50b1.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
2021-09-21T01:20:20.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:20:20.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:20:20.868Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:20:20.873Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:20:20.879Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8398450b-8a94-495f-bc47-f832009aeeba url= /sdc/v1/artifactTypes
2021-09-21T01:20:20.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:20:21.928Z||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.37.232] 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$$f22d50b1.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
2021-09-21T01:20:21.929Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@12531cb0
2021-09-21T01:20:21.930Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-21T01:20:21.930Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-21T01:20:21.931Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-21T01:20:21.931Z||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$$f22d50b1.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
2021-09-21T01:21:10.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:21:10.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:21:10.869Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:21:10.873Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:21:10.879Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ea236ef8-5ea2-442d-939d-ae52e7647975 url= /sdc/v1/artifactTypes
2021-09-21T01:21:10.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:21:11.910Z||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.37.232] 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$$f22d50b1.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
2021-09-21T01:21:11.911Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c6b8b9e
2021-09-21T01:21:11.911Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-21T01:21:11.911Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-21T01:21:11.911Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-21T01:21:11.912Z||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$$f22d50b1.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
2021-09-21T01:22:00.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:22:00.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:22:00.869Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:22:00.874Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:22:00.881Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90593e24-6f81-4f67-8143-4a32a42f8917 url= /sdc/v1/artifactTypes
2021-09-21T01:22:00.881Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:22:01.928Z||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.37.232] 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$$f22d50b1.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
2021-09-21T01:22:01.928Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a971d41
2021-09-21T01:22:01.929Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-21T01:22:01.929Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-21T01:22:01.930Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-21T01:22:01.931Z||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$$f22d50b1.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
2021-09-21T01:22:50.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:22:50.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:22:50.868Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:22:50.871Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:22:50.879Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4305f403-002e-4cd4-b7e5-82d1abf83998 url= /sdc/v1/artifactTypes
2021-09-21T01:22:50.880Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:22:51.909Z||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.37.232] 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$$f22d50b1.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
2021-09-21T01:22:51.910Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2891fa54
2021-09-21T01:22:51.910Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-21T01:22:51.910Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-21T01:22:51.911Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-21T01:22:51.911Z||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$$f22d50b1.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
2021-09-21T01:23:40.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:23:40.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:23:40.868Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:23:40.872Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:23:40.878Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= acd89fd6-bb51-49bd-a0a3-ef816d2751ce url= /sdc/v1/artifactTypes
2021-09-21T01:23:40.878Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:23:41.896Z||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.37.232] 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$$f22d50b1.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
2021-09-21T01:23:41.897Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@465f5402
2021-09-21T01:23:41.898Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-21T01:23:41.899Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-21T01:23:41.899Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-21T01:23:41.900Z||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$$f22d50b1.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
2021-09-21T01:24:30.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:24:30.869Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:24:30.869Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:24:30.873Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:24:30.878Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b116f3a4-2a72-4ee2-8dea-82948c0e60ce url= /sdc/v1/artifactTypes
2021-09-21T01:24:30.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:24:31.082Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-21T01:24:31.088Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-21T01:24:31.110Z||scheduling-1|||||DEBUG|500||create keys
2021-09-21T01:24:31.117Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-21T01:24:32.136Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-21T01:24:32.144Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused)]
2021-09-21T01:24:32.145Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused)
2021-09-21T01:24:32.145Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused)
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$$f22d50b1.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-09-21T01:25:20.869Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:25:20.872Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:25:20.873Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:25:20.877Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:25:20.887Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0c4ffcf-bb76-4297-86b5-0e1e4bba1418 url= /sdc/v1/artifactTypes
2021-09-21T01:25:20.888Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:25:20.952Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-21T01:25:20.953Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-21T01:25:20.954Z||scheduling-1|||||DEBUG|500||create keys
2021-09-21T01:25:20.954Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-21T01:25:20.955Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-21T01:25:21.991Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-21T01:25:21.992Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused)]
2021-09-21T01:25:21.992Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused)
2021-09-21T01:25:21.993Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused)
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$$f22d50b1.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2021-09-21T01:25:38.566Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-21T01:26:10.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T01:26:10.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T01:26:10.868Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T01:26:10.871Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T01:26:10.878Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f341fad4-57fa-436a-a93b-c90c5afd7fa9 url= /sdc/v1/artifactTypes
2021-09-21T01:26:10.878Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T01:26:10.933Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-21T01:26:10.935Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-21T01:26:10.935Z||scheduling-1|||||DEBUG|500||create keys
2021-09-21T01:26:10.936Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-21T01:26:10.936Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-21T01:26:10.963Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:26:10.984Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 24d0ff8e-56e9-405e-81ef-ebdfab30fcd9 url= /sdc/v1/registerForDistribution
2021-09-21T01:26:11.223Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 24d0ff8e-56e9-405e-81ef-ebdfab30fcd9 url= /sdc/v1/registerForDistribution
2021-09-21T01:26:11.223Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-21T01:26:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:26:11.234Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:26:11.238Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-21T01:26:11.239Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:26:11.239Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:26:11.239Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:26:11.240Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:26:21.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:26:21.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:27:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:27:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:27:11.233Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:27:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:27:11.234Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:27:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:27:20.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:27:20.807Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:28:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:28:11.232Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:28:11.233Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:28:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:28:11.235Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:28:11.236Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:28:20.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:28:20.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:29:11.231Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:29:11.232Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:29:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:29:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:29:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:29:11.235Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:29:20.790Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:29:20.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:30:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:30:11.232Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:30:11.232Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:30:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:30:11.235Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:30:11.236Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:30:20.791Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:30:20.791Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:31:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:31:11.232Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:31:11.232Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:31:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:31:11.233Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:31:11.233Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:31:20.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:31:20.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:32:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:32:11.232Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:32:11.232Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:32:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:32:11.234Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:32:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:32:20.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:32:20.788Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:33:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:33:11.232Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:33:11.232Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:33:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:33:11.234Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:33:11.235Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:33:20.790Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:33:20.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:34:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:34:11.232Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:34:11.232Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:34:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:34:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:34:11.234Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:34:20.787Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:34:20.787Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:35:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:35:11.232Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:35:11.232Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:35:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:35:11.234Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:35:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:35:20.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:35:20.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:36:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:36:11.232Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:36:11.232Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:36:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:36:11.234Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:36:11.235Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:36:20.787Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:36:20.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:37:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:37:11.232Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:37:11.232Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:37:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:37:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:37:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:37:20.789Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:37:20.789Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:38:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:38:11.232Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:38:11.232Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:38:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:38:11.233Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:38:11.234Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:38:20.788Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:38:20.789Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:39:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:39:11.232Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:39:11.232Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:39:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:39:11.234Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:39:11.234Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:39:20.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:39:20.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:40:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:40:11.232Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:40:11.232Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:40:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:40:11.234Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:40:11.234Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:40:20.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:40:20.788Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:41:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:41:11.231Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:41:11.231Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:41:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:41:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:41:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:41:20.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:41:20.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:42:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:42:11.231Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:42:11.231Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:42:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:42:11.233Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:42:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:42:20.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:42:20.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:43:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:43:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:43:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:43:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:43:11.234Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:43:11.235Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:43:20.786Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:43:20.786Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:44:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:44:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:44:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:44:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:44:11.234Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:44:11.234Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:44:20.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:44:20.787Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:45:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:45:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:45:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:45:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:45:11.234Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:45:11.234Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:45:20.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:45:20.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:46:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:46:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:46:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:46:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:46:11.234Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:46:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:46:20.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:46:20.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:47:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:47:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:47:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:47:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:47:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:47:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:47:20.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:47:20.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:48:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:48:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:48:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:48:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:48:11.233Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:48:11.233Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:48:20.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:48:20.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:49:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:49:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:49:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:49:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:49:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:49:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:49:20.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:49:20.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:50:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:50:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:50:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:50:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:50:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:50:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:50:20.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:50:20.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:51:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:51:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:51:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:51:11.233Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:51:11.234Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:51:11.234Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:51:20.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:51:20.787Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:52:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:52:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:52:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:52:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:52:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:52:11.234Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:52:20.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:52:20.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:53:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:53:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:53:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:53:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:53:11.233Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:53:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:53:20.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:53:20.787Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:54:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:54:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:54:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:54:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:54:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:54:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:54:20.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:54:20.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:55:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:55:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:55:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:55:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:55:11.233Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:55:11.234Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:55:20.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:55:20.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:56:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:56:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:56:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:56:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:56:11.234Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:56:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:56:20.789Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:56:20.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:57:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:57:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:57:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:57:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:57:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:57:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:57:20.782Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:57:20.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:58:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:58:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:58:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:58:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:58:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:58:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:58:20.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:58:20.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:59:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:59:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:59:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:59:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T01:59:11.234Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T01:59:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T01:59:20.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T01:59:20.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:00:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:00:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:00:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:00:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:00:11.234Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:00:11.235Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:00:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:00:20.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:01:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:01:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:01:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:01:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:01:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:01:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:01:20.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:01:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:02:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:02:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:02:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:02:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:02:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:02:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:02:20.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:02:20.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:03:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:03:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:03:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:03:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:03:11.234Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:03:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:03:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:03:20.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:04:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:04:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:04:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:04:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:04:11.234Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:04:11.234Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:04:20.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:04:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:05:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:05:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:05:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:05:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:05:11.233Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:05:11.234Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:05:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:05:20.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:06:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:06:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:06:11.231Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:06:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:06:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:06:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:06:20.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:06:20.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:07:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:07:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:07:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:07:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:07:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:07:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:07:20.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:07:20.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:08:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:08:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:08:11.231Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:08:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:08:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:08:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:08:20.788Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:08:20.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:09:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:09:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:09:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:09:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:09:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:09:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:09:20.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:09:20.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:10:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:10:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:10:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:10:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:10:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:10:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:10:20.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:10:20.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:11:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:11:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:11:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:11:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:11:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:11:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:11:20.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:11:20.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:12:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:12:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:12:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:12:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:12:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:12:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:12:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:12:20.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:13:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:13:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:13:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:13:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:13:11.234Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:13:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:13:20.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:13:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:14:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:14:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:14:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:14:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:14:11.233Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:14:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:14:20.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:14:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:15:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:15:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:15:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:15:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:15:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:15:11.233Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:15:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:15:20.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:16:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:16:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:16:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:16:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:16:11.234Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:16:11.234Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:16:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:16:20.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:17:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:17:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:17:11.231Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:17:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:17:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:17:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:17:20.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:17:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:18:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:18:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:18:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:18:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:18:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:18:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:18:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:18:20.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:19:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:19:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:19:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:19:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:19:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:19:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:19:20.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:19:20.786Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:20:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:20:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:20:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:20:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:20:11.233Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:20:11.233Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:20:20.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:20:20.781Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:21:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:21:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:21:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:21:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:21:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:21:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:21:20.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:21:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:22:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:22:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:22:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:22:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:22:11.234Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:22:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:22:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:22:20.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:23:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:23:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:23:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:23:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:23:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:23:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:23:20.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:23:20.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:24:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:24:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:24:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:24:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:24:11.234Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:24:11.234Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:24:20.784Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:24:20.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:25:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:25:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:25:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:25:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:25:11.234Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:25:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:25:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:25:20.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:26:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:26:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:26:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:26:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:26:11.233Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:26:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:26:20.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:26:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:27:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:27:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:27:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:27:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:27:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:27:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:27:20.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:27:20.784Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:28:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:28:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:28:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:28:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:28:11.234Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:28:11.234Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:28:20.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:28:20.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:29:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:29:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:29:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:29:11.233Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:29:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:29:11.233Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:29:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:29:20.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:30:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:30:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:30:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:30:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:30:11.234Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:30:11.234Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:30:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:30:20.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:31:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:31:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:31:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:31:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:31:11.233Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:31:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:31:20.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:31:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:32:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:32:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:32:11.231Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:32:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:32:11.233Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:32:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:32:20.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:32:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:33:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:33:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:33:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:33:11.233Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:33:11.233Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:33:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:33:20.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:33:20.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:34:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:34:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:34:11.231Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:34:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:34:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:34:11.233Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:34:20.779Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:34:20.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:35:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:35:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:35:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:35:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:35:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:35:11.234Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:35:20.782Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:35:20.784Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:36:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:36:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:36:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:36:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:36:11.234Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:36:11.234Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:36:20.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:36:20.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:37:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:37:11.231Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:37:11.231Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:37:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:37:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:37:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:37:20.782Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:37:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:38:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:38:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:38:11.233Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:38:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:38:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:38:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:38:20.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:38:20.791Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:39:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:39:11.232Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:39:11.232Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:39:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:39:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:39:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:39:20.783Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:39:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:40:11.231Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:40:11.232Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:40:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:40:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:40:11.234Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:40:11.234Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:40:20.782Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:40:20.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:41:11.231Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:41:11.232Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:41:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:41:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:41:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:41:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:41:20.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:41:20.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:42:11.231Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:42:11.231Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:42:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:42:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:42:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:42:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:42:20.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:42:20.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:43:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:43:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:43:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:43:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:43:11.234Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:43:11.235Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:43:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:43:20.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:44:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:44:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:44:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:44:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:44:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:44:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:44:20.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:44:20.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:45:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:45:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:45:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:45:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:45:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:45:11.234Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:45:20.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:45:20.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:46:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:46:11.231Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:46:11.231Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:46:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:46:11.234Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:46:11.234Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:46:20.788Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:46:20.788Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:47:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:47:11.231Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:47:11.231Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:47:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:47:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:47:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:47:20.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:47:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:48:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:48:11.232Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:48:11.232Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:48:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:48:11.233Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:48:11.233Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:48:20.789Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:48:20.790Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:49:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:49:11.231Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:49:11.232Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:49:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:49:11.233Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:49:11.233Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:49:20.780Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:49:20.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:50:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:50:11.232Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:50:11.232Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:50:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:50:11.234Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:50:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:50:20.780Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:50:20.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:51:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:51:11.231Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:51:11.232Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:51:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:51:11.234Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:51:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:51:20.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:51:20.790Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:52:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:52:11.231Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:52:11.232Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:52:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:52:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:52:11.233Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:52:20.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:52:20.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:53:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:53:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:53:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:53:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:53:11.234Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:53:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:53:20.786Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:53:20.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:54:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:54:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:54:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:54:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:54:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:54:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:54:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:54:20.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:55:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:55:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:55:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:55:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:55:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:55:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:55:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:55:20.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:56:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:56:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:56:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:56:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:56:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:56:11.234Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:56:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:56:20.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:57:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:57:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:57:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:57:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:57:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:57:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:57:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:57:20.783Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:58:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:58:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:58:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:58:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:58:11.234Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:58:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:58:20.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:58:20.784Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:59:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:59:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:59:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:59:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T02:59:11.234Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T02:59:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T02:59:20.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T02:59:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:00:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:00:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:00:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:00:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:00:11.234Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:00:11.234Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:00:20.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:00:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:01:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:01:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:01:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:01:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:01:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:01:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:01:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:01:20.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:02:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:02:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:02:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:02:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:02:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:02:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:02:20.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:02:20.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:03:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:03:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:03:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:03:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:03:11.234Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:03:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:03:20.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:03:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:04:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:04:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:04:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:04:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:04:11.234Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:04:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:04:20.782Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:04:20.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:05:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:05:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:05:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:05:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:05:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:05:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:05:20.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:05:20.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:06:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:06:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:06:11.232Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:06:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:06:11.234Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:06:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:06:20.781Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:06:20.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:07:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:07:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:07:11.231Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:07:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:07:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:07:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:07:20.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:07:20.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:08:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:08:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:08:11.231Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:08:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:08:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:08:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:08:20.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:08:20.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:09:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:09:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:09:11.231Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:09:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:09:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:09:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:09:20.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:09:20.786Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:10:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:10:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:10:11.232Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:10:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:10:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:10:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:10:20.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:10:20.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:11:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:11:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:11:11.232Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:11:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:11:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:11:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:11:20.782Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:11:20.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:12:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:12:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:12:11.232Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:12:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:12:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:12:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:12:20.779Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:12:20.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:13:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:13:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:13:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:13:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:13:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:13:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:13:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:13:20.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:14:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:14:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:14:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:14:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:14:11.233Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:14:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:14:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:14:20.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:15:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:15:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:15:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:15:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:15:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:15:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:15:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:15:20.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:16:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:16:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:16:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:16:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:16:11.233Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:16:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:16:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:16:20.788Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:17:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:17:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:17:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:17:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:17:11.234Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:17:11.234Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:17:20.786Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:17:20.786Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:18:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:18:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:18:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:18:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:18:11.234Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:18:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:18:20.786Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:18:20.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:19:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:19:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:19:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:19:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:19:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:19:11.233Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:19:20.776Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:19:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:20:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:20:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:20:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:20:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:20:11.233Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:20:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:20:20.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:20:20.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:21:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:21:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:21:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:21:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:21:11.234Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:21:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:21:20.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:21:20.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:22:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:22:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:22:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:22:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:22:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:22:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:22:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:22:20.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:23:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:23:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:23:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:23:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:23:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:23:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:23:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:23:20.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:24:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:24:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:24:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:24:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:24:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:24:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:24:20.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:24:20.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:25:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:25:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:25:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:25:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:25:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:25:11.234Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:25:20.786Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:25:20.788Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:26:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:26:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:26:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:26:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:26:11.233Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:26:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:26:20.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:26:20.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:27:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:27:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:27:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:27:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:27:11.233Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:27:11.233Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:27:20.791Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:27:20.792Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:28:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:28:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:28:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:28:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:28:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:28:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:28:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:28:20.794Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:29:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:29:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:29:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:29:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:29:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:29:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:29:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:29:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:30:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:30:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:30:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:30:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:30:11.234Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:30:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:30:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:30:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:31:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:31:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:31:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:31:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:31:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:31:11.233Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:31:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:31:20.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:32:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:32:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:32:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:32:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:32:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:32:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:32:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:32:20.786Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:33:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:33:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:33:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:33:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:33:11.234Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:33:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:33:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:33:20.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:34:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:34:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:34:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:34:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:34:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:34:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:34:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:34:20.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:35:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:35:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:35:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:35:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:35:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:35:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:35:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:35:20.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:36:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:36:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:36:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:36:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:36:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:36:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:36:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:36:20.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:37:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:37:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:37:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:37:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:37:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:37:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:37:20.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:37:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:38:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:38:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:38:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:38:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:38:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:38:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:38:20.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:38:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:39:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:39:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:39:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:39:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:39:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:39:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:39:20.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:39:20.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:40:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:40:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:40:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:40:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:40:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:40:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:40:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:40:20.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:41:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:41:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:41:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:41:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:41:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:41:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:41:20.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:41:20.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:42:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:42:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:42:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:42:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:42:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:42:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:42:20.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:42:20.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:43:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:43:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:43:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:43:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:43:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:43:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:43:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:43:20.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:44:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:44:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:44:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:44:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:44:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:44:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:44:20.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:44:20.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:45:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:45:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:45:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:45:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:45:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:45:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:45:20.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:45:20.785Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:46:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:46:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:46:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:46:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:46:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:46:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:46:20.784Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:46:20.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:47:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:47:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:47:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:47:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:47:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:47:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:47:20.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:47:20.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:48:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:48:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:48:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:48:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:48:11.234Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:48:11.234Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:48:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:48:20.782Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:49:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:49:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:49:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:49:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:49:11.233Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:49:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:49:20.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:49:20.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:50:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:50:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:50:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:50:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:50:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:50:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:50:20.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:50:20.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:51:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:51:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:51:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:51:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:51:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:51:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:51:20.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:51:20.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:52:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:52:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:52:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:52:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:52:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:52:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:52:20.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:52:20.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:53:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:53:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:53:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:53:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:53:11.233Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:53:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:53:20.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:53:20.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:54:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:54:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:54:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:54:11.233Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:54:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:54:11.233Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:54:20.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:54:20.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:55:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:55:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:55:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:55:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:55:11.234Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:55:11.234Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:55:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:55:20.779Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:56:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:56:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:56:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:56:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:56:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:56:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:56:20.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:56:20.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:57:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:57:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:57:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:57:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:57:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:57:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:57:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:57:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:58:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:58:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:58:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:58:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:58:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:58:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:58:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:58:20.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:59:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:59:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:59:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:59:11.233Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T03:59:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T03:59:11.233Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T03:59:20.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T03:59:20.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:00:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:00:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:00:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:00:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:00:11.234Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:00:11.234Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:00:20.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:00:20.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:01:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:01:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:01:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:01:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:01:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:01:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:01:20.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:01:20.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:02:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:02:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:02:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:02:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:02:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:02:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:02:20.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:02:20.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:03:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:03:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:03:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:03:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:03:11.233Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:03:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:03:20.775Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:03:20.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:04:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:04:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:04:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:04:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:04:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:04:11.233Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:04:20.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:04:20.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:05:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:05:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:05:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:05:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:05:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:05:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:05:20.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:05:20.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:06:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:06:11.232Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:06:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:06:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:06:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:06:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:06:20.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:06:20.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:07:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:07:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:07:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:07:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:07:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:07:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:07:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:07:20.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:08:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:08:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:08:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:08:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:08:11.233Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:08:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:08:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:08:20.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:09:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:09:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:09:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:09:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:09:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:09:11.233Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:09:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:09:20.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:10:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:10:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:10:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:10:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:10:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:10:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:10:20.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:10:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:11:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:11:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:11:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:11:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:11:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:11:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:11:20.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:11:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:12:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:12:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:12:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:12:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:12:11.235Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:12:11.235Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:12:20.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:12:20.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:13:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:13:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:13:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:13:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:13:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:13:11.233Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:13:20.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:13:20.776Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:14:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:14:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:14:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:14:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:14:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:14:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:14:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:14:20.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:15:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:15:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:15:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:15:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:15:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:15:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:15:20.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:15:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:16:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:16:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:16:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:16:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:16:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:16:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:16:20.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:16:20.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:17:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:17:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:17:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:17:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:17:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:17:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:17:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:17:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:18:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:18:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:18:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:18:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:18:11.233Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:18:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:18:20.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:18:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:19:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:19:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:19:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:19:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:19:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:19:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:19:20.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:19:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:20:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:20:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:20:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:20:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:20:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:20:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:20:20.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:20:20.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:21:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:21:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:21:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:21:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:21:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:21:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:21:20.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:21:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:22:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:22:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:22:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:22:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:22:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:22:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:22:20.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:22:20.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:23:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:23:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:23:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:23:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:23:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:23:11.233Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:23:20.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:23:20.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:24:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:24:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:24:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:24:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:24:11.233Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:24:11.233Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:24:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:24:20.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:25:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:25:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:25:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:25:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:25:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:25:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:25:20.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:25:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:26:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:26:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:26:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:26:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:26:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:26:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:26:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:26:20.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:27:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:27:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:27:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:27:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:27:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:27:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:27:20.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:27:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:28:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:28:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:28:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:28:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:28:11.233Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:28:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:28:20.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:28:20.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:29:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:29:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:29:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:29:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:29:11.233Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:29:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:29:20.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:29:20.775Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:30:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:30:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:30:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:30:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:30:11.234Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:30:11.234Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:30:20.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:30:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:31:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:31:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:31:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:31:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:31:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:31:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:31:20.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:31:20.784Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:32:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:32:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:32:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:32:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:32:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:32:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:32:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:32:20.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:33:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:33:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:33:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:33:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:33:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:33:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:33:20.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:33:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:34:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:34:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:34:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:34:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:34:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:34:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:34:20.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:34:20.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:35:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:35:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:35:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:35:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:35:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:35:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:35:20.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:35:20.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:36:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:36:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:36:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:36:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:36:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:36:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:36:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:36:20.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:37:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:37:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:37:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:37:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:37:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:37:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:37:20.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:37:20.782Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:38:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:38:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:38:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:38:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:38:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:38:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:38:20.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:38:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:39:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:39:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:39:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:39:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:39:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:39:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:39:20.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:39:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:40:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:40:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:40:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:40:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:40:11.234Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:40:11.234Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:40:20.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:40:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:41:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:41:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:41:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:41:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:41:11.233Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:41:11.233Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:41:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:41:20.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:42:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:42:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:42:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:42:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:42:11.233Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:42:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:42:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:42:20.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:43:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:43:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:43:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:43:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:43:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:43:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:43:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:43:20.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:44:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:44:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:44:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:44:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:44:11.233Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:44:11.233Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:44:20.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:44:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:45:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:45:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:45:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:45:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:45:11.233Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:45:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:45:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:45:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:46:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:46:11.231Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:46:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:46:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:11.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:11.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"caefdbda-d62c-4b4f-90e0-072bbeefa563","serviceName":"vFW 2021-09-21 04-43-08","serviceVersion":"1.0","serviceUUID":"5ded54bb-8bad-4423-b411-5043ed4556b0","serviceDescription":"catalog service description","serviceInvariantUUID":"c845fa38-9428-438b-8937-5f3094656cd4","resources":[{"resourceInstanceName":"vFW cb461cf2-dfb9 0","resourceName":"vFW cb461cf2-dfb9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772","resourceInvariantUUID":"a38eee86-4d83-4090-9be8-3a39f792cb8e","resourceCustomizationUUID":"49703e46-89c8-4cdb-a5bb-9ecb0f402a8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml","artifactChecksum":"YTVkYTVhN2Q2NDc0YmRhNDE0NTQ2NWZhYzgzMDBiZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fb7c6f19-9f69-4721-9064-5f8fba142483","artifactVersion":"1"},{"artifactName":"vfwcb461cf2dfb90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json","artifactChecksum":"ZmU5YTBkNTNhYmQ1YjRhY2JiZTY3YWViMTk2YmIxMDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a0f13ec0-bc90-4159-8087-cfabce3704de","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1c8e4a4-438f-48de-a879-a6fc9c84e447","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml","artifactChecksum":"MWYyNzNjMzI0ZTBmNTFlZTFkMGFjMWI0YzM2ODk4MDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d3d8f6-482a-4b4e-911e-c2f0f7f72010","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e2f83b2d-b00f-4195-8163-7ab9012ef10d","artifactVersion":"2","generatedFromUUID":"c1c8e4a4-438f-48de-a879-a6fc9c84e447"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210921044308-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml","artifactChecksum":"MGQwOTE0YTkzZGVmNzM1ZDgwYzdmMTNlODg3M2Y4Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fd6df4b-69aa-4201-9087-7735161fdcb9","artifactVersion":"1"},{"artifactName":"service-Vfw20210921044308-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar","artifactChecksum":"OGFiMDE0NzRhZDZkMDIzMmZkZTNmNzg3MTdiNzA0ZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a2834b9-bfbd-4a13-8f36-e7ec1286e3ed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T04:46:11.865Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:11.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "cds",
"timestamp": 1632199540500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.871Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:46:11.876Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:11.885Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:11.885Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "dcae-sch",
"timestamp": 1632199547396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "cds",
"timestamp": 1632199540500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "dcae-sch",
"timestamp": 1632199547396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "cds",
"timestamp": 1632199540500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "dcae-sch",
"timestamp": 1632199547396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199549761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "cds",
"timestamp": 1632199540500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "dcae-sch",
"timestamp": 1632199547396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199549761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "NOTIFIED"
}
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199550812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "cds",
"timestamp": 1632199540500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "dcae-sch",
"timestamp": 1632199547396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199549761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-21T04:46:11.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199550812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "cds",
"timestamp": 1632199540500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "dcae-sch",
"timestamp": 1632199547396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "aai-ml",
"timestamp": 1632199552431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199549761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199550812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "cds",
"timestamp": 1632199540500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:46:11.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "dcae-sch",
"timestamp": 1632199547396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "aai-ml",
"timestamp": 1632199552431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199549761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199550812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "aai-ml",
"timestamp": 1632199552431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199549761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199550812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "clamp",
"timestamp": 1632199555010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "cds",
"timestamp": 1632199555983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:46:11.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "aai-ml",
"timestamp": 1632199552431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199549761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:46:11.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199550812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "clamp",
"timestamp": 1632199555010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "NOTIFIED"
}
2021-09-21T04:46:11.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "policy-id",
"timestamp": 1632199556145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:11.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:11.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:11.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "cds",
"timestamp": 1632199556999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T04:46:11.986Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-21T04:46:11.990Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:11.990Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:12.003Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:12.004Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:46:12.031Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of caefdbda-d62c-4b4f-90e0-072bbeefa563
2021-09-21T04:46:12.051Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caefdbda-d62c-4b4f-90e0-072bbeefa563 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:46:12.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "aai-ml",
"timestamp": 1632199552431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199550812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199557633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:46:12.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "clamp",
"timestamp": 1632199555010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "policy-id",
"timestamp": 1632199556145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "aai-ml",
"timestamp": 1632199552431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "clamp",
"timestamp": 1632199555010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199558824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:46:12.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "policy-id",
"timestamp": 1632199556145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-21T04:46:12.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "aai-ml",
"timestamp": 1632199552431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:46:12.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "clamp",
"timestamp": 1632199555010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "policy-id",
"timestamp": 1632199556145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199560006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:46:12.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:46:12.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "aai-ml",
"timestamp": 1632199560530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:46:12.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:46:12.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "clamp",
"timestamp": 1632199555010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199560155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "policy-id",
"timestamp": 1632199556145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "clamp",
"timestamp": 1632199555010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:46:12.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199560155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "policy-id",
"timestamp": 1632199556145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199562177,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T04:46:12.094Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caefdbda-d62c-4b4f-90e0-072bbeefa563
2021-09-21T04:46:12.094Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caefdbda-d62c-4b4f-90e0-072bbeefa563 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:46:12.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199560155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "policy-id",
"timestamp": 1632199556145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:46:12.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199563180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "DEPLOY_OK"
}
2021-09-21T04:46:12.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199560155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "policy-id",
"timestamp": 1632199564718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:46:12.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199560155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "policy-id",
"timestamp": 1632199565725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T04:46:12.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:46:12.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199560155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:12.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "policy-id",
"timestamp": 1632199566730,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T04:46:12.112Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caefdbda-d62c-4b4f-90e0-072bbeefa563
2021-09-21T04:46:12.112Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caefdbda-d62c-4b4f-90e0-072bbeefa563 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-21T04:46:12.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199560155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:46:12.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:46:12.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:46:12.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199568573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:46:12.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:46:12.890Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:46:12.891Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:12.893Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:12.893Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "NOTIFIED"
}
2021-09-21T04:46:12.993Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:46:12.994Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:12.994Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:13.005Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:13.005Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:46:13.893Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:46:13.894Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:13.896Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:13.896Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-21T04:46:13.996Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:46:13.997Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:13.997Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:14.007Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:14.008Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:46:14.896Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:46:14.897Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:14.899Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:14.899Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:14.999Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:46:15.000Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:15.000Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:15.009Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:15.010Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:46:15.900Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:46:15.901Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:15.902Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:15.903Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-21T04:46:16.003Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:46:16.003Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:16.003Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:16.014Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:16.014Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:46:16.903Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:46:16.904Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:16.906Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:16.906Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:46:17.006Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:46:17.007Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:17.007Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:17.017Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:17.018Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:46:17.906Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:46:17.907Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:17.909Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:17.909Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:46:18.010Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T04:46:18.010Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:18.011Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:18.023Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:18.023Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-21T04:46:18.911Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"serviceName": "vFW 2021-09-21 04-43-08",
"serviceVersion": "1.0",
"serviceUUID": "5ded54bb-8bad-4423-b411-5043ed4556b0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c845fa38-9428-438b-8937-5f3094656cd4",
"resources": [
{
"resourceInstanceName": "vFW cb461cf2-dfb9 0",
"resourceCustomizationUUID": "49703e46-89c8-4cdb-a5bb-9ecb0f402a8b",
"resourceName": "vFW cb461cf2-dfb9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772",
"resourceInvariantUUID": "a38eee86-4d83-4090-9be8-3a39f792cb8e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcb461cf2dfb90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"artifactChecksum": "ZmU5YTBkNTNhYmQ1YjRhY2JiZTY3YWViMTk2YmIxMDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a0f13ec0-bc90-4159-8087-cfabce3704de",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c1c8e4a4-438f-48de-a879-a6fc9c84e447",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e2f83b2d-b00f-4195-8163-7ab9012ef10d",
"generatedFromUUID": "c1c8e4a4-438f-48de-a879-a6fc9c84e447"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e2f83b2d-b00f-4195-8163-7ab9012ef10d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210921044308-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"artifactChecksum": "OGFiMDE0NzRhZDZkMDIzMmZkZTNmNzg3MTdiNzA0ZTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6a2834b9-bfbd-4a13-8f36-e7ec1286e3ed"
}
],
"workloadContext": "Production"
}
2021-09-21T04:46:18.912Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T04:46:18.912Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5ded54bb-8bad-4423-b411-5043ed4556b0 ASDC
2021-09-21T04:46:18.988Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:caefdbda-d62c-4b4f-90e0-072bbeefa563
ServiceName:vFW 2021-09-21 04-43-08
ServiceVersion:1.0
ServiceUUID:5ded54bb-8bad-4423-b411-5043ed4556b0
ServiceInvariantUUID:c845fa38-9428-438b-8937-5f3094656cd4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210921044308-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar
ArtifactUUID:6a2834b9-bfbd-4a13-8f36-e7ec1286e3ed
ArtifactChecksum:OGFiMDE0NzRhZDZkMDIzMmZkZTNmNzg3MTdiNzA0ZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cb461cf2-dfb9 0
ResourceCustomizationUUID:49703e46-89c8-4cdb-a5bb-9ecb0f402a8b
ResourceInvariantUUID:a38eee86-4d83-4090-9be8-3a39f792cb8e
ResourceName:vFW cb461cf2-dfb9
ResourceType:VF
ResourceUUID:fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcb461cf2dfb90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json
ArtifactUUID:a0f13ec0-bc90-4159-8087-cfabce3704de
ArtifactChecksum:ZmU5YTBkNTNhYmQ1YjRhY2JiZTY3YWViMTk2YmIxMDg=
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/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml
ArtifactUUID:c1c8e4a4-438f-48de-a879-a6fc9c84e447
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/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env
ArtifactUUID:e2f83b2d-b00f-4195-8163-7ab9012ef10d
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/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env
ArtifactUUID:e2f83b2d-b00f-4195-8163-7ab9012ef10d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-21T04:46:18.989Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ded54bb-8bad-4423-b411-5043ed4556b0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T04:46:19.058Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T04:46:19.059Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-21T04:46:19.059Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-21T04:46:19.060Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6a2834b9-bfbd-4a13-8f36-e7ec1286e3ed from URL: /sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:19.060Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-21T04:46:19.061Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:19.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-21T04:46:19.265Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar 6a2834b9-bfbd-4a13-8f36-e7ec1286e3ed 98733
2021-09-21T04:46:19.267Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar ASDC sendASDCNotification
2021-09-21T04:46:19.268Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:19.269Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T04:46:19.271Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:19.272Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:19.272Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199579265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:46:19.373Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:46:19.373Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:19.373Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:19.383Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:19.383Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:46:20.273Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T04:46:20.274Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-21T04:46:20.275Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6a2834b9-bfbd-4a13-8f36-e7ec1286e3ed, URL: /sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar to file: /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:20.275Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210921044308-csar.csar
2021-09-21T04:46:20.336Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:20.336Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:20.833Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP108440010460449744/Definitions/service-Vfw20210921044308-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-21T04:46:23.211Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T04:46:23.215Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|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-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|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-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|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-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cb461cf2-dfb9 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|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-Vfw20210921044308-csar.csar
2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-21T04:46:23.227Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.229Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:23.232Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria
2021-09-21T04:46:23.232Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-21T04:46:23.233Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T04:46:23.235Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.235Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:23.235Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria
2021-09-21T04:46:23.236Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-21T04:46:23.236Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T04:46:23.236Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.236Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:23.239Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.240Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria
2021-09-21T04:46:23.240Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T04:46:23.240Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T04:46:23.240Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T04:46:23.240Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:23.240Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T04:46:23.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T04:46:23.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-21T04:46:23.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T04:46:23.243Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.243Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria
2021-09-21T04:46:23.243Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria
2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria
2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria
2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aee206cc-a8c0-4da1-b15f-a081dab21d8d
2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria
2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bac14556-c78e-4497-9c63-25e7b5f8dc9b
2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria
2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3e63a4b3-0edc-4c8b-8cdd-dd22e63a5671
2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:23.251Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.251Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:23.251Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:23.251Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:23.251Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-21 04-43-08
Description:catalog service description
Model UUID:5ded54bb-8bad-4423-b411-5043ed4556b0
Model Version:NULL
Model InvariantUuid:c845fa38-9428-438b-8937-5f3094656cd4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cb461cf2-dfb9
Model UUID:b927b456-a4ea-4b6c-83da-c4fdb0c70f99
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a38eee86-4d83-4090-9be8-3a39f792cb8e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:49703e46-89c8-4cdb-a5bb-9ecb0f402a8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:baee02bc-fb72-45ac-a69a-f50c156b5788
ModelName:VfwCb461cf2Dfb9..base_vfw..module-0
ModelUuid:f84a6c7d-d7e9-46ba-8dea-a0ee98f4d8d3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:aee206cc-a8c0-4da1-b15f-a081dab21d8d
ModelInvariantUuid:7910fd18-3316-43cc-9b2d-d0140432287f
ModelName:vFW cb461cf2-dfb9-nodes.vfwCvfc
ModelUuid:a660ce16-98c7-47e5-a9d9-3015ca3a9de0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9e03c4c5-51fb-4909-a664-5873d339a72d
ModelInvariantUuid:314b33ad-5744-4742-92b8-a3d82001180e
ModelName:VfwCb461cf2Dfb9.compute.nodes.heat.vfw
ModelUuid:14bda97d-793f-470c-8277-6804535de52b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bac14556-c78e-4497-9c63-25e7b5f8dc9b
ModelInvariantUuid:c3c8c8f3-a049-4d3f-badb-944799f4619b
ModelName:vFW cb461cf2-dfb9-nodes.vsnCvfc
ModelUuid:6b95db47-9ab6-4ff8-9890-ab7040ecc11c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f3bccbd4-3c63-4440-a82a-7cfefc7a3db2
ModelInvariantUuid:2472b822-0d73-4142-9594-72b5700dc948
ModelName:VfwCb461cf2Dfb9.compute.nodes.heat.vsn
ModelUuid:38e2f93c-f4c5-4995-9875-3719d849fa19
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3e63a4b3-0edc-4c8b-8cdd-dd22e63a5671
ModelInvariantUuid:9b204173-65b3-45fe-bd2d-ff4f8a62fd97
ModelName:vFW cb461cf2-dfb9-nodes.vpgCvfc
ModelUuid:272dfa0c-f356-467b-add2-f231a8fda78f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:731d85d5-0637-47c5-b32d-fb96db1a9e9e
ModelInvariantUuid:ec5a5799-01bb-4822-bd4d-c795d0f0b807
ModelName:VfwCb461cf2Dfb9.compute.nodes.heat.vpg
ModelUuid:a0f6650a-8580-4ef4-b412-b96f9a071e05
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-21T04:46:23.270Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T04:46:23.409Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||vFW cb461cf2-dfb9 0
2021-09-21T04:46:23.416Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772
2021-09-21T04:46:23.416Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a0f13ec0-bc90-4159-8087-cfabce3704de from URL: /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json
2021-09-21T04:46:23.416Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-21T04:46:23.417Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json
2021-09-21T04:46:24.596Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-21T04:46:24.597Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json a0f13ec0-bc90-4159-8087-cfabce3704de 785
2021-09-21T04:46:24.597Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json ASDC sendASDCNotification
2021-09-21T04:46:24.598Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json
2021-09-21T04:46:24.598Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T04:46:24.598Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:24.600Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:24.600Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199584597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:46:24.700Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:46:24.701Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:24.701Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:24.710Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:24.710Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:46:25.601Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCb461cf2Dfb9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "baee02bc-fb72-45ac-a69a-f50c156b5788",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f84a6c7d-d7e9-46ba-8dea-a0ee98f4d8d3",
"vfModuleModelCustomizationUUID": "930a6772-7e84-47a5-bf14-f0711c7fb8cc",
"isBase": true,
"artifacts": [
"c1c8e4a4-438f-48de-a879-a6fc9c84e447",
"e2f83b2d-b00f-4195-8163-7ab9012ef10d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-21T04:46:25.615Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCb461cf2Dfb9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f84a6c7d-d7e9-46ba-8dea-a0ee98f4d8d3
VfModuleModelInvariantUUID:baee02bc-fb72-45ac-a69a-f50c156b5788
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1c8e4a4-438f-48de-a879-a6fc9c84e447
,
e2f83b2d-b00f-4195-8163-7ab9012ef10d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-21T04:46:25.618Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCb461cf2Dfb9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "baee02bc-fb72-45ac-a69a-f50c156b5788",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f84a6c7d-d7e9-46ba-8dea-a0ee98f4d8d3",
"vfModuleModelCustomizationUUID": "930a6772-7e84-47a5-bf14-f0711c7fb8cc",
"isBase": true,
"artifacts": [
"c1c8e4a4-438f-48de-a879-a6fc9c84e447",
"e2f83b2d-b00f-4195-8163-7ab9012ef10d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-21T04:46:25.618Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCb461cf2Dfb9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f84a6c7d-d7e9-46ba-8dea-a0ee98f4d8d3
VfModuleModelInvariantUUID:baee02bc-fb72-45ac-a69a-f50c156b5788
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1c8e4a4-438f-48de-a879-a6fc9c84e447
,
e2f83b2d-b00f-4195-8163-7ab9012ef10d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-21T04:46:25.618Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c1c8e4a4-438f-48de-a879-a6fc9c84e447 from URL: /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml
2021-09-21T04:46:25.618Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-21T04:46:25.618Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml
2021-09-21T04:46:26.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-21T04:46:26.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml c1c8e4a4-438f-48de-a879-a6fc9c84e447 20368
2021-09-21T04:46:26.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-21T04:46:26.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml
2021-09-21T04:46:26.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T04:46:26.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:26.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:26.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199586248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:46:26.350Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:46:26.351Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:26.352Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:26.363Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:26.363Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-21T04:46:27.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e2f83b2d-b00f-4195-8163-7ab9012ef10d from URL: /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env
2021-09-21T04:46:27.252Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-21T04:46:27.252Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env
2021-09-21T04:46:27.752Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-21T04:46:27.753Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env e2f83b2d-b00f-4195-8163-7ab9012ef10d 2098
2021-09-21T04:46:27.753Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-21T04:46:27.753Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env
2021-09-21T04:46:27.754Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T04:46:27.754Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:27.756Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:27.756Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199587753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:46:27.856Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:46:27.857Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:27.857Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:27.867Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:27.867Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:46:28.757Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5ded54bb-8bad-4423-b411-5043ed4556b0
2021-09-21T04:46:28.758Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cb461cf2-dfb9 0 fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T04:46:28.797Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c524357, org.onap.sdc.toscaparser.api.parameters.Input@c91ac91, org.onap.sdc.toscaparser.api.parameters.Input@63bc2bf8, org.onap.sdc.toscaparser.api.parameters.Input@784acd3e, org.onap.sdc.toscaparser.api.parameters.Input@6fc619b]
2021-09-21T04:46:28.800Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.800Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:28.800Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-09-21T04:46:28.800Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 49703e46-89c8-4cdb-a5bb-9ecb0f402a8b
2021-09-21T04:46:28.800Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49703e46-89c8-4cdb-a5bb-9ecb0f402a8b matches Tosca VF Customization UUID: 49703e46-89c8-4cdb-a5bb-9ecb0f402a8b
2021-09-21T04:46:28.801Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 49703e46-89c8-4cdb-a5bb-9ecb0f402a8b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-21T04:46:28.807Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.807Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:28.808Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 49703e46-89c8-4cdb-a5bb-9ecb0f402a8b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-21T04:46:28.808Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3077d4af
2021-09-21T04:46:28.808Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.808Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T04:46:28.809Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 930a6772-7e84-47a5-bf14-f0711c7fb8cc
2021-09-21T04:46:28.810Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 930a6772-7e84-47a5-bf14-f0711c7fb8cc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-21T04:46:28.815Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.815Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria
2021-09-21T04:46:28.815Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:46:28.815Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria
2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria
2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T04:46:28.818Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T04:46:28.818Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aee206cc-a8c0-4da1-b15f-a081dab21d8d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-21T04:46:28.829Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.830Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria
2021-09-21T04:46:28.830Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:46:28.830Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.831Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria
2021-09-21T04:46:28.831Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T04:46:28.831Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T04:46:28.831Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T04:46:28.831Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:28.831Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T04:46:28.833Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bac14556-c78e-4497-9c63-25e7b5f8dc9b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-21T04:46:28.835Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.836Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria
2021-09-21T04:46:28.836Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:46:28.838Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.839Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria
2021-09-21T04:46:28.839Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T04:46:28.839Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T04:46:28.839Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T04:46:28.839Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:28.840Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T04:46:28.840Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T04:46:28.840Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T04:46:28.840Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T04:46:28.840Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T04:46:28.840Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T04:46:28.841Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T04:46:28.841Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-21T04:46:28.841Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3e63a4b3-0edc-4c8b-8cdd-dd22e63a5671
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-21T04:46:28.843Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.844Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria
2021-09-21T04:46:28.844Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:46:28.844Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.844Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria
2021-09-21T04:46:28.844Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=49703e46-89c8-4cdb-a5bb-9ecb0f402a8b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T04:46:28.847Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.847Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:28.847Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5ded54bb-8bad-4423-b411-5043ed4556b0: vFW cb461cf2-dfb9
2021-09-21T04:46:28.847Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.848Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:28.848Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.848Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:28.848Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.848Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:28.848Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.849Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:28.849Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:46:28.849Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:46:28.849Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-21 04-43-08
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:46:29.182Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cb461cf2-dfb9 fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772 1 ASDC deployResourceStructure
2021-09-21T04:46:29.182Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json ASDC sendASDCNotification
2021-09-21T04:46:29.182Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json
2021-09-21T04:46:29.182Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T04:46:29.183Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:29.184Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:29.184Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199589182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "DEPLOY_OK"
}
2021-09-21T04:46:29.285Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-21T04:46:29.285Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:29.285Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:29.296Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:29.296Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:46:30.193Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-21T04:46:30.193Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml
2021-09-21T04:46:30.194Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T04:46:30.194Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:30.196Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:30.196Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199590193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-21T04:46:30.296Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:46:30.297Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:30.297Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:30.309Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:30.309Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:46:31.197Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-21T04:46:31.198Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env
2021-09-21T04:46:31.198Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T04:46:31.199Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:31.201Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:31.202Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199591197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-21T04:46:31.302Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:46:31.303Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:31.303Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:31.314Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:31.315Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:46:32.202Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar ASDC sendASDCNotification
2021-09-21T04:46:32.203Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar
2021-09-21T04:46:32.204Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T04:46:32.204Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:46:32.206Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:46:32.206Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199592202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T04:46:32.306Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:46:32.307Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:46:32.307Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:46:32.317Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:46:32.317Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:46:33.207Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T04:46:33.224Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T04:46:33.227Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T04:46:33.227Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T04:46:33.227Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T04:47:03.227Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T04:47:03.239Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T04:47:03.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T04:47:03.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T04:47:03.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T04:47:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:47:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:47:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:47:11.361Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:47:11.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:47:11.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:47:11.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:47:33.243Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T04:47:33.255Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T04:47:33.257Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T04:47:33.257Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T04:47:33.257Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T04:48:03.257Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T04:48:03.269Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T04:48:03.272Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T04:48:03.272Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T04:48:03.273Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T04:48:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:48:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:48:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:48:11.261Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:48:11.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "NOTIFIED"
}
2021-09-21T04:48:11.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:48:11.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199573411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T04:48:11.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:48:11.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-21T04:48:11.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:48:11.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199574417,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T04:48:11.276Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of caefdbda-d62c-4b4f-90e0-072bbeefa563
2021-09-21T04:48:11.276Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caefdbda-d62c-4b4f-90e0-072bbeefa563 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:48:11.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:48:11.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:48:11.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-21T04:48:11.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:48:11.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "aai-ml",
"timestamp": 1632199576773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T04:48:11.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:48:11.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:48:11.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:48:11.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "aai-ml",
"timestamp": 1632199577778,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T04:48:11.292Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of caefdbda-d62c-4b4f-90e0-072bbeefa563
2021-09-21T04:48:11.292Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caefdbda-d62c-4b4f-90e0-072bbeefa563 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:48:11.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199571231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:48:11.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:48:11.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199579265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:48:11.303Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:48:11.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "clamp",
"timestamp": 1632199581019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:48:11.304Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:48:11.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "clamp",
"timestamp": 1632199583034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T04:48:11.304Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:48:11.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "clamp",
"timestamp": 1632199584039,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T04:48:11.310Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of caefdbda-d62c-4b4f-90e0-072bbeefa563
2021-09-21T04:48:11.310Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caefdbda-d62c-4b4f-90e0-072bbeefa563 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:48:11.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199584597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:48:11.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:48:11.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199586248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:48:11.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:48:11.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199587753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:48:11.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:48:11.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199589182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json",
"status": "DEPLOY_OK"
}
2021-09-21T04:48:11.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:48:11.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199590193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-21T04:48:11.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:48:11.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199591197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-21T04:48:11.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:48:11.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:48:11.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199592202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T04:48:11.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:48:33.273Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T04:48:33.289Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T04:48:33.292Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T04:48:33.292Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T04:48:33.292Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|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=?
2021-09-21T04:48:33.299Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T04:49:03.300Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-21T04:49:03.307Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 and serviceModelVersionId: 5ded54bb-8bad-4423-b411-5043ed4556b0
2021-09-21T04:49:03.307Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c845fa38-9428-438b-8937-5f3094656cd4
2021-09-21T04:49:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:49:11.234Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:49:11.234Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:11.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:11.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "policy-id",
"timestamp": 1632199636144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "policy-id",
"timestamp": 1632199636144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "aai-ml",
"timestamp": 1632199642431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "policy-id",
"timestamp": 1632199636144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "aai-ml",
"timestamp": 1632199642431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "policy-id",
"timestamp": 1632199636144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "aai-ml",
"timestamp": 1632199642431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "clamp",
"timestamp": 1632199645010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "policy-id",
"timestamp": 1632199636144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "aai-ml",
"timestamp": 1632199642431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "cds",
"timestamp": 1632199645500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "clamp",
"timestamp": 1632199645010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "NOTIFIED"
}
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "policy-id",
"timestamp": 1632199636144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "aai-ml",
"timestamp": 1632199642431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "cds",
"timestamp": 1632199645500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "clamp",
"timestamp": 1632199645010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "policy-id",
"timestamp": 1632199636144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "dcae-sch",
"timestamp": 1632199647396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "aai-ml",
"timestamp": 1632199642431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "cds",
"timestamp": 1632199645500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "clamp",
"timestamp": 1632199645010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "dcae-sch",
"timestamp": 1632199647396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "aai-ml",
"timestamp": 1632199642431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "cds",
"timestamp": 1632199645500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "policy-id",
"timestamp": 1632199649539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "clamp",
"timestamp": 1632199645010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "dcae-sch",
"timestamp": 1632199647396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "cds",
"timestamp": 1632199645500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199649761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "aai-ml",
"timestamp": 1632199650543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "policy-id",
"timestamp": 1632199650542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "clamp",
"timestamp": 1632199645010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199650155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "dcae-sch",
"timestamp": 1632199647396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "cds",
"timestamp": 1632199645500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199649761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "NOTIFIED"
}
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199650812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "policy-id",
"timestamp": 1632199651544,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:49:11.784Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46ce334c-7a34-4960-9c68-7f1633fbd9e5
2021-09-21T04:49:11.784Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ce334c-7a34-4960-9c68-7f1633fbd9e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:49:11.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "clamp",
"timestamp": 1632199645010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:49:11.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199650155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "dcae-sch",
"timestamp": 1632199647396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "cds",
"timestamp": 1632199645500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:49:11.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199649761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-21T04:49:11.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199650812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199650155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "dcae-sch",
"timestamp": 1632199647396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199649761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199650812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199650155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "dcae-sch",
"timestamp": 1632199647396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199649761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "cds",
"timestamp": 1632199654407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199650812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199650155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199649761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "cds",
"timestamp": 1632199655412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T04:49:11.804Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46ce334c-7a34-4960-9c68-7f1633fbd9e5
2021-09-21T04:49:11.804Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ce334c-7a34-4960-9c68-7f1633fbd9e5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:49:11.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199650812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199650155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199649761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:49:11.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199650812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "aai-ml",
"timestamp": 1632199656481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T04:49:11.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199650155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:49:11.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "ves-openapi-manager",
"timestamp": 1632199650812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:11.835Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T04:49:11.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "aai-ml",
"timestamp": 1632199657484,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T04:49:11.844Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46ce334c-7a34-4960-9c68-7f1633fbd9e5
2021-09-21T04:49:11.844Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ce334c-7a34-4960-9c68-7f1633fbd9e5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:49:11.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199657592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:49:11.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:11.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "clamp",
"timestamp": 1632199658023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:49:11.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:11.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199658234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:49:11.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:11.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199658778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:49:11.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:11.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "clamp",
"timestamp": 1632199659040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T04:49:11.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:11.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199659960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:49:11.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:11.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "clamp",
"timestamp": 1632199660044,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T04:49:11.863Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46ce334c-7a34-4960-9c68-7f1633fbd9e5
2021-09-21T04:49:11.864Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ce334c-7a34-4960-9c68-7f1633fbd9e5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:49:11.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199660433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T04:49:11.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:11.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199660984,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T04:49:11.879Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46ce334c-7a34-4960-9c68-7f1633fbd9e5
2021-09-21T04:49:11.879Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ce334c-7a34-4960-9c68-7f1633fbd9e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-21T04:49:11.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632199661436,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T04:49:11.889Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46ce334c-7a34-4960-9c68-7f1633fbd9e5
2021-09-21T04:49:11.889Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ce334c-7a34-4960-9c68-7f1633fbd9e5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:49:11.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T04:49:11.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632199661987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-21T04:49:11.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:49:15.804Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0
2021-09-21T04:49:15.903Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T04:49:16.475Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0|INFO|500||Invoke
2021-09-21T04:49:16.481Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[caefdbda-d62c-4b4f-90e0-072bbeefa563], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[106d88de-41f7-42f7-81da-ea9242c4bbe1], X-ECOMP-RequestID=[caefdbda-d62c-4b4f-90e0-072bbeefa563], X-TransactionId=[], X-ONAP-RequestID=[caefdbda-d62c-4b4f-90e0-072bbeefa563], Content-Type=[application/merge-patch+json]}
2021-09-21T04:49:16.771Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-21T04:49:16.925Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-04:49:16:777-38383], vertex-id=[184440], Content-Length=[0], Date=[Tue, 21 Sep 2021 04:49:16 GMT], Content-Type=[application/json]}
2021-09-21T04:49:16.927Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-21T04:49:16.928Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0|INFO|500||InvokeReturn
2021-09-21T04:49:16.931Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T04:49:16.931Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T04:49:16.936Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|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)
2021-09-21T04:49:16.944Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID caefdbda-d62c-4b4f-90e0-072bbeefa563 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T04:49:16.945Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T04:49:16.945Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:16.947Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:16.947Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199756945,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T04:49:17.047Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:49:17.048Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:17.049Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:17.059Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:17.059Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T04:49:17.960Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:49:17.960Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:49:17.960Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:22.252Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:22.253Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-21T04:49:22.253Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"46ce334c-7a34-4960-9c68-7f1633fbd9e5","serviceName":"basic_onboard_oMGRfF","serviceVersion":"1.0","serviceUUID":"2a031839-216a-4e94-ad0f-2b112dd59f85","serviceDescription":"service","serviceInvariantUUID":"b74fcbae-20ab-4db2-9373-5a88dfb20041","resources":[{"resourceInstanceName":"basic_onboard_oMGRfF 0","resourceName":"basic_onboard_oMGRfF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e0dbcc0-1ce8-4610-898a-a85a55b58dd4","resourceInvariantUUID":"65741679-d1d7-4460-85a1-521f3c0876fd","resourceCustomizationUUID":"1674df5e-1bb6-4849-89da-9581d6373b7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml","artifactChecksum":"MTQ2NjY5NjJiMTMyZWEwMDhhNGU3MTI3YWVkNzE4Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4886d64b-4e36-4d74-bf60-a205ec30ba39","artifactVersion":"1"},{"artifactName":"basic_onboard_omgrff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json","artifactChecksum":"NGVmNGU4ZDQ0NDhiODZlZTk4ZTA5ZjZjNzNmNzI4NDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4cfe24a7-1685-4337-bac6-95d80ab4ae9a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dec702c6-b2f9-4ac4-9d70-95c89db91353","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a26ee25-5419-4da9-babf-ca2172d91132","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"35e2ad01-ffa6-42fd-9e4e-6d1440fafe69","artifactVersion":"2","generatedFromUUID":"dec702c6-b2f9-4ac4-9d70-95c89db91353"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmgrff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml","artifactChecksum":"M2IyYTcwZDYyOGNhMGVlNzllYmY3ZjQxMDBiZjM0M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f2c8329-af36-4998-9c7e-19b86c46a78a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmgrff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar","artifactChecksum":"NDllYTY0ZTIxMzc2NWMwNWIyNjI3NmJlMTJkNTA5OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"09c5b1d0-9629-4d41-a19b-bb50c6c82ced","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T04:49:22.256Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:49:22.256Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:22.258Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:22.258Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:22.358Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:49:22.359Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:22.359Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:22.370Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:22.371Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:23.265Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:49:23.265Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:23.268Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:23.268Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "NOTIFIED"
}
2021-09-21T04:49:23.368Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:49:23.369Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:23.369Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:23.379Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:23.380Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:24.268Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:49:24.269Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:24.271Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:24.271Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-21T04:49:24.372Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:49:24.372Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:24.372Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:24.382Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:24.382Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:25.272Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:49:25.274Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:25.275Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:25.276Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:25.377Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T04:49:25.378Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:25.378Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:25.387Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:25.387Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:26.277Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:49:26.278Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:26.280Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:26.280Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-21T04:49:26.383Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-21T04:49:26.384Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:26.384Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:26.392Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:26.392Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:27.280Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:49:27.282Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:27.284Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:27.284Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:49:27.389Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-21T04:49:27.390Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:27.390Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:27.401Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:27.401Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-21T04:49:28.285Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T04:49:28.286Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:28.288Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:28.288Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:49:28.389Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T04:49:28.389Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:28.390Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:28.400Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:28.400Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:29.290Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"serviceName": "basic_onboard_oMGRfF",
"serviceVersion": "1.0",
"serviceUUID": "2a031839-216a-4e94-ad0f-2b112dd59f85",
"serviceDescription": "service",
"serviceInvariantUUID": "b74fcbae-20ab-4db2-9373-5a88dfb20041",
"resources": [
{
"resourceInstanceName": "basic_onboard_oMGRfF 0",
"resourceCustomizationUUID": "1674df5e-1bb6-4849-89da-9581d6373b7b",
"resourceName": "basic_onboard_oMGRfF",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7e0dbcc0-1ce8-4610-898a-a85a55b58dd4",
"resourceInvariantUUID": "65741679-d1d7-4460-85a1-521f3c0876fd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_omgrff0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"artifactChecksum": "NGVmNGU4ZDQ0NDhiODZlZTk4ZTA5ZjZjNzNmNzI4NDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4cfe24a7-1685-4337-bac6-95d80ab4ae9a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dec702c6-b2f9-4ac4-9d70-95c89db91353",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "35e2ad01-ffa6-42fd-9e4e-6d1440fafe69",
"generatedFromUUID": "dec702c6-b2f9-4ac4-9d70-95c89db91353"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "35e2ad01-ffa6-42fd-9e4e-6d1440fafe69",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOmgrff-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"artifactChecksum": "NDllYTY0ZTIxMzc2NWMwNWIyNjI3NmJlMTJkNTA5OTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "09c5b1d0-9629-4d41-a19b-bb50c6c82ced"
}
],
"workloadContext": "Production"
}
2021-09-21T04:49:29.291Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T04:49:29.291Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a031839-216a-4e94-ad0f-2b112dd59f85 ASDC
2021-09-21T04:49:29.291Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:46ce334c-7a34-4960-9c68-7f1633fbd9e5
ServiceName:basic_onboard_oMGRfF
ServiceVersion:1.0
ServiceUUID:2a031839-216a-4e94-ad0f-2b112dd59f85
ServiceInvariantUUID:b74fcbae-20ab-4db2-9373-5a88dfb20041
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOmgrff-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar
ArtifactUUID:09c5b1d0-9629-4d41-a19b-bb50c6c82ced
ArtifactChecksum:NDllYTY0ZTIxMzc2NWMwNWIyNjI3NmJlMTJkNTA5OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oMGRfF 0
ResourceCustomizationUUID:1674df5e-1bb6-4849-89da-9581d6373b7b
ResourceInvariantUUID:65741679-d1d7-4460-85a1-521f3c0876fd
ResourceName:basic_onboard_oMGRfF
ResourceType:VF
ResourceUUID:7e0dbcc0-1ce8-4610-898a-a85a55b58dd4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_omgrff0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json
ArtifactUUID:4cfe24a7-1685-4337-bac6-95d80ab4ae9a
ArtifactChecksum:NGVmNGU4ZDQ0NDhiODZlZTk4ZTA5ZjZjNzNmNzI4NDE=
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/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml
ArtifactUUID:dec702c6-b2f9-4ac4-9d70-95c89db91353
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/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env
ArtifactUUID:35e2ad01-ffa6-42fd-9e4e-6d1440fafe69
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/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env
ArtifactUUID:35e2ad01-ffa6-42fd-9e4e-6d1440fafe69
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-21T04:49:29.291Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a031839-216a-4e94-ad0f-2b112dd59f85 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T04:49:29.329Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T04:49:29.330Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-21T04:49:29.330Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-21T04:49:29.330Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 09c5b1d0-9629-4d41-a19b-bb50c6c82ced from URL: /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:29.330Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-21T04:49:29.330Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:29.626Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-21T04:49:29.629Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar 09c5b1d0-9629-4d41-a19b-bb50c6c82ced 71377
2021-09-21T04:49:29.629Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar ASDC sendASDCNotification
2021-09-21T04:49:29.629Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:29.630Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T04:49:29.630Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:29.632Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:29.632Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199769629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:49:29.732Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:49:29.733Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:29.733Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:29.744Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:29.744Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:30.632Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T04:49:30.634Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-21T04:49:30.635Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 09c5b1d0-9629-4d41-a19b-bb50c6c82ced, URL: /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar to file: /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:30.635Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:30.635Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:30.635Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:30.755Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10925481019899929178/Definitions/service-BasicOnboardOmgrff-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-21T04:49:32.136Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oMGRfF 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria
2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria
2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is not matching search criteria
2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria
2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:49:32.141Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.141Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria
2021-09-21T04:49:32.141Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:49:32.141Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.141Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria
2021-09-21T04:49:32.141Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is not matching search criteria
2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=269e072c-eddf-4db5-845a-38bfec499e2d
2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.143Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:32.143Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.143Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:32.143Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:32.143Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:32.143Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_oMGRfF
Description:service
Model UUID:2a031839-216a-4e94-ad0f-2b112dd59f85
Model Version:NULL
Model InvariantUuid:b74fcbae-20ab-4db2-9373-5a88dfb20041
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_oMGRfF
Model UUID:1a968639-5713-455d-a272-db97aafb2d4f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65741679-d1d7-4460-85a1-521f3c0876fd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1674df5e-1bb6-4849-89da-9581d6373b7b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:eb4963ad-91b0-48f4-b0c0-dd1069d45d7e
ModelName:BasicOnboardOmgrff..base_ubuntu18..module-0
ModelUuid:59db62e1-935a-449d-bb95-ce7d27ed513b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:269e072c-eddf-4db5-845a-38bfec499e2d
ModelInvariantUuid:9eda6027-cc93-41e8-91e3-87c667b3cb4e
ModelName:basic_onboard_oMGRfF-nodes.ubuntu18Cvfc
ModelUuid:c76aeec0-cfeb-4e9b-948e-d8149cd39066
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:29235f72-8e78-40b0-aa9f-cac86aed2bfd
ModelInvariantUuid:ea2f7312-b244-4637-b53d-69f3122bf6a4
ModelName:BasicOnboardOmgrff.compute.nodes.heat.ubuntu18
ModelUuid:5e3ac710-c665-4ae7-83e9-11a421d6d6a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-21T04:49:32.149Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e0dbcc0-1ce8-4610-898a-a85a55b58dd4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T04:49:32.151Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||basic_onboard_oMGRfF 0
2021-09-21T04:49:32.151Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e0dbcc0-1ce8-4610-898a-a85a55b58dd4
2021-09-21T04:49:32.151Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4cfe24a7-1685-4337-bac6-95d80ab4ae9a from URL: /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json
2021-09-21T04:49:32.151Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-21T04:49:32.151Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json
2021-09-21T04:49:33.809Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-21T04:49:33.809Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json 4cfe24a7-1685-4337-bac6-95d80ab4ae9a 798
2021-09-21T04:49:33.809Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json ASDC sendASDCNotification
2021-09-21T04:49:33.809Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json
2021-09-21T04:49:33.809Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T04:49:33.810Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:33.811Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:33.812Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199773809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:49:33.912Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:49:33.913Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:33.913Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:33.922Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:33.923Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:34.815Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOmgrff..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "eb4963ad-91b0-48f4-b0c0-dd1069d45d7e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "59db62e1-935a-449d-bb95-ce7d27ed513b",
"vfModuleModelCustomizationUUID": "759f2941-2feb-4047-b083-91a8c898fccf",
"isBase": true,
"artifacts": [
"dec702c6-b2f9-4ac4-9d70-95c89db91353",
"35e2ad01-ffa6-42fd-9e4e-6d1440fafe69"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-21T04:49:34.820Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOmgrff..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59db62e1-935a-449d-bb95-ce7d27ed513b
VfModuleModelInvariantUUID:eb4963ad-91b0-48f4-b0c0-dd1069d45d7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
dec702c6-b2f9-4ac4-9d70-95c89db91353
,
35e2ad01-ffa6-42fd-9e4e-6d1440fafe69
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-21T04:49:34.822Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOmgrff..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "eb4963ad-91b0-48f4-b0c0-dd1069d45d7e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "59db62e1-935a-449d-bb95-ce7d27ed513b",
"vfModuleModelCustomizationUUID": "759f2941-2feb-4047-b083-91a8c898fccf",
"isBase": true,
"artifacts": [
"dec702c6-b2f9-4ac4-9d70-95c89db91353",
"35e2ad01-ffa6-42fd-9e4e-6d1440fafe69"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-21T04:49:34.822Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOmgrff..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59db62e1-935a-449d-bb95-ce7d27ed513b
VfModuleModelInvariantUUID:eb4963ad-91b0-48f4-b0c0-dd1069d45d7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
dec702c6-b2f9-4ac4-9d70-95c89db91353
,
35e2ad01-ffa6-42fd-9e4e-6d1440fafe69
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-21T04:49:34.822Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dec702c6-b2f9-4ac4-9d70-95c89db91353 from URL: /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml
2021-09-21T04:49:34.823Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-21T04:49:34.823Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml
2021-09-21T04:49:35.342Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-21T04:49:35.342Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml dec702c6-b2f9-4ac4-9d70-95c89db91353 5033
2021-09-21T04:49:35.342Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-21T04:49:35.343Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml
2021-09-21T04:49:35.343Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T04:49:35.343Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:35.347Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:35.347Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199775342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:49:35.445Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-21T04:49:35.446Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:35.446Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:35.456Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:35.457Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:36.348Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 35e2ad01-ffa6-42fd-9e4e-6d1440fafe69 from URL: /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env
2021-09-21T04:49:36.349Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-21T04:49:36.349Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env
2021-09-21T04:49:36.518Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-21T04:49:36.518Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env 35e2ad01-ffa6-42fd-9e4e-6d1440fafe69 909
2021-09-21T04:49:36.518Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-21T04:49:36.519Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env
2021-09-21T04:49:36.519Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T04:49:36.519Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:36.521Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:36.521Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199776518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:49:36.621Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T04:49:36.622Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:36.622Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:36.633Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:36.634Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-21T04:49:37.522Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2a031839-216a-4e94-ad0f-2b112dd59f85
2021-09-21T04:49:37.523Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oMGRfF 0 7e0dbcc0-1ce8-4610-898a-a85a55b58dd4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T04:49:37.537Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4eb24876, org.onap.sdc.toscaparser.api.parameters.Input@6e7ccee7, org.onap.sdc.toscaparser.api.parameters.Input@4a84be5d, org.onap.sdc.toscaparser.api.parameters.Input@27558425, org.onap.sdc.toscaparser.api.parameters.Input@7bf89941]
2021-09-21T04:49:37.538Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.538Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:37.538Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-09-21T04:49:37.538Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1674df5e-1bb6-4849-89da-9581d6373b7b
2021-09-21T04:49:37.539Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1674df5e-1bb6-4849-89da-9581d6373b7b matches Tosca VF Customization UUID: 1674df5e-1bb6-4849-89da-9581d6373b7b
2021-09-21T04:49:37.539Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1674df5e-1bb6-4849-89da-9581d6373b7b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-21T04:49:37.541Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.541Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:37.541Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1674df5e-1bb6-4849-89da-9581d6373b7b: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-21T04:49:37.542Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@171d9e5e
2021-09-21T04:49:37.542Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.542Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T04:49:37.542Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 759f2941-2feb-4047-b083-91a8c898fccf
2021-09-21T04:49:37.542Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 759f2941-2feb-4047-b083-91a8c898fccf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-21T04:49:37.544Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.544Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria
2021-09-21T04:49:37.545Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:49:37.545Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.545Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria
2021-09-21T04:49:37.545Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:49:37.545Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.545Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is not matching search criteria
2021-09-21T04:49:37.546Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-21T04:49:37.546Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-21T04:49:37.546Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=269e072c-eddf-4db5-845a-38bfec499e2d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-21T04:49:37.548Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.548Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria
2021-09-21T04:49:37.548Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T04:49:37.548Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.548Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria
2021-09-21T04:49:37.548Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=1674df5e-1bb6-4849-89da-9581d6373b7b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T04:49:37.550Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.550Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:37.550Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2a031839-216a-4e94-ad0f-2b112dd59f85: basic_onboard_oMGRfF
2021-09-21T04:49:37.550Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.550Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T04:49:37.552Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_oMGRfF
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T04:49:37.624Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oMGRfF 7e0dbcc0-1ce8-4610-898a-a85a55b58dd4 1 ASDC deployResourceStructure
2021-09-21T04:49:37.624Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json ASDC sendASDCNotification
2021-09-21T04:49:37.624Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json
2021-09-21T04:49:37.625Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T04:49:37.625Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:37.628Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:37.628Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199777624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-21T04:49:37.728Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:49:37.729Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:37.729Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:37.739Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:37.739Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:38.629Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-21T04:49:38.630Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml
2021-09-21T04:49:38.630Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T04:49:38.631Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:38.633Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:38.633Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199778629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-21T04:49:38.734Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T04:49:38.734Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:38.735Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:38.745Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:38.745Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:39.635Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-21T04:49:39.636Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env
2021-09-21T04:49:39.636Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T04:49:39.636Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:39.639Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:39.639Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199779635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-21T04:49:39.739Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:49:39.740Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:39.740Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:39.750Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:39.751Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:40.641Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar ASDC sendASDCNotification
2021-09-21T04:49:40.641Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar
2021-09-21T04:49:40.641Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T04:49:40.641Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:49:40.645Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:49:40.645Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199780640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T04:49:40.745Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:49:40.746Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:49:40.746Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:49:40.757Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:49:40.757Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T04:49:41.645Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ce334c-7a34-4960-9c68-7f1633fbd9e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T04:49:41.660Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ce334c-7a34-4960-9c68-7f1633fbd9e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T04:49:41.666Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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=?
2021-09-21T04:49:41.671Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T04:50:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:50:11.234Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:50:11.234Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:50:11.672Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46ce334c-7a34-4960-9c68-7f1633fbd9e5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-21T04:50:11.678Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46ce334c-7a34-4960-9c68-7f1633fbd9e5 and serviceModelVersionId: 2a031839-216a-4e94-ad0f-2b112dd59f85
2021-09-21T04:50:11.678Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b74fcbae-20ab-4db2-9373-5a88dfb20041
2021-09-21T04:50:11.680Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0
2021-09-21T04:50:11.685Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T04:50:11.758Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0|INFO|500||Invoke
2021-09-21T04:50:11.758Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46ce334c-7a34-4960-9c68-7f1633fbd9e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ded2c6a-3065-4160-a814-0a37363c567c], X-ECOMP-RequestID=[46ce334c-7a34-4960-9c68-7f1633fbd9e5], X-TransactionId=[], X-ONAP-RequestID=[46ce334c-7a34-4960-9c68-7f1633fbd9e5], Content-Type=[application/merge-patch+json]}
2021-09-21T04:50:11.787Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-21T04:50:11.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:50:11.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199756945,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T04:50:11.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "NOTIFIED"
}
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-21T04:50:11.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T04:50:11.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199757960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T04:50:11.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199769629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:50:11.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199773809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199775342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199776518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199777624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199778629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199779635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-21T04:50:11.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:50:11.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:50:11.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199780640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T04:50:11.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:50:12.200Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-04:50:11:793-39987], vertex-id=[192744], Content-Length=[0], Date=[Tue, 21 Sep 2021 04:50:11 GMT], Content-Type=[application/json]}
2021-09-21T04:50:12.201Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-21T04:50:12.202Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0|INFO|500||InvokeReturn
2021-09-21T04:50:12.203Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T04:50:12.203Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T04:50:12.209Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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)
2021-09-21T04:50:12.209Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46ce334c-7a34-4960-9c68-7f1633fbd9e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T04:50:12.210Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T04:50:12.211Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-21T04:50:12.213Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T04:50:12.213Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199812210,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T04:50:12.313Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T04:50:12.314Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T04:50:12.314Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:50:12.325Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:50:12.325Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T04:50:13.227Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:50:13.227Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:50:13.227Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:50:22.769Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:50:22.770Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:50:22.770Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:50:22.771Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:50:32.310Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:50:32.311Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:50:32.311Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:50:32.311Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:50:41.847Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:51:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:51:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:51:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:51:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:51:11.234Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:51:11.234Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:51:11.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:51:11.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T04:51:11.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632199812210,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T04:51:11.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T04:51:20.779Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:52:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:52:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:52:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:52:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:52:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:52:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:52:20.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:52:20.777Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:53:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:53:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:53:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:53:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:53:11.234Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:53:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:53:20.778Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:53:20.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:54:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:54:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:54:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:54:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:54:11.233Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:54:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:54:20.775Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:54:20.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:55:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:55:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:55:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:55:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:55:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:55:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:55:20.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:55:20.780Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:56:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:56:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:56:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:56:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:56:11.233Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:56:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:56:20.775Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:56:20.775Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:57:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:57:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:57:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:57:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:57:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:57:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:57:20.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:57:20.779Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:58:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:58:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:58:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:58:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:58:11.233Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:58:11.234Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:58:20.776Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:58:20.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:59:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:59:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:59:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:59:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T04:59:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T04:59:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T04:59:20.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T04:59:20.779Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T05:00:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T05:00:11.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T05:00:11.232Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T05:00:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T05:00:11.233Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T05:00:11.233Z||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 4PJDHCUAOiOJEgHE) ...
2021-09-21T05:00:11.859Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T05:00:11.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3a397f8-2ed4-49c6-b851-96747581ef22","serviceName":"Demo_pNF_z6hkKYqG3J2ZYzMGKVAE","serviceVersion":"1.0","serviceUUID":"a2782430-bade-4bd6-a9d5-acd5d6cffc04","serviceDescription":"catalog service description","serviceInvariantUUID":"dba45d17-f3f8-437b-8023-6e20529e15f9","resources":[{"resourceInstanceName":"pNF 9587c19d-1cf9 0","resourceName":"pNF 9587c19d-1cf9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"804a1b92-5618-4a89-bd5c-01346e5a84c3","resourceInvariantUUID":"b5e48f60-e2df-4363-b550-494594ebfa47","resourceCustomizationUUID":"9c043008-9cc7-49af-8e4f-0dab1c9c1ea9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml","artifactChecksum":"NjdmMDgyNDY4ZGE4NDg0ZGEyZjJmNjlhMDc0ODg4OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"409f5b68-5277-488c-b8d9-a1bf837bbecf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar","artifactChecksum":"YWM4MzZmOWZmMTRmM2FjODlhMTExNGNmNWU2ZjYyODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6482f1b3-6e03-40cd-ae2c-4d728a7427b8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ab6a1ef-bd6b-46ec-a507-969d54a92fdd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml","artifactChecksum":"NmU1NzAxMmI3OTk4NDQwOTQ0NWU3NTY0N2ZlZjc0NTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d7913ea-4cb2-48a2-979b-c5a32a7c7154","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14d05fa0-f5cb-4ab6-aa2d-383f96d6ad76","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f62d9bc-1a9a-4e86-aa44-5e63d5a264c6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml","artifactChecksum":"Y2RiOTM3MDFiNDJiODcyODc3YzkyZDJhN2EyYWRlZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fe40b84-eb4c-412d-838b-8e8e9d159c96","artifactVersion":"1"},{"artifactName":"service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar","artifactChecksum":"MTA3NjgzOTczNDc2MmVmZDAxMTU3MTY2OGZjYzAyZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2e6eabf-5147-4768-92b3-d23bb69cfd55","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T05:00:11.862Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T05:00:11.862Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-21T05:00:11.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T05:00:11.864Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T05:00:11.864Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632200411231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "dcae-sch",
"timestamp": 1632200367396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632200369761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "cds",
"timestamp": 1632200365500,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "aai-ml",
"timestamp": 1632200362431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "clamp",
"timestamp": 1632200365010,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632200370155,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "ves-openapi-manager",
"timestamp": 1632200370812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "dcae-sch",
"timestamp": 1632200367396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632200369761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "cds",
"timestamp": 1632200365500,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "clamp",
"timestamp": 1632200365010,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632200370155,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "aai-ml",
"timestamp": 1632200362431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "ves-openapi-manager",
"timestamp": 1632200370812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "dcae-sch",
"timestamp": 1632200367396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632200369761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "cds",
"timestamp": 1632200365500,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "aai-ml",
"timestamp": 1632200362431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632200370155,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "clamp",
"timestamp": 1632200365010,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "ves-openapi-manager",
"timestamp": 1632200370812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "dcae-sch",
"timestamp": 1632200367396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632200369761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "cds",
"timestamp": 1632200365500,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "aai-ml",
"timestamp": 1632200362431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632200370155,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "clamp",
"timestamp": 1632200365010,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "ves-openapi-manager",
"timestamp": 1632200370812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "dcae-sch",
"timestamp": 1632200367396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632200369761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "cds",
"timestamp": 1632200365500,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "aai-ml",
"timestamp": 1632200362431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632200370155,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "clamp",
"timestamp": 1632200365010,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "ves-openapi-manager",
"timestamp": 1632200370812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "dcae-sch",
"timestamp": 1632200367396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632200369761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "cds",
"timestamp": 1632200365500,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "aai-ml",
"timestamp": 1632200362431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632200370155,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "clamp",
"timestamp": 1632200365010,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "ves-openapi-manager",
"timestamp": 1632200370812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "policy-id",
"timestamp": 1632200376144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "dcae-sch",
"timestamp": 1632200367396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632200369761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "cds",
"timestamp": 1632200365500,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "aai-ml",
"timestamp": 1632200362431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632200370155,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "clamp",
"timestamp": 1632200365010,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "ves-openapi-manager",
"timestamp": 1632200370812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "policy-id",
"timestamp": 1632200376144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "dcae-sch",
"timestamp": 1632200367396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632200369761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "cds",
"timestamp": 1632200365500,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "aai-ml",
"timestamp": 1632200362431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632200370155,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "clamp",
"timestamp": 1632200365010,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "ves-openapi-manager",
"timestamp": 1632200370812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "policy-id",
"timestamp": 1632200376144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632200379413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "cds",
"timestamp": 1632200379418,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "aai-ml",
"timestamp": 1632200379423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "ves-openapi-manager",
"timestamp": 1632200379767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "policy-id",
"timestamp": 1632200376144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "cds",
"timestamp": 1632200380424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T05:00:11.891Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3a397f8-2ed4-49c6-b851-96747581ef22
2021-09-21T05:00:11.891Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a397f8-2ed4-49c6-b851-96747581ef22 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T05:00:11.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "policy-id",
"timestamp": 1632200376144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "ves-openapi-manager",
"timestamp": 1632200381015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-09-21T05:00:11.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632200381150,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T05:00:11.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "policy-id",
"timestamp": 1632200376144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "ves-openapi-manager",
"timestamp": 1632200382019,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T05:00:11.904Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c3a397f8-2ed4-49c6-b851-96747581ef22
2021-09-21T05:00:11.904Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a397f8-2ed4-49c6-b851-96747581ef22 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T05:00:11.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632200382153,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T05:00:11.919Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3a397f8-2ed4-49c6-b851-96747581ef22
2021-09-21T05:00:11.920Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a397f8-2ed4-49c6-b851-96747581ef22 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T05:00:11.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "policy-id",
"timestamp": 1632200376144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:11.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "policy-id",
"timestamp": 1632200376144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T05:00:11.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-21T05:00:11.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "clamp",
"timestamp": 1632200384142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T05:00:11.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T05:00:11.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "aai-ml",
"timestamp": 1632200384315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T05:00:11.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T05:00:11.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "aai-ml",
"timestamp": 1632200385318,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T05:00:11.934Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3a397f8-2ed4-49c6-b851-96747581ef22
2021-09-21T05:00:11.934Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a397f8-2ed4-49c6-b851-96747581ef22 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T05:00:11.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "clamp",
"timestamp": 1632200386150,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T05:00:11.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T05:00:11.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "policy-id",
"timestamp": 1632200386242,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T05:00:11.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T05:00:11.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "clamp",
"timestamp": 1632200387152,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T05:00:11.949Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3a397f8-2ed4-49c6-b851-96747581ef22
2021-09-21T05:00:11.949Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a397f8-2ed4-49c6-b851-96747581ef22 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T05:00:11.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "policy-id",
"timestamp": 1632200387248,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T05:00:11.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T05:00:11.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T05:00:11.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "policy-id",
"timestamp": 1632200388250,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T05:00:11.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3a397f8-2ed4-49c6-b851-96747581ef22
2021-09-21T05:00:11.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a397f8-2ed4-49c6-b851-96747581ef22 and ComponentName POLICY
2021-09-21T05:00:11.964Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
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=?
2021-09-21T05:00:11.965Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T05:00:11.965Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T05:00:11.972Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T05:00:11.972Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-21T05:00:12.865Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T05:00:12.866Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-21T05:00:12.868Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T05:00:12.868Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632200411231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:12.968Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T05:00:12.969Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T05:00:12.969Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T05:00:12.979Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T05:00:12.979Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T05:00:13.869Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T05:00:13.869Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-21T05:00:13.871Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T05:00:13.871Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632200411231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:13.971Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T05:00:13.972Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T05:00:13.972Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T05:00:13.980Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T05:00:13.980Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-21T05:00:14.872Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T05:00:14.873Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-21T05:00:14.874Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T05:00:14.875Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632200411231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:14.975Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T05:00:14.975Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T05:00:14.975Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T05:00:14.985Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T05:00:14.986Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T05:00:15.875Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T05:00:15.876Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-21T05:00:15.877Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T05:00:15.878Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632200411231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:15.978Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T05:00:15.979Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T05:00:15.979Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T05:00:15.989Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T05:00:15.990Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T05:00:16.878Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T05:00:16.879Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-21T05:00:16.881Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T05:00:16.881Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632200411231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:16.981Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T05:00:16.982Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T05:00:16.982Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T05:00:16.991Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T05:00:16.991Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-21T05:00:17.883Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T05:00:17.884Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-21T05:00:17.886Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T05:00:17.886Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632200411231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T05:00:17.986Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T05:00:17.987Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T05:00:17.987Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T05:00:17.997Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T05:00:17.997Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T05:00:18.887Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T05:00:18.887Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-21T05:00:18.889Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T05:00:18.889Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632200411231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T05:00:18.989Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T05:00:18.990Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T05:00:18.990Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T05:00:18.999Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T05:00:18.999Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T05:00:19.890Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"serviceName": "Demo_pNF_z6hkKYqG3J2ZYzMGKVAE",
"serviceVersion": "1.0",
"serviceUUID": "a2782430-bade-4bd6-a9d5-acd5d6cffc04",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "dba45d17-f3f8-437b-8023-6e20529e15f9",
"resources": [
{
"resourceInstanceName": "pNF 9587c19d-1cf9 0",
"resourceCustomizationUUID": "9c043008-9cc7-49af-8e4f-0dab1c9c1ea9",
"resourceName": "pNF 9587c19d-1cf9",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "804a1b92-5618-4a89-bd5c-01346e5a84c3",
"resourceInvariantUUID": "b5e48f60-e2df-4363-b550-494594ebfa47",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"artifactChecksum": "MTA3NjgzOTczNDc2MmVmZDAxMTU3MTY2OGZjYzAyZmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c2e6eabf-5147-4768-92b3-d23bb69cfd55"
}
],
"workloadContext": "Production"
}
2021-09-21T05:00:19.890Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T05:00:19.891Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a2782430-bade-4bd6-a9d5-acd5d6cffc04 ASDC
2021-09-21T05:00:19.891Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c3a397f8-2ed4-49c6-b851-96747581ef22
ServiceName:Demo_pNF_z6hkKYqG3J2ZYzMGKVAE
ServiceVersion:1.0
ServiceUUID:a2782430-bade-4bd6-a9d5-acd5d6cffc04
ServiceInvariantUUID:dba45d17-f3f8-437b-8023-6e20529e15f9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
ArtifactUUID:c2e6eabf-5147-4768-92b3-d23bb69cfd55
ArtifactChecksum:MTA3NjgzOTczNDc2MmVmZDAxMTU3MTY2OGZjYzAyZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9587c19d-1cf9 0
ResourceCustomizationUUID:9c043008-9cc7-49af-8e4f-0dab1c9c1ea9
ResourceInvariantUUID:b5e48f60-e2df-4363-b550-494594ebfa47
ResourceName:pNF 9587c19d-1cf9
ResourceType:PNF
ResourceUUID:804a1b92-5618-4a89-bd5c-01346e5a84c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-21T05:00:19.891Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2782430-bade-4bd6-a9d5-acd5d6cffc04 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T05:00:19.917Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T05:00:19.918Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-21T05:00:19.918Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-21T05:00:19.918Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c2e6eabf-5147-4768-92b3-d23bb69cfd55 from URL: /sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:19.918Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-21T05:00:19.918Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:20.339Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-21T05:00:20.345Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar c2e6eabf-5147-4768-92b3-d23bb69cfd55 82565
2021-09-21T05:00:20.346Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar ASDC sendASDCNotification
2021-09-21T05:00:20.346Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:20.346Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T05:00:20.346Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-21T05:00:20.348Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T05:00:20.348Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632200420346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T05:00:20.448Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T05:00:20.449Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-21T05:00:20.449Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ...
2021-09-21T05:00:20.461Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T05:00:20.461Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-21T05:00:21.349Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T05:00:21.350Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-21T05:00:21.351Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c2e6eabf-5147-4768-92b3-d23bb69cfd55, URL: /sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar to file: /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:21.351Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:21.352Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:21.352Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:21.439Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9226565149560394727/Definitions/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml
2021-09-21T05:00:22.062Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T05:00:22.062Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9587c19d-1cf9 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Node template pNF 9587c19d-1cf9 0 is matching search criteria
2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 9587c19d-1cf9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Node template pNF 9587c19d-1cf9 0 is matching search criteria
2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 9587c19d-1cf9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T05:00:22.066Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T05:00:22.066Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_z6hkKYqG3J2ZYzMGKVAE
Description:catalog service description
Model UUID:a2782430-bade-4bd6-a9d5-acd5d6cffc04
Model Version:NULL
Model InvariantUuid:dba45d17-f3f8-437b-8023-6e20529e15f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-21T05:00:22.075Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 804a1b92-5618-4a89-bd5c-01346e5a84c3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T05:00:22.078Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||pNF 9587c19d-1cf9 0
2021-09-21T05:00:22.078Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 804a1b92-5618-4a89-bd5c-01346e5a84c3
2021-09-21T05:00:22.079Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||No resources found for Service: a2782430-bade-4bd6-a9d5-acd5d6cffc04
2021-09-21T05:00:22.079Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a2782430-bade-4bd6-a9d5-acd5d6cffc04
2021-09-21T05:00:22.079Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9587c19d-1cf9 0 804a1b92-5618-4a89-bd5c-01346e5a84c3 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T05:00:22.084Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5835cf63, org.onap.sdc.toscaparser.api.parameters.Input@b445031, org.onap.sdc.toscaparser.api.parameters.Input@3a0630c7, org.onap.sdc.toscaparser.api.parameters.Input@2e4833ed, org.onap.sdc.toscaparser.api.parameters.Input@5870af90]
2021-09-21T05:00:22.085Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery