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-24T00:54:47.405Z||main|||||INFO|500||The following profiles are active: basic
2021-09-24T00:54:57.412Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-24T00:54:57.412Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-24T00:54:57.492Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-24T00:54:59.825Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-24T00:54:59.983Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-24T00:55:00.387Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-24T00:55:00.395Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-24T00:55:00.468Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-24T00:55:00.609Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-24T00:55:00.985Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-24T00:55:01.747Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-24T00:55:03.737Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-24T00:55:03.780Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-24T00:55:04.292Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-24T00:55:04.439Z||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-24T00:55:05.631Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-24T00:55:06.595Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-24T00:55:06.618Z||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$$e5540ea0.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-24T00:55:06.619Z||main|||||WARN|500||The sdc end point is not alive
2021-09-24T00:55:09.595Z||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-24T00:55:12.209Z||main|||||WARN|500||---
2021-09-24T00:55:12.210Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-24T00:55:12.210Z||main|||||WARN|500||---
2021-09-24T00:55:12.650Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-24T00:55:16.791Z||main|||||INFO|500||Started Application in 33.935 seconds (JVM running for 35.054)
2021-09-24T00:55:16.809Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T00:55:16.810Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T00:55:16.818Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T00:55:16.840Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T00:55:16.918Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 267eecdf-43a6-423b-a0be-42e32888b71a url= /sdc/v1/artifactTypes
2021-09-24T00:55:16.918Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T00:55:18.017Z||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.28.114] 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$$e85dac3d.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-24T00:55:18.024Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32f20720
2021-09-24T00:55:18.024Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-24T00:55:18.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-24T00:55:18.036Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-24T00:55:18.038Z||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$$e85dac3d.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-24T00:56:06.778Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T00:56:06.779Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T00:56:06.783Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T00:56:06.786Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T00:56:06.795Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa05815a-02ab-4daf-b2d2-37c7c450c1d0 url= /sdc/v1/artifactTypes
2021-09-24T00:56:06.795Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T00:56:07.837Z||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.28.114] 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$$e85dac3d.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-24T00:56:07.838Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2817562d
2021-09-24T00:56:07.838Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-24T00:56:07.838Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-24T00:56:07.838Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-24T00:56:07.839Z||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$$e85dac3d.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-24T00:56:56.778Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T00:56:56.779Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T00:56:56.779Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T00:56:56.784Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T00:56:56.791Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 841ceb9e-bd2a-444a-b2de-be19fa6b9c1a url= /sdc/v1/artifactTypes
2021-09-24T00:56:56.791Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T00:56:57.822Z||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.28.114] 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$$e85dac3d.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-24T00:56:57.822Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45f0cab7
2021-09-24T00:56:57.822Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-24T00:56:57.823Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-24T00:56:57.823Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-24T00:56:57.823Z||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$$e85dac3d.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-24T00:57:46.779Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T00:57:46.780Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T00:57:46.780Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T00:57:46.784Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T00:57:46.790Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 64e58344-be1c-48c4-a7d0-c0fcfd1458f5 url= /sdc/v1/artifactTypes
2021-09-24T00:57:46.790Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T00:57:47.841Z||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.28.114] 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$$e85dac3d.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-24T00:57:47.842Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ab4b8f5
2021-09-24T00:57:47.843Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-24T00:57:47.844Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-24T00:57:47.844Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-24T00:57:47.845Z||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$$e85dac3d.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-24T00:58:36.779Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T00:58:36.780Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T00:58:36.780Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T00:58:36.784Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T00:58:36.788Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0d55291-c029-4af5-9f55-726a95a54d2e url= /sdc/v1/artifactTypes
2021-09-24T00:58:36.788Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T00:58:37.046Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-24T00:58:37.052Z||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-24T00:58:37.072Z||scheduling-1|||||DEBUG|500||create keys
2021-09-24T00:58:37.080Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-24T00:58:37.110Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T00:58:37.125Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 240537b3-26a1-47eb-8649-a24231e7ce11 url= /sdc/v1/registerForDistribution
2021-09-24T00:58:37.220Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 240537b3-26a1-47eb-8649-a24231e7ce11 url= /sdc/v1/registerForDistribution
2021-09-24T00:58:37.221Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-24T00:58:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T00:58:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T00:58:37.234Z||pool-2-thread-1|||||WARN|500||GET http://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-24T00:58:37.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-24T00:58:37.234Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T00:58:37.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 KYWojB7SLaco2JbJ) ...
2021-09-24T00:58:37.236Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-24T00:58:47.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T00:58:47.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T00:59:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T00:59:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T00:59:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T00:59:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T00:59:37.231Z||pool-2-thread-3|||||WARN|500||GET http://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-24T00:59:37.231Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T00:59:46.790Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T00:59:46.790Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:00:37.227Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:00:37.228Z||pool-2-thread-2|||||WARN|500||GET http://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-24T01:00:37.228Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:00:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:00:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T01:00:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:00:46.784Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:00:46.787Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:01:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:01:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:01:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:01:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:01:37.230Z||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-24T01:01:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:01:46.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:01:46.786Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:02:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:02:37.228Z||pool-2-thread-6|||||WARN|500||GET http://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-24T01:02:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:02:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:02:37.230Z||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-24T01:02:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:02:46.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:02:46.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:03:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:03:37.228Z||pool-2-thread-6|||||WARN|500||GET http://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-24T01:03:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:03:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:03:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T01:03:37.231Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:03:46.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:03:46.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:04:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:04:37.228Z||pool-2-thread-6|||||WARN|500||GET http://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-24T01:04:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:04:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:04:37.230Z||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-24T01:04:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:04:46.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:04:46.784Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:05:23.657Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-24T01:05:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:05:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:05:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:05:37.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:05:37.231Z||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-24T01:05:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:05:46.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:05:46.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:06:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:06:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:06:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:06:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:06:37.230Z||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-24T01:06:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:06:46.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:06:46.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:07:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:07:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:07:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:07:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:07:37.231Z||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-24T01:07:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:07:46.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:07:46.784Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:08:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:08:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:08:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:08:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:08:37.230Z||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-24T01:08:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:08:46.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:08:46.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:09:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:09:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:09:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:09:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:09:37.230Z||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-24T01:09:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:09:46.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:09:46.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:10:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:10:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:10:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:10:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:10:37.230Z||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-24T01:10:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:10:46.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:10:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:11:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:11:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:11:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:11:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:11:37.230Z||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-24T01:11:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:11:46.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:11:46.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:12:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:12:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:12:37.229Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:12:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:12:37.231Z||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-24T01:12:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:12:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:12:46.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:13:37.228Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:13:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:13:37.232Z||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-24T01:13:37.232Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:13:37.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-24T01:13:37.233Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:13:46.789Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:13:46.791Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:14:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:14:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:14:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:14:37.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:14:37.230Z||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-24T01:14:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:14:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:14:46.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:15:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:15:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:15:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:15:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:15:37.230Z||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-24T01:15:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:15:46.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:15:46.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:16:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:16:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:16:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:16:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:16:37.230Z||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-24T01:16:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:16:46.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:16:46.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:17:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:17:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:17:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:17:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:17:37.230Z||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-24T01:17:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:17:46.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:17:46.783Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:18:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:18:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:18:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:18:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:18:37.230Z||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-24T01:18:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:18:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:18:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:19:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:19:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:19:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:19:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:19:37.230Z||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-24T01:19:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:19:46.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:19:46.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:20:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:20:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:20:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:20:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:20:37.230Z||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-24T01:20:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:20:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:20:46.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:21:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:21:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:21:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:21:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:21:37.230Z||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-24T01:21:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:21:46.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:21:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:22:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:22:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:22:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:22:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:22:37.230Z||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-24T01:22:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:22:46.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:22:46.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:23:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:23:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:23:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:23:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:23:37.230Z||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-24T01:23:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:23:46.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:23:46.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:24:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:24:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:24:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:24:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:24:37.231Z||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-24T01:24:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:24:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:24:46.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:25:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:25:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:25:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:25:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:25:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T01:25:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:25:46.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:25:46.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:26:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:26:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:26:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:26:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:26:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T01:26:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:26:46.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:26:46.789Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:27:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:27:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:27:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:27:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:27:37.230Z||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-24T01:27:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:27:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:27:46.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:28:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:28:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:28:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:28:37.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:28:37.230Z||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-24T01:28:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:28:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:28:46.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:29:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:29:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:29:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:29:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:29:37.230Z||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-24T01:29:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:29:46.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:29:46.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:30:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:30:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:30:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:30:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:30:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T01:30:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:30:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:30:46.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:31:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:31:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:31:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:31:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:31:37.231Z||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-24T01:31:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:31:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:31:46.783Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:32:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:32:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:32:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:32:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:32:37.231Z||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-24T01:32:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:32:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:32:46.784Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:33:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:33:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:33:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:33:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:33:37.230Z||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-24T01:33:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:33:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:33:46.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:34:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:34:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:34:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:34:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:34:37.230Z||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-24T01:34:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:34:46.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:34:46.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:35:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:35:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:35:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:35:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:35:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T01:35:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:35:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:35:46.779Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:36:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:36:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T01:36:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:36:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:36:37.230Z||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-24T01:36:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:36:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:36:46.783Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:37:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:37:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:37:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:37:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:37:37.230Z||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-24T01:37:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:37:46.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:37:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:38:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:38:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:38:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:38:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:38:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T01:38:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:38:46.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:38:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:39:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:39:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:39:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:39:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:39:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T01:39:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:39:46.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:39:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:40:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:40:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:40:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:40:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:40:37.231Z||pool-2-thread-3|||||WARN|500||GET http://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-24T01:40:37.231Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:40:46.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:40:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:41:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:41:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:41:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:41:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:41:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T01:41:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:41:46.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:41:46.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:42:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:42:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:42:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:42:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:42:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T01:42:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:42:46.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:42:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:43:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:43:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:43:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:43:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:43:37.230Z||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-24T01:43:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:43:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:43:46.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:44:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:44:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:44:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:44:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:44:37.230Z||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-24T01:44:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:44:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:44:46.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:45:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:45:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:45:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:45:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:45:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T01:45:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:45:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:45:46.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:46:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:46:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:46:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:46:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:46:37.230Z||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-24T01:46:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:46:46.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:46:46.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:47:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:47:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:47:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:47:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:47:37.230Z||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-24T01:47:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:47:46.784Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:47:46.786Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:48:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:48:37.229Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:48:37.230Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:48:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:48:37.230Z||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-24T01:48:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:48:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:48:46.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:49:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:49:37.229Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:49:37.229Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:49:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:49:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T01:49:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:49:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:49:46.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:50:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:50:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:50:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:50:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:50:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T01:50:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:50:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:50:46.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:51:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:51:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:51:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:51:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:51:37.230Z||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-24T01:51:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:51:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:51:46.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:52:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:52:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:52:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:52:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:52:37.230Z||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-24T01:52:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:52:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:52:46.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:53:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:53:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:53:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:53:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:53:37.230Z||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-24T01:53:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:53:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:53:46.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:54:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:54:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:54:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:54:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:54:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T01:54:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:54:46.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:54:46.787Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:55:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:55:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:55:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:55:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:55:37.231Z||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-24T01:55:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:55:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:55:46.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:56:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:56:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:56:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:56:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:56:37.230Z||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-24T01:56:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:56:46.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:56:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:57:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:57:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:57:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:57:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:57:37.230Z||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-24T01:57:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:57:46.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:57:46.782Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:58:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:58:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:58:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:58:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:58:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T01:58:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:58:46.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:58:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:59:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:59:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T01:59:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T01:59:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T01:59:37.230Z||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-24T01:59:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T01:59:46.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T01:59:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:00:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:00:37.228Z||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-24T02:00:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:00:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:00:37.230Z||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-24T02:00:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:00:46.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:00:46.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:01:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:01:37.227Z||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-24T02:01:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:01:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:01:37.230Z||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-24T02:01:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:01:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:01:46.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:02:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:02:37.227Z||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-24T02:02:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:02:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:02:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T02:02:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:02:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:02:46.781Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:03:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:03:37.227Z||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-24T02:03:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:03:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:03:37.230Z||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-24T02:03:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:03:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:03:46.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:04:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:04:37.228Z||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-24T02:04:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:04:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:04:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T02:04:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:04:46.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:04:46.784Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:05:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:05:37.227Z||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-24T02:05:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:05:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:05:37.230Z||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-24T02:05:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:05:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:05:46.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:06:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:06:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:06:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:06:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:06:37.230Z||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-24T02:06:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:06:46.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:06:46.782Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:07:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:07:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:07:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:07:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:07:37.230Z||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-24T02:07:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:07:46.782Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:07:46.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:08:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:08:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:08:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:08:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:08:37.230Z||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-24T02:08:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:08:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:08:46.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:09:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:09:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:09:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:09:37.229Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:09:37.230Z||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-24T02:09:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:09:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:09:46.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:10:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:10:37.228Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:10:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:10:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:10:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T02:10:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:10:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:10:46.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:11:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:11:37.228Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:11:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:11:37.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:11:37.230Z||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-24T02:11:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:11:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:11:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:12:37.226Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:12:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:12:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:12:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:12:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T02:12:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:12:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:12:46.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:13:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:13:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:13:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:13:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:13:37.230Z||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-24T02:13:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:13:46.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:13:46.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:14:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:14:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:14:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:14:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:14:37.230Z||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-24T02:14:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:14:46.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:14:46.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:15:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:15:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:15:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:15:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:15:37.230Z||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-24T02:15:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:15:46.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:15:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:16:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:16:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:16:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:16:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:16:37.230Z||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-24T02:16:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:16:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:16:46.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:17:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:17:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:17:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:17:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:17:37.230Z||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-24T02:17:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:17:46.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:17:46.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:18:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:18:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:18:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:18:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:18:37.230Z||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-24T02:18:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:18:46.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:18:46.780Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:19:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:19:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:19:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:19:37.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:19:37.230Z||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-24T02:19:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:19:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:19:46.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:20:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:20:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:20:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:20:37.229Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:20:37.230Z||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-24T02:20:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:20:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:20:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:21:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:21:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:21:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:21:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:21:37.230Z||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-24T02:21:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:21:46.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:21:46.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:22:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:22:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:22:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:22:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:22:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T02:22:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:22:46.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:22:46.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:23:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:23:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:23:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:23:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:23:37.230Z||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-24T02:23:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:23:46.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:23:46.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:24:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:24:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:24:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:24:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:24:37.230Z||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-24T02:24:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:24:46.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:24:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:25:37.226Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:25:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:25:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:25:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:25:37.230Z||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-24T02:25:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:25:46.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:25:46.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:26:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:26:37.228Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:26:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:26:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:26:37.230Z||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-24T02:26:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:26:46.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:26:46.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:27:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:27:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T02:27:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:27:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:27:37.230Z||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-24T02:27:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:27:46.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:27:46.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:28:37.227Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:28:37.227Z||pool-2-thread-5|||||WARN|500||GET http://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-24T02:28:37.227Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:28:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:28:37.230Z||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-24T02:28:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:28:46.775Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:28:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:29:37.227Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:29:37.227Z||pool-2-thread-5|||||WARN|500||GET http://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-24T02:29:37.227Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:29:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:29:37.230Z||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-24T02:29:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:29:46.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:29:46.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:30:37.227Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:30:37.227Z||pool-2-thread-5|||||WARN|500||GET http://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-24T02:30:37.227Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:30:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:30:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T02:30:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:30:46.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:30:46.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:31:37.227Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:31:37.227Z||pool-2-thread-5|||||WARN|500||GET http://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-24T02:31:37.227Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:31:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:31:37.231Z||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-24T02:31:37.232Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:31:46.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:31:46.773Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:32:37.228Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:32:37.230Z||pool-2-thread-5|||||WARN|500||GET http://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-24T02:32:37.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:32:37.230Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:32:37.230Z||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-24T02:32:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:32:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:32:46.780Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:33:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:33:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:33:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:33:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:33:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T02:33:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:33:46.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:33:46.774Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:34:37.226Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:34:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:34:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:34:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:34:37.231Z||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-24T02:34:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:34:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:34:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:35:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:35:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:35:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:35:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:35:37.230Z||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-24T02:35:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:35:46.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:35:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:36:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:36:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:36:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:36:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:36:37.230Z||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-24T02:36:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:36:46.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:36:46.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:37:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:37:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:37:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:37:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:37:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T02:37:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:37:46.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:37:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:38:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:38:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:38:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:38:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:38:37.230Z||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-24T02:38:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:38:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:38:46.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:39:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:39:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:39:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:39:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:39:37.230Z||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-24T02:39:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:39:46.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:39:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:40:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:40:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:40:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:40:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:40:37.230Z||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-24T02:40:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:40:46.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:40:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:41:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:41:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:41:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:41:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:41:37.230Z||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-24T02:41:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:41:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:41:46.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:42:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:42:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:42:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:42:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:42:37.230Z||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-24T02:42:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:42:46.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:42:46.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:43:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:43:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:43:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:43:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:43:37.230Z||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-24T02:43:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:43:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:43:46.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:44:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:44:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:44:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:44:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:44:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T02:44:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:44:46.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:44:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:45:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:45:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:45:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:45:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:45:37.230Z||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-24T02:45:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:45:46.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:45:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:46:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:46:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:46:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:46:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:46:37.230Z||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-24T02:46:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:46:46.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:46:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:47:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:47:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:47:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:47:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:47:37.230Z||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-24T02:47:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:47:46.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:47:46.776Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:48:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:48:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:48:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:48:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:48:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T02:48:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:48:46.770Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:48:46.774Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:49:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:49:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:49:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:49:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:49:37.231Z||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-24T02:49:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:49:46.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:49:46.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:50:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:50:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:50:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:50:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:50:37.230Z||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-24T02:50:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:50:46.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:50:46.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:51:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:51:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:51:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:51:37.229Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:51:37.230Z||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-24T02:51:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:51:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:51:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:52:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:52:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:52:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:52:37.229Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:52:37.230Z||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-24T02:52:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:52:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:52:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:53:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:53:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:53:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:53:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:53:37.230Z||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-24T02:53:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:53:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:53:46.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:54:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:54:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:54:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:54:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:54:37.230Z||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-24T02:54:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:54:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:54:46.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:55:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:55:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:55:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:55:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:55:37.230Z||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-24T02:55:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:55:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:55:46.785Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:56:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:56:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:56:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:56:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:56:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T02:56:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:56:46.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:56:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:57:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:57:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:57:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:57:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:57:37.230Z||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-24T02:57:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:57:46.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:57:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:58:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:58:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:58:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:58:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:58:37.230Z||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-24T02:58:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:58:46.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:58:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:59:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:59:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T02:59:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T02:59:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T02:59:37.230Z||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-24T02:59:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T02:59:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T02:59:46.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:00:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:00:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T03:00:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:00:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:00:37.230Z||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-24T03:00:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:00:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:00:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:01:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:01:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T03:01:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:01:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:01:37.230Z||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-24T03:01:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:01:46.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:01:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:02:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:02:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T03:02:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:02:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:02:37.230Z||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-24T03:02:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:02:46.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:02:46.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:03:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:03:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:03:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:03:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:03:37.230Z||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-24T03:03:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:03:46.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:03:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:04:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:04:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:04:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:04:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:04:37.230Z||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-24T03:04:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:04:46.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:04:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:05:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:05:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:05:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:05:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:05:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T03:05:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:05:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:05:46.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:06:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:06:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:06:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:06:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:06:37.230Z||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-24T03:06:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:06:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:06:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:07:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:07:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:07:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:07:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:07:37.230Z||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-24T03:07:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:07:46.805Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:07:46.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:08:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:08:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:08:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:08:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:08:37.230Z||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-24T03:08:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:08:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:08:46.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:09:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:09:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:09:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:09:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:09:37.230Z||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-24T03:09:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:09:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:09:46.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:10:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:10:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:10:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:10:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:10:37.230Z||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-24T03:10:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:10:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:10:46.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:11:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:11:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:11:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:11:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:11:37.230Z||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-24T03:11:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:11:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:11:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:12:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:12:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:12:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:12:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:12:37.230Z||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-24T03:12:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:12:46.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:12:46.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:13:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:13:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:13:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:13:37.231Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:13:37.231Z||pool-2-thread-3|||||WARN|500||GET http://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-24T03:13:37.231Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:13:46.776Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:13:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:14:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:14:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:14:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:14:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:14:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T03:14:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:14:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:14:46.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:15:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:15:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:15:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:15:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:15:37.230Z||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-24T03:15:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:15:46.768Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:15:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:16:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:16:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:16:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:16:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:16:37.230Z||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-24T03:16:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:16:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:16:46.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:17:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:17:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:17:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:17:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:17:37.230Z||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-24T03:17:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:17:46.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:17:46.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:18:37.228Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:18:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:18:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:18:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:18:37.230Z||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-24T03:18:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:18:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:18:46.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:19:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:19:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:19:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:19:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:19:37.230Z||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-24T03:19:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:19:46.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:19:46.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:20:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:20:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:20:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:20:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:20:37.230Z||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-24T03:20:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:20:46.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:20:46.782Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:21:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:21:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:21:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:21:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:21:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T03:21:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:21:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:21:46.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:22:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:22:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:22:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:22:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:22:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T03:22:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:22:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:22:46.778Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:23:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:23:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:23:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:23:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:23:37.230Z||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-24T03:23:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:23:46.772Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:23:46.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:24:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:24:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:24:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:24:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:24:37.230Z||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-24T03:24:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:24:46.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:24:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:25:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:25:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:25:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:25:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:25:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T03:25:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:25:46.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:25:46.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:26:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:26:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:26:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:26:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:26:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T03:26:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:26:46.778Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:26:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:27:37.226Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:27:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:27:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:27:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:27:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T03:27:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:27:46.773Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:27:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:28:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:28:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:28:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:28:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:28:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T03:28:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:28:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:28:46.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:29:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:29:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T03:29:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:29:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:29:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T03:29:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:29:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:29:46.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:30:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:30:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T03:30:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:30:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:30:37.230Z||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-24T03:30:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:30:46.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:30:46.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:31:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:31:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T03:31:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:31:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:31:37.230Z||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-24T03:31:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:31:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:31:46.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:32:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:32:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T03:32:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:32:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:32:37.230Z||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-24T03:32:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:32:46.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:32:46.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:33:37.226Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:33:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T03:33:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:33:37.229Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:33:37.230Z||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-24T03:33:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:33:46.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:33:46.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:34:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:34:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T03:34:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:34:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:34:37.230Z||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-24T03:34:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:34:46.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:34:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:35:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:35:37.228Z||pool-2-thread-1|||||WARN|500||GET http://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-24T03:35:37.228Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:35:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:35:37.230Z||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-24T03:35:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:35:46.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:35:46.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:36:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:36:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T03:36:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:36:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:36:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T03:36:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:36:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:36:46.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:37:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:37:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T03:37:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:37:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:37:37.230Z||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-24T03:37:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:37:46.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:37:46.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:38:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:38:37.228Z||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-24T03:38:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:38:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:38:37.230Z||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-24T03:38:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:38:46.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:38:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:39:37.227Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:39:37.227Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T03:39:37.227Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:39:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:39:37.230Z||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-24T03:39:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:39:46.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:39:46.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:40:37.227Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:40:37.227Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T03:40:37.227Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:40:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:40:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T03:40:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:40:46.773Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:40:46.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:41:37.227Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:41:37.227Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T03:41:37.227Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:41:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:41:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T03:41:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:41:46.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:41:46.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:42:37.227Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:42:37.227Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T03:42:37.227Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:42:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:42:37.230Z||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-24T03:42:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:42:46.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:42:46.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:43:37.226Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:43:37.227Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T03:43:37.227Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:43:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:43:37.230Z||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-24T03:43:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:43:46.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:43:46.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:44:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:44:37.227Z||pool-2-thread-1|||||WARN|500||GET http://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-24T03:44:37.227Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:44:37.229Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:44:37.230Z||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-24T03:44:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:44:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:44:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:45:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:45:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T03:45:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:45:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:45:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T03:45:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:45:46.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:45:46.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:46:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:46:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T03:46:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:46:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:46:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T03:46:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:46:46.797Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:46:46.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:47:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:47:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T03:47:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:47:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:47:37.230Z||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-24T03:47:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:47:46.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:47:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:48:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:48:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T03:48:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:48:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:48:37.230Z||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-24T03:48:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:48:46.796Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:48:46.799Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:49:37.226Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:49:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T03:49:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:49:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:49:37.230Z||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-24T03:49:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:49:46.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:49:46.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:50:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:50:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T03:50:37.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:50:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:50:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T03:50:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:50:46.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:50:46.776Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:51:37.226Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:51:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T03:51:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:51:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:51:37.230Z||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-24T03:51:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:51:46.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:51:46.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:52:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:52:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T03:52:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:52:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:52:37.230Z||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-24T03:52:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:52:46.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:52:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:53:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:53:37.227Z||pool-2-thread-6|||||WARN|500||GET http://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-24T03:53:37.227Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T03:53:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:53:37.230Z||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-24T03:53:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:53:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:53:46.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:54:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:54:37.227Z||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-24T03:54:37.227Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:54:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:54:37.230Z||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-24T03:54:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:54:46.776Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:54:46.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:55:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:55:37.228Z||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-24T03:55:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:55:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:55:37.230Z||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-24T03:55:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:55:46.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:55:46.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:56:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:56:37.227Z||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-24T03:56:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:56:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:56:37.230Z||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-24T03:56:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:56:46.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:56:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:57:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:57:37.227Z||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-24T03:57:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:57:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:57:37.230Z||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-24T03:57:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:57:46.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:57:46.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:58:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:58:37.227Z||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-24T03:58:37.227Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:58:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:58:37.230Z||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-24T03:58:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:58:46.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:58:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:59:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:59:37.227Z||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-24T03:59:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:59:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T03:59:37.230Z||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-24T03:59:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T03:59:46.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T03:59:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:00:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:00:37.227Z||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-24T04:00:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:00:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:00:37.230Z||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-24T04:00:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:00:46.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:00:46.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:01:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:01:37.227Z||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-24T04:01:37.227Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:01:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:01:37.230Z||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-24T04:01:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:01:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:01:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:02:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:02:37.227Z||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-24T04:02:37.227Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:02:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:02:37.230Z||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-24T04:02:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:02:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:02:46.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:03:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:03:37.227Z||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-24T04:03:37.228Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:03:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:03:37.230Z||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-24T04:03:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:03:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:03:46.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:04:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:04:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:04:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:04:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:04:37.230Z||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-24T04:04:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:04:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:04:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:05:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:05:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:05:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:05:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:05:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T04:05:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:05:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:05:46.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:06:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:06:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:06:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:06:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:06:37.230Z||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-24T04:06:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:06:46.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:06:46.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:07:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:07:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:07:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:07:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:07:37.230Z||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-24T04:07:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:07:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:07:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:08:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:08:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:08:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:08:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:08:37.230Z||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-24T04:08:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:08:46.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:08:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:09:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:09:37.228Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:09:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:09:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:09:37.230Z||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-24T04:09:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:09:46.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:09:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:10:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:10:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:10:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:10:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:10:37.230Z||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-24T04:10:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:10:46.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:10:46.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:11:37.226Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:11:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:11:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:11:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:11:37.230Z||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-24T04:11:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:11:46.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:11:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:12:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:12:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:12:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:12:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:12:37.230Z||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-24T04:12:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:12:46.779Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:12:46.788Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:13:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:13:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:13:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:13:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:13:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T04:13:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:13:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:13:46.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:14:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:14:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:14:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:14:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:14:37.231Z||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-24T04:14:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:14:46.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:14:46.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:15:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:15:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:15:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:15:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:15:37.230Z||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-24T04:15:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:15:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:15:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:16:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:16:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:16:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:16:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:16:37.230Z||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-24T04:16:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:16:46.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:16:46.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:17:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:17:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:17:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:17:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:17:37.230Z||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-24T04:17:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:17:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:17:46.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:18:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:18:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:18:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:18:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:18:37.230Z||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-24T04:18:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:18:46.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:18:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:19:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:19:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:19:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:19:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:19:37.230Z||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-24T04:19:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:19:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:19:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:20:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:20:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:20:37.228Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:20:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:20:37.230Z||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-24T04:20:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:20:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:20:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:21:37.226Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:21:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:21:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:21:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:21:37.230Z||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-24T04:21:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:21:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:21:46.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:22:37.226Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:22:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:22:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:22:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:22:37.230Z||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-24T04:22:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:22:46.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:22:46.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:23:37.226Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:23:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:23:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:23:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:23:37.230Z||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-24T04:23:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:23:46.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:23:46.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:24:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:24:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:24:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:24:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:24:37.230Z||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-24T04:24:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:24:46.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:24:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:25:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:25:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:25:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:25:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:25:37.230Z||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-24T04:25:37.231Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:25:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:25:46.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:26:37.227Z||pool-2-thread-9|||||WARN|500||GET http://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-24T04:26:37.227Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:26:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T04:26:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:37.858Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:37.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"40f9ecfa-c408-47c0-9053-49a951f28a42","serviceName":"vFW 2021-09-24 04-22-51","serviceVersion":"1.0","serviceUUID":"c8e39043-3e1d-43a5-a9a8-a9f2757c65e9","serviceDescription":"catalog service description","serviceInvariantUUID":"106a832d-3231-4d07-be88-4acf74a0d7d7","resources":[{"resourceInstanceName":"vFW 4fefa544-5244 0","resourceName":"vFW 4fefa544-5244","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcaf5996-8713-4dc5-9321-d1ad339a1037","resourceInvariantUUID":"272e418b-286c-4359-8ddf-c6d935868723","resourceCustomizationUUID":"f60264ad-0a68-4ed7-8644-8caa9a3d1249","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml","artifactChecksum":"NmFiZWM1ZWM1ZDFiZmI4MGIwZWJmNWY2MzZiOWJhNDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"addf7008-a6cd-4caf-950a-7bc1f5560e48","artifactVersion":"1"},{"artifactName":"vfw4fefa54452440_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json","artifactChecksum":"ZGU5MDlmMjVmNTM1YzQ3Y2Y0YjEwY2Y4Y2M4ZjkyOTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dd28afed-d848-45ee-8a5c-23772887183e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68e36cff-6e63-4104-8b58-0d8bd8990eff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml","artifactChecksum":"M2IyMWI5ZTE1YjY5ZTA1ZDkyNGUxMTYzYTc4YWZmMTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5f4266a4-413b-4c57-9140-70442a7f3a8c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"29d89c1c-4d5b-411f-a8c1-07237d0e7f35","artifactVersion":"2","generatedFromUUID":"68e36cff-6e63-4104-8b58-0d8bd8990eff"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210924042251-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml","artifactChecksum":"M2I4ZWJjYTM3YjllZDkxMjE4MDA2ZWEzYWI5ZTFiMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2c1c6eb-24a9-4dc8-bae2-4231e61d2ce1","artifactVersion":"1"},{"artifactName":"service-Vfw20210924042251-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar","artifactChecksum":"ODkwN2RjZjBjNzU3ZjNhODZmZGYxYWIzNzVhNDI0MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f34f0cfd-2de7-453c-ac5f-30c42b756743","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T04:26:37.864Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:37.866Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:26:37.870Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:37.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "dcae-sch",
"timestamp": 1632457547889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.881Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:37.881Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457543572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "cds",
"timestamp": 1632457552919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "dcae-sch",
"timestamp": 1632457547889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457543572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "NOTIFIED"
}
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "cds",
"timestamp": 1632457552919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "dcae-sch",
"timestamp": 1632457547889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457543572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T04:26:37.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "cds",
"timestamp": 1632457552919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "dcae-sch",
"timestamp": 1632457547889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457543572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "cds",
"timestamp": 1632457552919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "dcae-sch",
"timestamp": 1632457547889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457543572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T04:26:37.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "cds",
"timestamp": 1632457552919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457557065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "dcae-sch",
"timestamp": 1632457547889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457543572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "cds",
"timestamp": 1632457552919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457557065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "dcae-sch",
"timestamp": 1632457547889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457543572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "cds",
"timestamp": 1632457552919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457557065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "policy-id",
"timestamp": 1632457559490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457557065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "policy-id",
"timestamp": 1632457559490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457557065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457561767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:26:37.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "cds",
"timestamp": 1632457561908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:26:37.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "policy-id",
"timestamp": 1632457559490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T04:26:37.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457557065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:37.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "cds",
"timestamp": 1632457562923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-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-24T04:26:37.981Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-24T04:26:37.984Z||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-24T04:26:37.984Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:38.004Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:38.005Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 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-24T04:26:38.025Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40f9ecfa-c408-47c0-9053-49a951f28a42
2021-09-24T04:26:38.040Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:26:38.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "policy-id",
"timestamp": 1632457559490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457557065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "policy-id",
"timestamp": 1632457559490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457564987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:26:38.065Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "policy-id",
"timestamp": 1632457559490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "policy-id",
"timestamp": 1632457559490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:26:38.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457567295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:26:38.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "policy-id",
"timestamp": 1632457567813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:26:38.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "clamp",
"timestamp": 1632457567794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "policy-id",
"timestamp": 1632457568821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:26:38.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:38.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457569160,
"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-24T04:26:38.122Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40f9ecfa-c408-47c0-9053-49a951f28a42
2021-09-24T04:26:38.122Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:26:38.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "clamp",
"timestamp": 1632457567794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "NOTIFIED"
}
2021-09-24T04:26:38.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "policy-id",
"timestamp": 1632457569826,
"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-24T04:26:38.136Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40f9ecfa-c408-47c0-9053-49a951f28a42
2021-09-24T04:26:38.136Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:26:38.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457570165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T04:26:38.145Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:38.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457569742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "clamp",
"timestamp": 1632457567794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457569742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "clamp",
"timestamp": 1632457567794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457569742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "clamp",
"timestamp": 1632457567794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "aai-ml",
"timestamp": 1632457572366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457569742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "clamp",
"timestamp": 1632457567794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "aai-ml",
"timestamp": 1632457572366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457569742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "clamp",
"timestamp": 1632457567794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "aai-ml",
"timestamp": 1632457572366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457569742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "aai-ml",
"timestamp": 1632457572366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457569742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "aai-ml",
"timestamp": 1632457572366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "aai-ml",
"timestamp": 1632457572366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457578237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "aai-ml",
"timestamp": 1632457572366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "aai-ml",
"timestamp": 1632457581886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457582969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:26:38.150Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:38.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457583973,
"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-24T04:26:38.154Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40f9ecfa-c408-47c0-9053-49a951f28a42
2021-09-24T04:26:38.154Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:26:38.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "aai-ml",
"timestamp": 1632457594414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:26:38.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:38.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "clamp",
"timestamp": 1632457594754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:26:38.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:38.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "aai-ml",
"timestamp": 1632457595418,
"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-24T04:26:38.167Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40f9ecfa-c408-47c0-9053-49a951f28a42
2021-09-24T04:26:38.167Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:26:38.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:26:38.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "clamp",
"timestamp": 1632457596764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:26:38.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:26:38.887Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:26:38.887Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:38.889Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:38.889Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "NOTIFIED"
}
2021-09-24T04:26:38.990Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T04:26:38.991Z||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-24T04:26:38.991Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:39.002Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:39.003Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:26:39.890Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:26:39.891Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:39.893Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:39.893Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T04:26:39.993Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:26:39.994Z||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-24T04:26:39.994Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:40.007Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:40.007Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-24T04:26:40.893Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:26:40.894Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:40.897Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:40.897Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:40.997Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:26:40.998Z||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-24T04:26:40.998Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:41.010Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:41.010Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:26:41.898Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:26:41.899Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:41.900Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:41.900Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T04:26:42.001Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T04:26:42.001Z||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-24T04:26:42.001Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:42.013Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:42.014Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T04:26:42.901Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:26:42.902Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:42.904Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:42.904Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:26:43.005Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:26:43.006Z||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-24T04:26:43.006Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:43.018Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:43.018Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:26:43.905Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:26:43.906Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:43.909Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:43.909Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:26:44.009Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:26:44.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-24T04:26:44.010Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:44.021Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:44.022Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:26:44.911Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"serviceName": "vFW 2021-09-24 04-22-51",
"serviceVersion": "1.0",
"serviceUUID": "c8e39043-3e1d-43a5-a9a8-a9f2757c65e9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "106a832d-3231-4d07-be88-4acf74a0d7d7",
"resources": [
{
"resourceInstanceName": "vFW 4fefa544-5244 0",
"resourceCustomizationUUID": "f60264ad-0a68-4ed7-8644-8caa9a3d1249",
"resourceName": "vFW 4fefa544-5244",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dcaf5996-8713-4dc5-9321-d1ad339a1037",
"resourceInvariantUUID": "272e418b-286c-4359-8ddf-c6d935868723",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4fefa54452440_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"artifactChecksum": "ZGU5MDlmMjVmNTM1YzQ3Y2Y0YjEwY2Y4Y2M4ZjkyOTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dd28afed-d848-45ee-8a5c-23772887183e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "68e36cff-6e63-4104-8b58-0d8bd8990eff",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "29d89c1c-4d5b-411f-a8c1-07237d0e7f35",
"generatedFromUUID": "68e36cff-6e63-4104-8b58-0d8bd8990eff"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "29d89c1c-4d5b-411f-a8c1-07237d0e7f35",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210924042251-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"artifactChecksum": "ODkwN2RjZjBjNzU3ZjNhODZmZGYxYWIzNzVhNDI0MDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f34f0cfd-2de7-453c-ac5f-30c42b756743"
}
],
"workloadContext": "Production"
}
2021-09-24T04:26:44.911Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T04:26:44.912Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8e39043-3e1d-43a5-a9a8-a9f2757c65e9 ASDC
2021-09-24T04:26:44.987Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:40f9ecfa-c408-47c0-9053-49a951f28a42
ServiceName:vFW 2021-09-24 04-22-51
ServiceVersion:1.0
ServiceUUID:c8e39043-3e1d-43a5-a9a8-a9f2757c65e9
ServiceInvariantUUID:106a832d-3231-4d07-be88-4acf74a0d7d7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210924042251-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar
ArtifactUUID:f34f0cfd-2de7-453c-ac5f-30c42b756743
ArtifactChecksum:ODkwN2RjZjBjNzU3ZjNhODZmZGYxYWIzNzVhNDI0MDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4fefa544-5244 0
ResourceCustomizationUUID:f60264ad-0a68-4ed7-8644-8caa9a3d1249
ResourceInvariantUUID:272e418b-286c-4359-8ddf-c6d935868723
ResourceName:vFW 4fefa544-5244
ResourceType:VF
ResourceUUID:dcaf5996-8713-4dc5-9321-d1ad339a1037
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4fefa54452440_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json
ArtifactUUID:dd28afed-d848-45ee-8a5c-23772887183e
ArtifactChecksum:ZGU5MDlmMjVmNTM1YzQ3Y2Y0YjEwY2Y4Y2M4ZjkyOTg=
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/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml
ArtifactUUID:68e36cff-6e63-4104-8b58-0d8bd8990eff
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/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env
ArtifactUUID:29d89c1c-4d5b-411f-a8c1-07237d0e7f35
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/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env
ArtifactUUID:29d89c1c-4d5b-411f-a8c1-07237d0e7f35
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-24T04:26:44.987Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8e39043-3e1d-43a5-a9a8-a9f2757c65e9 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-24T04:26:45.030Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T04:26:45.031Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T04:26:45.032Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T04:26:45.032Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f34f0cfd-2de7-453c-ac5f-30c42b756743 from URL: /sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:45.032Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T04:26:45.033Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:47.391Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T04:26:47.416Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar f34f0cfd-2de7-453c-ac5f-30c42b756743 98731
2021-09-24T04:26:47.418Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar ASDC sendASDCNotification
2021-09-24T04:26:47.418Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:47.419Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T04:26:47.420Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:47.422Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:47.422Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457607417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:26:47.522Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:26:47.522Z||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-24T04:26:47.523Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:47.535Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:47.536Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:26:48.422Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T04:26:48.423Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T04:26:48.424Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f34f0cfd-2de7-453c-ac5f-30c42b756743, URL: /sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar to file: /app/ASDC/1/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:48.424Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210924042251-csar.csar
2021-09-24T04:26:48.485Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:48.485Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:49.231Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18095203065715783824/Definitions/service-Vfw20210924042251-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-09-24T04:26:51.859Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T04:26:51.865Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T04:26:51.865Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.865Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-24T04:26:51.865Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||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-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.865Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||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-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.865Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||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-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||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-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4fefa544-5244 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-Vfw20210924042251-csar.csar
2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T04:26:51.878Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.880Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:51.883Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria
2021-09-24T04:26:51.883Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T04:26:51.884Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T04:26:51.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:51.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria
2021-09-24T04:26:51.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T04:26:51.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T04:26:51.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.886Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:51.889Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.889Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria
2021-09-24T04:26:51.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T04:26:51.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T04:26:51.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:51.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T04:26:51.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T04:26:51.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:51.892Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T04:26:51.892Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T04:26:51.892Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T04:26:51.892Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.892Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T04:26:51.893Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.893Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria
2021-09-24T04:26:51.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:26:51.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria
2021-09-24T04:26:51.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:26:51.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.895Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria
2021-09-24T04:26:51.895Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:26:51.895Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.895Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria
2021-09-24T04:26:51.895Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T04:26:51.895Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bbb3492b-8e5a-4cf1-9c61-8f92ecde38dd
2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria
2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c06b2078-132e-48e8-8860-81276e06503d
2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria
2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=976f27d9-af41-4e7a-8d18-a5a039a5f6ea
2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:51.901Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-24 04-22-51
Description:catalog service description
Model UUID:c8e39043-3e1d-43a5-a9a8-a9f2757c65e9
Model Version:NULL
Model InvariantUuid:106a832d-3231-4d07-be88-4acf74a0d7d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4fefa544-5244
Model UUID:2ee0605d-8d76-4e42-b0c2-20f8484b56e5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:272e418b-286c-4359-8ddf-c6d935868723
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f60264ad-0a68-4ed7-8644-8caa9a3d1249
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7c8c6e06-18b0-4436-a980-ef2d2a097359
ModelName:Vfw4fefa5445244..base_vfw..module-0
ModelUuid:4a59f094-d8b5-4b20-9403-fdc669b2f437
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bbb3492b-8e5a-4cf1-9c61-8f92ecde38dd
ModelInvariantUuid:c36b9d83-4de7-406c-94b4-2330edf47b4c
ModelName:vFW 4fefa544-5244-nodes.vfwCvfc
ModelUuid:ca8c4f0a-5ac6-43ba-bced-1dbb812bc703
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5960d14c-d3b7-4506-b5d4-d3f0d5ae4363
ModelInvariantUuid:8f41fe58-c504-43b0-883b-6699aa62d8fd
ModelName:Vfw4fefa5445244.compute.nodes.heat.vfw
ModelUuid:c5496436-7973-4489-a394-75ec07d30e10
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c06b2078-132e-48e8-8860-81276e06503d
ModelInvariantUuid:f06eac76-9d01-4eb0-be94-fa339dd4ddf9
ModelName:vFW 4fefa544-5244-nodes.vsnCvfc
ModelUuid:b0d3b835-c7b1-4871-b7eb-c13e3a5fab47
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d4e82568-876b-4869-b2db-48ea32b9bf57
ModelInvariantUuid:e29270a4-6d20-4c70-96aa-08e244b794a0
ModelName:Vfw4fefa5445244.compute.nodes.heat.vsn
ModelUuid:528f9061-0c56-4bf9-9eb5-eba7f01ab107
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:976f27d9-af41-4e7a-8d18-a5a039a5f6ea
ModelInvariantUuid:7b20eecb-1260-44e7-bfb8-8d39915768bc
ModelName:vFW 4fefa544-5244-nodes.vpgCvfc
ModelUuid:da69d1ae-5bcf-4fdd-97eb-ab2b1ea6a579
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5870108a-0b7d-4c38-ae9f-40f7d005a274
ModelInvariantUuid:288db963-eb1c-42cd-a5e1-362b1c478bb7
ModelName:Vfw4fefa5445244.compute.nodes.heat.vpg
ModelUuid:5ddcb54f-6b89-420d-977e-58ed1541bbde
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-24T04:26:51.914Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: dcaf5996-8713-4dc5-9321-d1ad339a1037
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-24T04:26:52.000Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||vFW 4fefa544-5244 0
2021-09-24T04:26:52.008Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dcaf5996-8713-4dc5-9321-d1ad339a1037
2021-09-24T04:26:52.008Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dd28afed-d848-45ee-8a5c-23772887183e from URL: /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json
2021-09-24T04:26:52.008Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T04:26:52.008Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json
2021-09-24T04:26:52.522Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T04:26:52.523Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json dd28afed-d848-45ee-8a5c-23772887183e 785
2021-09-24T04:26:52.523Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json ASDC sendASDCNotification
2021-09-24T04:26:52.523Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json
2021-09-24T04:26:52.523Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T04:26:52.524Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:52.525Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:52.525Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457612523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:26:52.626Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T04:26:52.627Z||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-24T04:26:52.627Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:52.638Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:52.639Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T04:26:53.527Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4fefa5445244..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7c8c6e06-18b0-4436-a980-ef2d2a097359",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4a59f094-d8b5-4b20-9403-fdc669b2f437",
"vfModuleModelCustomizationUUID": "0316644e-1679-470e-83d1-135b1b7e8fb7",
"isBase": true,
"artifacts": [
"68e36cff-6e63-4104-8b58-0d8bd8990eff",
"29d89c1c-4d5b-411f-a8c1-07237d0e7f35"
],
"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-24T04:26:53.540Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4fefa5445244..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a59f094-d8b5-4b20-9403-fdc669b2f437
VfModuleModelInvariantUUID:7c8c6e06-18b0-4436-a980-ef2d2a097359
VfModuleModelDescription:NULL
Artifacts UUID List:{
68e36cff-6e63-4104-8b58-0d8bd8990eff
,
29d89c1c-4d5b-411f-a8c1-07237d0e7f35
}
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-24T04:26:53.542Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4fefa5445244..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7c8c6e06-18b0-4436-a980-ef2d2a097359",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4a59f094-d8b5-4b20-9403-fdc669b2f437",
"vfModuleModelCustomizationUUID": "0316644e-1679-470e-83d1-135b1b7e8fb7",
"isBase": true,
"artifacts": [
"68e36cff-6e63-4104-8b58-0d8bd8990eff",
"29d89c1c-4d5b-411f-a8c1-07237d0e7f35"
],
"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-24T04:26:53.542Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4fefa5445244..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a59f094-d8b5-4b20-9403-fdc669b2f437
VfModuleModelInvariantUUID:7c8c6e06-18b0-4436-a980-ef2d2a097359
VfModuleModelDescription:NULL
Artifacts UUID List:{
68e36cff-6e63-4104-8b58-0d8bd8990eff
,
29d89c1c-4d5b-411f-a8c1-07237d0e7f35
}
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-24T04:26:53.542Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 68e36cff-6e63-4104-8b58-0d8bd8990eff from URL: /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml
2021-09-24T04:26:53.542Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T04:26:53.542Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml
2021-09-24T04:26:54.106Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T04:26:54.106Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml 68e36cff-6e63-4104-8b58-0d8bd8990eff 20368
2021-09-24T04:26:54.107Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T04:26:54.107Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml
2021-09-24T04:26:54.107Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T04:26:54.107Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:54.109Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:54.109Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457614107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:26:54.209Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:26:54.210Z||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-24T04:26:54.211Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:54.224Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:54.224Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-24T04:26:55.109Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 29d89c1c-4d5b-411f-a8c1-07237d0e7f35 from URL: /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env
2021-09-24T04:26:55.110Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T04:26:55.110Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env
2021-09-24T04:26:55.270Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T04:26:55.271Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env 29d89c1c-4d5b-411f-a8c1-07237d0e7f35 2098
2021-09-24T04:26:55.271Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T04:26:55.271Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env
2021-09-24T04:26:55.271Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T04:26:55.272Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:55.273Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:55.274Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457615271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:26:55.374Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:26:55.374Z||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-24T04:26:55.375Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:55.385Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:55.386Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-24T04:26:56.274Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c8e39043-3e1d-43a5-a9a8-a9f2757c65e9
2021-09-24T04:26:56.275Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4fefa544-5244 0 dcaf5996-8713-4dc5-9321-d1ad339a1037 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-24T04:26:56.308Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fc715eb, org.onap.sdc.toscaparser.api.parameters.Input@854d86b, org.onap.sdc.toscaparser.api.parameters.Input@472e3893, org.onap.sdc.toscaparser.api.parameters.Input@652f11de, org.onap.sdc.toscaparser.api.parameters.Input@725038dd]
2021-09-24T04:26:56.311Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.311Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:56.311Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-09-24T04:26:56.311Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f60264ad-0a68-4ed7-8644-8caa9a3d1249
2021-09-24T04:26:56.311Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f60264ad-0a68-4ed7-8644-8caa9a3d1249 matches Tosca VF Customization UUID: f60264ad-0a68-4ed7-8644-8caa9a3d1249
2021-09-24T04:26:56.311Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f60264ad-0a68-4ed7-8644-8caa9a3d1249 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-24T04:26:56.317Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.317Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:56.318Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f60264ad-0a68-4ed7-8644-8caa9a3d1249: {\"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-24T04:26:56.318Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@252dcfe5
2021-09-24T04:26:56.318Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.318Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T04:26:56.319Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0316644e-1679-470e-83d1-135b1b7e8fb7
2021-09-24T04:26:56.319Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0316644e-1679-470e-83d1-135b1b7e8fb7
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-24T04:26:56.323Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.323Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria
2021-09-24T04:26:56.323Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria
2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria
2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bbb3492b-8e5a-4cf1-9c61-8f92ecde38dd
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-24T04:26:56.334Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.334Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria
2021-09-24T04:26:56.334Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:26:56.334Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.334Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria
2021-09-24T04:26:56.334Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:56.336Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T04:26:56.336Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T04:26:56.336Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c06b2078-132e-48e8-8860-81276e06503d
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-24T04:26:56.337Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.337Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria
2021-09-24T04:26:56.338Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:26:56.339Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.339Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria
2021-09-24T04:26:56.339Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T04:26:56.341Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T04:26:56.341Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=976f27d9-af41-4e7a-8d18-a5a039a5f6ea
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-24T04:26:56.342Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.342Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria
2021-09-24T04:26:56.343Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:26:56.343Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.343Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria
2021-09-24T04:26:56.343Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=f60264ad-0a68-4ed7-8644-8caa9a3d1249
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-24T04:26:56.344Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.344Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c8e39043-3e1d-43a5-a9a8-a9f2757c65e9: vFW 4fefa544-5244
2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-09-24 04-22-51
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-24T04:26:56.630Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4fefa544-5244 dcaf5996-8713-4dc5-9321-d1ad339a1037 1 ASDC deployResourceStructure
2021-09-24T04:26:56.630Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json ASDC sendASDCNotification
2021-09-24T04:26:56.631Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json
2021-09-24T04:26:56.631Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T04:26:56.631Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:56.632Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:56.632Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457616630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T04:26:56.732Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:26:56.733Z||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-24T04:26:56.733Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:56.746Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:56.746Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:26:57.633Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T04:26:57.633Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml
2021-09-24T04:26:57.633Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T04:26:57.633Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:57.635Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:57.635Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457617633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-24T04:26:57.736Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:26:57.736Z||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-24T04:26:57.737Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:57.749Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:57.750Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:26:58.636Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T04:26:58.637Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env
2021-09-24T04:26:58.637Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T04:26:58.637Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:58.639Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:58.640Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457618636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-24T04:26:58.743Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-24T04:26:58.744Z||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-24T04:26:58.744Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:58.755Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:58.755Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:26:59.641Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar ASDC sendASDCNotification
2021-09-24T04:26:59.641Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar
2021-09-24T04:26:59.641Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T04:26:59.642Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:26:59.644Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:26:59.644Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457619641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:26:59.744Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:26:59.745Z||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-24T04:26:59.746Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:26:59.759Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:26:59.760Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:27:00.646Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40f9ecfa-c408-47c0-9053-49a951f28a42
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-24T04:27:00.666Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40f9ecfa-c408-47c0-9053-49a951f28a42
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-24T04:27:00.669Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T04:27:00.669Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T04:27:00.669Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T04:27:00.669Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T04:27:00.669Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:27:00.669Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:27:00.670Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:27:00.670Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:27:00.670Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:27:00.670Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T04:27:00.675Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T04:27:30.675Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:27:30.686Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40f9ecfa-c408-47c0-9053-49a951f28a42 and serviceModelVersionId: c8e39043-3e1d-43a5-a9a8-a9f2757c65e9
2021-09-24T04:27:30.686Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 106a832d-3231-4d07-be88-4acf74a0d7d7
2021-09-24T04:27:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:27:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T04:27:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:37.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:37.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T04:27:37.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "clamp",
"timestamp": 1632457597769,
"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-24T04:27:37.370Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 40f9ecfa-c408-47c0-9053-49a951f28a42
2021-09-24T04:27:37.370Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:27:42.723Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0
2021-09-24T04:27:42.810Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T04:27:43.399Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0|INFO|500||Invoke
2021-09-24T04:27:43.405Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40f9ecfa-c408-47c0-9053-49a951f28a42], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b1d39a7-2dcb-431c-ac8f-e7d287e604c7], X-ECOMP-RequestID=[40f9ecfa-c408-47c0-9053-49a951f28a42], X-TransactionId=[], X-ONAP-RequestID=[40f9ecfa-c408-47c0-9053-49a951f28a42], Content-Type=[application/merge-patch+json]}
2021-09-24T04:27:43.603Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-24T04:27:44.214Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?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/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-04:27:43:615-44506], vertex-id=[172128], Content-Length=[0], Date=[Fri, 24 Sep 2021 04:27:43 GMT], Content-Type=[application/json]}
2021-09-24T04:27:44.216Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T04:27:44.216Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0|INFO|500||InvokeReturn
2021-09-24T04:27:44.219Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T04:27:44.219Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||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-24T04:27:44.224Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T04:27:44.225Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40f9ecfa-c408-47c0-9053-49a951f28a42 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T04:27:44.225Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T04:27:44.226Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:27:44.228Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:27:44.228Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457664225,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T04:27:44.328Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:27:44.329Z||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-24T04:27:44.329Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:44.342Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:44.342Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T04:27:45.240Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:27:45.241Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||GET http://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-24T04:27:45.241Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:45.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:45.867Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T04:27:45.867Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"711dd4ee-81c2-4029-ad93-0a41c775d98d","serviceName":"basic_onboard_NTAacV","serviceVersion":"1.0","serviceUUID":"6f9e8562-559e-4551-849f-1befd7106f01","serviceDescription":"service","serviceInvariantUUID":"def55661-405b-4783-a045-64c75d3bbfbd","resources":[{"resourceInstanceName":"basic_onboard_NTAacV 0","resourceName":"basic_onboard_NTAacV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3","resourceInvariantUUID":"4fd5c9d7-a704-4803-b63a-7b139ffbda5c","resourceCustomizationUUID":"58af23c1-3ee2-4911-8c27-4ce8ee01917c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml","artifactChecksum":"NTlkZDZjMmMzNjM2ZTBhMjFiYzczNzJkYTg5ODEyYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20c57160-0d82-4e88-95cf-522a62a000f2","artifactVersion":"1"},{"artifactName":"basic_onboard_ntaacv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json","artifactChecksum":"ZTBlMmE2MjY4OGI5Mzc4NmYwZjhhMTEzZjU2Mjg5MDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9cfa7183-dfbd-4bd4-ac45-22f52951b86e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"22baa3c7-567e-4540-8460-55fda0db1a42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"26eb3e58-b71b-4e56-900c-047912279f4d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90d9d47e-9740-490d-9aa6-d9a3d81ad1b3","artifactVersion":"2","generatedFromUUID":"22baa3c7-567e-4540-8460-55fda0db1a42"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNtaacv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml","artifactChecksum":"MTU2NDZjNmY5NzczZjEwYzMxN2JiYjEyZTIzOTJlMDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"916de602-d08e-4e7f-9ec0-2bc06eb7b7ec","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNtaacv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar","artifactChecksum":"NzhhMzQ3N2FkNWY1MDYyYTczMmI4YmRkOTExZWVjNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30476dbb-da26-4ec0-a836-ebe0fc943184","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T04:27:45.871Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:27:45.872Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:27:45.873Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:27:45.874Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:27:45.974Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:27:45.975Z||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-24T04:27:45.975Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:45.986Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:45.986Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:27:46.874Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:27:46.876Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:27:46.878Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:27:46.878Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T04:27:46.978Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:27:46.979Z||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-24T04:27:46.979Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:46.990Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:46.990Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:27:47.879Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:27:47.880Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:27:47.883Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:27:47.883Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T04:27:47.982Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T04:27:47.983Z||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-24T04:27:47.983Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:47.994Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:47.995Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-24T04:27:48.884Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:27:48.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:27:48.887Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:27:48.887Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:27:48.988Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T04:27:48.989Z||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-24T04:27:48.989Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:48.999Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:49.000Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-24T04:27:49.888Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:27:49.889Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:27:49.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:27:49.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-24T04:27:49.991Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:27:49.992Z||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-24T04:27:49.992Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:50.004Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:50.004Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:27:50.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:27:50.892Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:27:50.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:27:50.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:27:50.994Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:27:50.995Z||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-24T04:27:50.995Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:51.007Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:51.008Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T04:27:51.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:27:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:27:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:27:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:27:51.999Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:27:52.000Z||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-24T04:27:52.000Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:52.012Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:52.012Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:27:52.901Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"serviceName": "basic_onboard_NTAacV",
"serviceVersion": "1.0",
"serviceUUID": "6f9e8562-559e-4551-849f-1befd7106f01",
"serviceDescription": "service",
"serviceInvariantUUID": "def55661-405b-4783-a045-64c75d3bbfbd",
"resources": [
{
"resourceInstanceName": "basic_onboard_NTAacV 0",
"resourceCustomizationUUID": "58af23c1-3ee2-4911-8c27-4ce8ee01917c",
"resourceName": "basic_onboard_NTAacV",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3",
"resourceInvariantUUID": "4fd5c9d7-a704-4803-b63a-7b139ffbda5c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ntaacv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"artifactChecksum": "ZTBlMmE2MjY4OGI5Mzc4NmYwZjhhMTEzZjU2Mjg5MDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9cfa7183-dfbd-4bd4-ac45-22f52951b86e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "22baa3c7-567e-4540-8460-55fda0db1a42",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "90d9d47e-9740-490d-9aa6-d9a3d81ad1b3",
"generatedFromUUID": "22baa3c7-567e-4540-8460-55fda0db1a42"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "90d9d47e-9740-490d-9aa6-d9a3d81ad1b3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNtaacv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"artifactChecksum": "NzhhMzQ3N2FkNWY1MDYyYTczMmI4YmRkOTExZWVjNzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "30476dbb-da26-4ec0-a836-ebe0fc943184"
}
],
"workloadContext": "Production"
}
2021-09-24T04:27:52.902Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T04:27:52.902Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f9e8562-559e-4551-849f-1befd7106f01 ASDC
2021-09-24T04:27:52.902Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:711dd4ee-81c2-4029-ad93-0a41c775d98d
ServiceName:basic_onboard_NTAacV
ServiceVersion:1.0
ServiceUUID:6f9e8562-559e-4551-849f-1befd7106f01
ServiceInvariantUUID:def55661-405b-4783-a045-64c75d3bbfbd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNtaacv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar
ArtifactUUID:30476dbb-da26-4ec0-a836-ebe0fc943184
ArtifactChecksum:NzhhMzQ3N2FkNWY1MDYyYTczMmI4YmRkOTExZWVjNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NTAacV 0
ResourceCustomizationUUID:58af23c1-3ee2-4911-8c27-4ce8ee01917c
ResourceInvariantUUID:4fd5c9d7-a704-4803-b63a-7b139ffbda5c
ResourceName:basic_onboard_NTAacV
ResourceType:VF
ResourceUUID:0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ntaacv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json
ArtifactUUID:9cfa7183-dfbd-4bd4-ac45-22f52951b86e
ArtifactChecksum:ZTBlMmE2MjY4OGI5Mzc4NmYwZjhhMTEzZjU2Mjg5MDA=
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/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:22baa3c7-567e-4540-8460-55fda0db1a42
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/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env
ArtifactUUID:90d9d47e-9740-490d-9aa6-d9a3d81ad1b3
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/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env
ArtifactUUID:90d9d47e-9740-490d-9aa6-d9a3d81ad1b3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-24T04:27:52.902Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f9e8562-559e-4551-849f-1befd7106f01 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T04:27:52.935Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T04:27:52.936Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T04:27:52.936Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T04:27:52.936Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 30476dbb-da26-4ec0-a836-ebe0fc943184 from URL: /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:52.936Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T04:27:52.936Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:53.515Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T04:27:53.521Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar 30476dbb-da26-4ec0-a836-ebe0fc943184 71358
2021-09-24T04:27:53.521Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar ASDC sendASDCNotification
2021-09-24T04:27:53.521Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:53.521Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T04:27:53.522Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:27:53.524Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:27:53.524Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457673521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:27:53.624Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:27:53.625Z||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-24T04:27:53.625Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:53.637Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:53.638Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:27:54.524Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T04:27:54.526Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T04:27:54.526Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 30476dbb-da26-4ec0-a836-ebe0fc943184, URL: /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar to file: /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:54.526Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:54.527Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:54.527Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:54.889Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12333233426625507809/Definitions/service-BasicOnboardNtaacv-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-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||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-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||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-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NTAacV 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-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is not matching search criteria
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria
2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria
2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria
2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is not matching search criteria
2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=123d13d7-becf-4b3f-85f4-d9a1c1d39774
2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NTAacV
Description:service
Model UUID:6f9e8562-559e-4551-849f-1befd7106f01
Model Version:NULL
Model InvariantUuid:def55661-405b-4783-a045-64c75d3bbfbd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NTAacV
Model UUID:44227472-acf2-4232-99c5-261f60fac05c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4fd5c9d7-a704-4803-b63a-7b139ffbda5c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:58af23c1-3ee2-4911-8c27-4ce8ee01917c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fa217d7b-052c-4a2f-8fc5-800b55241f0b
ModelName:BasicOnboardNtaacv..base_ubuntu18..module-0
ModelUuid:a70a4b95-ca89-49d9-83c6-8d5ca3debe79
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:123d13d7-becf-4b3f-85f4-d9a1c1d39774
ModelInvariantUuid:c7a4d27f-6475-4d30-ad89-fc7253e7766d
ModelName:basic_onboard_NTAacV-nodes.ubuntu18Cvfc
ModelUuid:a64d02df-d9ac-4ab5-b627-96521636acd4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:565a7205-7fb2-40b5-aab9-3cab46ef8e90
ModelInvariantUuid:5b622eed-74fa-4d93-ab3f-e684f259377e
ModelName:BasicOnboardNtaacv.compute.nodes.heat.ubuntu18
ModelUuid:7fe7bcfc-53e4-49b0-bdf4-943a12020ed2
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-24T04:27:56.327Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3
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-24T04:27:56.330Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||basic_onboard_NTAacV 0
2021-09-24T04:27:56.330Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3
2021-09-24T04:27:56.330Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9cfa7183-dfbd-4bd4-ac45-22f52951b86e from URL: /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json
2021-09-24T04:27:56.330Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T04:27:56.330Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json
2021-09-24T04:27:56.523Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T04:27:56.524Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json 9cfa7183-dfbd-4bd4-ac45-22f52951b86e 798
2021-09-24T04:27:56.524Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json ASDC sendASDCNotification
2021-09-24T04:27:56.525Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json
2021-09-24T04:27:56.525Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T04:27:56.525Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:27:56.527Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:27:56.527Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457676524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:27:56.627Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T04:27:56.628Z||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-24T04:27:56.628Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:56.641Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:56.641Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:27:57.528Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNtaacv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fa217d7b-052c-4a2f-8fc5-800b55241f0b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a70a4b95-ca89-49d9-83c6-8d5ca3debe79",
"vfModuleModelCustomizationUUID": "6500efab-e2bd-479c-9c9a-9a2b4e7871c6",
"isBase": true,
"artifacts": [
"22baa3c7-567e-4540-8460-55fda0db1a42",
"90d9d47e-9740-490d-9aa6-d9a3d81ad1b3"
],
"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-24T04:27:57.533Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNtaacv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a70a4b95-ca89-49d9-83c6-8d5ca3debe79
VfModuleModelInvariantUUID:fa217d7b-052c-4a2f-8fc5-800b55241f0b
VfModuleModelDescription:NULL
Artifacts UUID List:{
22baa3c7-567e-4540-8460-55fda0db1a42
,
90d9d47e-9740-490d-9aa6-d9a3d81ad1b3
}
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-24T04:27:57.536Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNtaacv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fa217d7b-052c-4a2f-8fc5-800b55241f0b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a70a4b95-ca89-49d9-83c6-8d5ca3debe79",
"vfModuleModelCustomizationUUID": "6500efab-e2bd-479c-9c9a-9a2b4e7871c6",
"isBase": true,
"artifacts": [
"22baa3c7-567e-4540-8460-55fda0db1a42",
"90d9d47e-9740-490d-9aa6-d9a3d81ad1b3"
],
"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-24T04:27:57.536Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNtaacv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a70a4b95-ca89-49d9-83c6-8d5ca3debe79
VfModuleModelInvariantUUID:fa217d7b-052c-4a2f-8fc5-800b55241f0b
VfModuleModelDescription:NULL
Artifacts UUID List:{
22baa3c7-567e-4540-8460-55fda0db1a42
,
90d9d47e-9740-490d-9aa6-d9a3d81ad1b3
}
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-24T04:27:57.536Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 22baa3c7-567e-4540-8460-55fda0db1a42 from URL: /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml
2021-09-24T04:27:57.536Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T04:27:57.536Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml
2021-09-24T04:27:58.098Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T04:27:58.099Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml 22baa3c7-567e-4540-8460-55fda0db1a42 5033
2021-09-24T04:27:58.099Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-24T04:27:58.099Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml
2021-09-24T04:27:58.099Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T04:27:58.099Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:27:58.101Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:27:58.101Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457678099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:27:58.201Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:27:58.202Z||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-24T04:27:58.202Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:27:58.214Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:27:58.214Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:27:59.102Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90d9d47e-9740-490d-9aa6-d9a3d81ad1b3 from URL: /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env
2021-09-24T04:27:59.102Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T04:27:59.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env
2021-09-24T04:28:00.083Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T04:28:00.084Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env 90d9d47e-9740-490d-9aa6-d9a3d81ad1b3 909
2021-09-24T04:28:00.084Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-24T04:28:00.084Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env
2021-09-24T04:28:00.084Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T04:28:00.085Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:28:00.087Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:28:00.087Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457680084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:00.187Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T04:28:00.188Z||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-24T04:28:00.188Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:28:00.200Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:28:00.201Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:28:01.088Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6f9e8562-559e-4551-849f-1befd7106f01
2021-09-24T04:28:01.089Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NTAacV 0 0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3 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-24T04:28:01.099Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f2a79c4, org.onap.sdc.toscaparser.api.parameters.Input@4b784ea, org.onap.sdc.toscaparser.api.parameters.Input@3cd92e79, org.onap.sdc.toscaparser.api.parameters.Input@15b3aceb, org.onap.sdc.toscaparser.api.parameters.Input@79bb03c0]
2021-09-24T04:28:01.100Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.100Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:28:01.100Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-09-24T04:28:01.100Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 58af23c1-3ee2-4911-8c27-4ce8ee01917c
2021-09-24T04:28:01.100Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 58af23c1-3ee2-4911-8c27-4ce8ee01917c matches Tosca VF Customization UUID: 58af23c1-3ee2-4911-8c27-4ce8ee01917c
2021-09-24T04:28:01.100Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 58af23c1-3ee2-4911-8c27-4ce8ee01917c 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-24T04:28:01.102Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.102Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:28:01.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 58af23c1-3ee2-4911-8c27-4ce8ee01917c: {\"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-24T04:28:01.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1261c6d3
2021-09-24T04:28:01.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T04:28:01.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6500efab-e2bd-479c-9c9a-9a2b4e7871c6
2021-09-24T04:28:01.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6500efab-e2bd-479c-9c9a-9a2b4e7871c6
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-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria
2021-09-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria
2021-09-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.106Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is not matching search criteria
2021-09-24T04:28:01.106Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T04:28:01.106Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T04:28:01.106Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=123d13d7-becf-4b3f-85f4-d9a1c1d39774
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-24T04:28:01.107Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.107Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria
2021-09-24T04:28:01.108Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T04:28:01.108Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.108Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria
2021-09-24T04:28:01.108Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=58af23c1-3ee2-4911-8c27-4ce8ee01917c
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-24T04:28:01.109Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.109Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:28:01.110Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6f9e8562-559e-4551-849f-1befd7106f01: basic_onboard_NTAacV
2021-09-24T04:28:01.110Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.110Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:28:01.110Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.110Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:28:01.110Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.111Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:28:01.111Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.111Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:28:01.111Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:28:01.111Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:28:01.111Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_NTAacV
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-24T04:28:01.187Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NTAacV 0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3 1 ASDC deployResourceStructure
2021-09-24T04:28:01.188Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json ASDC sendASDCNotification
2021-09-24T04:28:01.188Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json
2021-09-24T04:28:01.188Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T04:28:01.189Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:28:01.192Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:28:01.192Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457681188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:01.292Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:28:01.293Z||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-24T04:28:01.293Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:28:01.304Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:28:01.305Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T04:28:02.193Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-24T04:28:02.194Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml
2021-09-24T04:28:02.194Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T04:28:02.195Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:28:02.197Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:28:02.197Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457682193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:02.297Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:28:02.298Z||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-24T04:28:02.298Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:28:02.310Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:28:02.311Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:28:03.198Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-24T04:28:03.199Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env
2021-09-24T04:28:03.199Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T04:28:03.200Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:28:03.202Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:28:03.202Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457683198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:03.302Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:28:03.303Z||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-24T04:28:03.304Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:28:03.315Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:28:03.315Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:28:04.203Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar ASDC sendASDCNotification
2021-09-24T04:28:04.203Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar
2021-09-24T04:28:04.204Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T04:28:04.204Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:28:04.207Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:28:04.207Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457684202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:04.307Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:28:04.308Z||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-24T04:28:04.308Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:28:04.320Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:28:04.321Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T04:28:05.208Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d
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-24T04:28:05.219Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d
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-24T04:28:05.221Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T04:28:05.221Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T04:28:05.221Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T04:28:35.222Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d
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-24T04:28:35.231Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d
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-24T04:28:35.234Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T04:28:35.234Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T04:28:35.234Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T04:28:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:28:37.230Z||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-24T04:28:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:28:37.263Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:28:37.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457597227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457607417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:37.272Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457612523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:37.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457614107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:37.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457615271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:37.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457616630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:37.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457617633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:37.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457618636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:37.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457619641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457623572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457617065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "policy-id",
"timestamp": 1632457619490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457617065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457623572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "policy-id",
"timestamp": 1632457619490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457623572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457617065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "policy-id",
"timestamp": 1632457619490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457623572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457617065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "policy-id",
"timestamp": 1632457619490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "clamp",
"timestamp": 1632457627794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "dcae-sch",
"timestamp": 1632457627889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "cds",
"timestamp": 1632457627919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457623572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457617065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "policy-id",
"timestamp": 1632457619490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "clamp",
"timestamp": 1632457627794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "dcae-sch",
"timestamp": 1632457627889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "cds",
"timestamp": 1632457627919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457623572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457617065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "policy-id",
"timestamp": 1632457619490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457629742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "clamp",
"timestamp": 1632457627794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "dcae-sch",
"timestamp": 1632457627889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "cds",
"timestamp": 1632457627919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457623572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632457617065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "policy-id",
"timestamp": 1632457619490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457629742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "clamp",
"timestamp": 1632457627794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "dcae-sch",
"timestamp": 1632457627889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "cds",
"timestamp": 1632457627919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457629742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "clamp",
"timestamp": 1632457627794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "dcae-sch",
"timestamp": 1632457627889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "cds",
"timestamp": 1632457627919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457632914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "policy-id",
"timestamp": 1632457632915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "aai-ml",
"timestamp": 1632457632366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457629742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "clamp",
"timestamp": 1632457627794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "dcae-sch",
"timestamp": 1632457627889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "cds",
"timestamp": 1632457627919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "policy-id",
"timestamp": 1632457633919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "aai-ml",
"timestamp": 1632457632366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457634144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457629742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "clamp",
"timestamp": 1632457627794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "dcae-sch",
"timestamp": 1632457627889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "cds",
"timestamp": 1632457627919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "policy-id",
"timestamp": 1632457634922,
"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-24T04:28:37.289Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 711dd4ee-81c2-4029-ad93-0a41c775d98d
2021-09-24T04:28:37.289Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:28:37.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "aai-ml",
"timestamp": 1632457632366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457629742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457635532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "cds",
"timestamp": 1632457635771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "aai-ml",
"timestamp": 1632457632366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457629742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457636558,
"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-24T04:28:37.304Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 711dd4ee-81c2-4029-ad93-0a41c775d98d
2021-09-24T04:28:37.304Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:28:37.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "cds",
"timestamp": 1632457636777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-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-24T04:28:37.318Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 711dd4ee-81c2-4029-ad93-0a41c775d98d
2021-09-24T04:28:37.318Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:28:37.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "aai-ml",
"timestamp": 1632457632366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632457637562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:37.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "aai-ml",
"timestamp": 1632457632366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:28:37.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457638008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:37.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "aai-ml",
"timestamp": 1632457632366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:28:37.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457640071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:37.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632457641074,
"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-24T04:28:37.335Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 711dd4ee-81c2-4029-ad93-0a41c775d98d
2021-09-24T04:28:37.335Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:28:37.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "aai-ml",
"timestamp": 1632457641264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:37.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "aai-ml",
"timestamp": 1632457648584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:37.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "clamp",
"timestamp": 1632457648773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:28:37.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "aai-ml",
"timestamp": 1632457649588,
"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-24T04:28:37.349Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 711dd4ee-81c2-4029-ad93-0a41c775d98d
2021-09-24T04:28:37.349Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:28:37.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "clamp",
"timestamp": 1632457649794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:28:37.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:28:37.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:28:37.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "clamp",
"timestamp": 1632457650796,
"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-24T04:28:37.363Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 711dd4ee-81c2-4029-ad93-0a41c775d98d
2021-09-24T04:28:37.364Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:29:05.234Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d
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-24T04:29:05.245Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d
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-24T04:29:05.248Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T04:29:05.248Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T04:29:05.248Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T04:29:05.255Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T04:29:35.255Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:29:35.261Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d and serviceModelVersionId: 6f9e8562-559e-4551-849f-1befd7106f01
2021-09-24T04:29:35.261Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : def55661-405b-4783-a045-64c75d3bbfbd
2021-09-24T04:29:35.262Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/def55661-405b-4783-a045-64c75d3bbfbd/model-vers/model-ver/6f9e8562-559e-4551-849f-1befd7106f01?depth=0
2021-09-24T04:29:35.268Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T04:29:35.307Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/def55661-405b-4783-a045-64c75d3bbfbd/model-vers/model-ver/6f9e8562-559e-4551-849f-1befd7106f01?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-24T04:29:35.308Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/def55661-405b-4783-a045-64c75d3bbfbd/model-vers/model-ver/6f9e8562-559e-4551-849f-1befd7106f01?depth=0|INFO|500||Invoke
2021-09-24T04:29:35.333Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/def55661-405b-4783-a045-64c75d3bbfbd/model-vers/model-ver/6f9e8562-559e-4551-849f-1befd7106f01?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-24T04:29:35.413Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/def55661-405b-4783-a045-64c75d3bbfbd/model-vers/model-ver/6f9e8562-559e-4551-849f-1befd7106f01?depth=0|INFO|500||InvokeReturn
2021-09-24T04:29:35.413Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/def55661-405b-4783-a045-64c75d3bbfbd/model-vers/model-ver/6f9e8562-559e-4551-849f-1befd7106f01?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210924-04:29:35:342-4612], vertex-id=[180384], Content-Length=[0], Date=[Fri, 24 Sep 2021 04:29:35 GMT], Content-Type=[application/json]}
2021-09-24T04:29:35.413Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-24T04:29:35.413Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T04:29:35.414Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||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-24T04:29:35.418Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T04:29:35.418Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 711dd4ee-81c2-4029-ad93-0a41c775d98d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T04:29:35.418Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T04:29:35.419Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:29:35.421Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:29:35.421Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457775418,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T04:29:35.521Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:29:35.522Z||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-24T04:29:35.522Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:29:35.540Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:29:35.540Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T04:29:36.434Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:29:36.434Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||GET http://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-24T04:29:36.434Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:29:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:29:37.230Z||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-24T04:29:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:29:37.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:29:37.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457664225,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T04:29:37.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:29:37.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:29:37.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:29:37.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T04:29:37.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:29:37.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T04:29:37.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:29:37.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:29:37.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:29:37.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-24T04:29:37.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:29:37.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:29:37.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:29:37.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457665240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:29:37.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-24T04:29:37.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457673521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:29:37.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:29:37.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457676524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:29:37.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:29:37.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457678099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:29:37.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:29:37.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457680084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:29:37.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:29:37.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457681188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T04:29:37.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:29:37.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457682193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-24T04:29:37.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:29:37.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457683198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-24T04:29:37.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:29:37.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T04:29:37.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457684202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:29:37.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:29:45.980Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:29:45.981Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:29:45.981Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||GET http://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-24T04:29:45.981Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:29:55.523Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:30:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:30:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||GET http://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-24T04:30:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:30:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:30:37.230Z||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-24T04:30:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:30:37.753Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:30:37.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T04:30:37.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632457775418,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T04:30:37.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:30:46.781Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:31:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:31:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||GET http://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-24T04:31:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:31:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:31:37.230Z||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-24T04:31:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:31:46.775Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:31:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:32:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:32:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||GET http://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-24T04:32:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:32:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:32:37.230Z||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-24T04:32:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:32:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:32:46.781Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:33:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:33:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||GET http://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-24T04:33:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:33:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:33:37.230Z||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-24T04:33:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:33:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:33:46.780Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:34:37.226Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:34:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||GET http://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-24T04:34:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:34:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:34:37.230Z||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-24T04:34:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:34:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:34:46.778Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:35:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:35:37.228Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||GET http://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-24T04:35:37.228Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:35:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:35:37.230Z||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-24T04:35:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:35:46.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:35:46.778Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:36:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:36:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||GET http://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-24T04:36:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:36:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:36:37.230Z||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-24T04:36:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:36:46.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:36:46.782Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:37:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:37:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||GET http://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-24T04:37:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:37:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:37:37.230Z||pool-2-thread-3|||||WARN|500||GET http://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-24T04:37:37.230Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:37:46.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:37:46.788Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:38:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:38:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||GET http://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-24T04:38:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:38:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:38:37.230Z||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-24T04:38:37.230Z||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 KYWojB7SLaco2JbJ) ...
2021-09-24T04:38:37.857Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:38:37.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:38:37.858Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.859Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2818668b-0aba-485f-9ce8-f8b7f4c071d1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"33fa5eb0-525b-41df-a330-14313ce8dc8f","serviceDescription":"service","serviceInvariantUUID":"6cbb50ec-a8e9-4916-a404-357dbe6ba55d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2d89906e-9b12-4858-a2e0-bc7157ac36b7","resourceInvariantUUID":"6dc8c92e-3910-44da-8063-c6d72e7320ff","resourceCustomizationUUID":"42ea4d90-dc6d-4bce-884e-5a675f07bb1b","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MTI5MjAwYTFjMzgyNmNmZjA2OWRhNGFhMWQxOWMwNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"efd69e12-b286-4161-9f2b-0884a84384b4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWI1MjY5MDAwNGY1ZGQzODRkZjA1Y2RkNjY2NDY0MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05e65657-83f8-41d8-9b6f-89a38ba32420","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T04:38:37.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "dcae-sch",
"timestamp": 1632458287889,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:38:37.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "aai-ml",
"timestamp": 1632458292366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:38:37.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632458289742,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:38:37.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "clamp",
"timestamp": 1632458287794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "cds",
"timestamp": 1632458287919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "dcae-sch",
"timestamp": 1632458287889,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "aai-ml",
"timestamp": 1632458292366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "clamp",
"timestamp": 1632458287794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "cds",
"timestamp": 1632458287919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632458289742,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1632458297065,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1632458297065,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:38:37.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.862Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "cds",
"timestamp": 1632458298864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:38:37.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "aai-ml",
"timestamp": 1632458298882,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:38:37.863Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:38:37.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632458298893,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:38:37.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "cds",
"timestamp": 1632458299868,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-24T04:38:37.865Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:38:37.866Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458317227,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-24T04:38:37.880Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2818668b-0aba-485f-9ce8-f8b7f4c071d1
2021-09-24T04:38:37.880Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:38:37.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "policy-id",
"timestamp": 1632458299490,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:38:37.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632458300329,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:38:37.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:38:37.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "policy-id",
"timestamp": 1632458299490,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:38:37.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632458301334,
"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-24T04:38:37.896Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2818668b-0aba-485f-9ce8-f8b7f4c071d1
2021-09-24T04:38:37.896Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:38:37.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "aai-ml",
"timestamp": 1632458303008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:38:37.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:38:37.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "aai-ml",
"timestamp": 1632458304012,
"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-24T04:38:37.911Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2818668b-0aba-485f-9ce8-f8b7f4c071d1
2021-09-24T04:38:37.911Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:38:37.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632458303572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:38:37.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "policy-id",
"timestamp": 1632458304515,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:38:37.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:38:37.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632458303572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:38:37.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-24T04:38:37.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "policy-id",
"timestamp": 1632458305520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:38:37.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:38:37.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "policy-id",
"timestamp": 1632458306524,
"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-24T04:38:37.925Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2818668b-0aba-485f-9ce8-f8b7f4c071d1
2021-09-24T04:38:37.925Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:38:37.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "clamp",
"timestamp": 1632458308862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:38:37.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:38:37.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "clamp",
"timestamp": 1632458310872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:38:37.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T04:38:37.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T04:38:37.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "clamp",
"timestamp": 1632458311875,
"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-24T04:38:37.939Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2818668b-0aba-485f-9ce8-f8b7f4c071d1
2021-09-24T04:38:37.939Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:38:37.965Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T04:38:37.966Z||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-24T04:38:37.966Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:38:37.977Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:38:37.978Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-24T04:38:38.866Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:38:38.867Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:38:38.869Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:38:38.869Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458317227,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:38:38.969Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:38:38.970Z||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-24T04:38:38.970Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:38:38.983Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:38:38.983Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:38:39.870Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "33fa5eb0-525b-41df-a330-14313ce8dc8f",
"serviceDescription": "service",
"serviceInvariantUUID": "6cbb50ec-a8e9-4916-a404-357dbe6ba55d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "42ea4d90-dc6d-4bce-884e-5a675f07bb1b",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "2d89906e-9b12-4858-a2e0-bc7157ac36b7",
"resourceInvariantUUID": "6dc8c92e-3910-44da-8063-c6d72e7320ff",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NWI1MjY5MDAwNGY1ZGQzODRkZjA1Y2RkNjY2NDY0MWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "05e65657-83f8-41d8-9b6f-89a38ba32420"
}
],
"workloadContext": "Production"
}
2021-09-24T04:38:39.870Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T04:38:39.871Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 33fa5eb0-525b-41df-a330-14313ce8dc8f ASDC
2021-09-24T04:38:39.871Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2818668b-0aba-485f-9ce8-f8b7f4c071d1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:33fa5eb0-525b-41df-a330-14313ce8dc8f
ServiceInvariantUUID:6cbb50ec-a8e9-4916-a404-357dbe6ba55d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:05e65657-83f8-41d8-9b6f-89a38ba32420
ArtifactChecksum:NWI1MjY5MDAwNGY1ZGQzODRkZjA1Y2RkNjY2NDY0MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:42ea4d90-dc6d-4bce-884e-5a675f07bb1b
ResourceInvariantUUID:6dc8c92e-3910-44da-8063-c6d72e7320ff
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2d89906e-9b12-4858-a2e0-bc7157ac36b7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-24T04:38:39.871Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 33fa5eb0-525b-41df-a330-14313ce8dc8f 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-24T04:38:39.903Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T04:38:39.903Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T04:38:39.904Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T04:38:39.904Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 05e65657-83f8-41d8-9b6f-89a38ba32420 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T04:38:39.904Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T04:38:39.904Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T04:38:41.160Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T04:38:41.164Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 05e65657-83f8-41d8-9b6f-89a38ba32420 52175
2021-09-24T04:38:41.165Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-24T04:38:41.165Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T04:38:41.165Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T04:38:41.165Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:38:41.167Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:38:41.168Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458321165,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:38:41.268Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:38:41.268Z||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-24T04:38:41.268Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:38:41.280Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:38:41.280Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:38:42.168Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T04:38:42.169Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T04:38:42.170Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 05e65657-83f8-41d8-9b6f-89a38ba32420, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.170Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-24T04:38:42.170Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.170Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.266Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17889311146608253199/Definitions/service-BasicNetwork-template.yml
2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.610Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.610Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.610Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.610Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:33fa5eb0-525b-41df-a330-14313ce8dc8f
Model Version:NULL
Model InvariantUuid:6cbb50ec-a8e9-4916-a404-357dbe6ba55d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6dc8c92e-3910-44da-8063-c6d72e7320ff
Model UUID:9be565cc-b2dd-4bbd-8eab-18a9a7530422
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:42ea4d90-dc6d-4bce-884e-5a675f07bb1b
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-24T04:38:42.616Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 2d89906e-9b12-4858-a2e0-bc7157ac36b7
2021-09-24T04:38:42.616Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||No resources found for Service: 33fa5eb0-525b-41df-a330-14313ce8dc8f
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-24T04:38:42.619Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||
2021-09-24T04:38:42.619Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-24T04:38:42.620Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 33fa5eb0-525b-41df-a330-14313ce8dc8f
2021-09-24T04:38:42.620Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 33fa5eb0-525b-41df-a330-14313ce8dc8f
2021-09-24T04:38:42.620Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-24T04:38:42.620Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T04:38:42.624Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f6badaf, org.onap.sdc.toscaparser.api.parameters.Input@27b796b0, org.onap.sdc.toscaparser.api.parameters.Input@4551ec62, org.onap.sdc.toscaparser.api.parameters.Input@1d8dad39, org.onap.sdc.toscaparser.api.parameters.Input@2f396df2]
2021-09-24T04:38:42.625Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.626Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.626Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.626Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.626Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 33fa5eb0-525b-41df-a330-14313ce8dc8f: Generic NeutronNet
2021-09-24T04:38:42.626Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.627Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.627Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.627Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-24T04:38:42.659Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.660Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.660Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.660Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.660Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:38:42.660Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:38:42.660Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-24T04:38:42.736Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-24T04:38:42.736Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-24T04:38:42.736Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T04:38:42.737Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T04:38:42.737Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:38:42.739Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:38:42.739Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458322736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T04:38:42.839Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:38:42.840Z||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-24T04:38:42.840Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:38:42.852Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:38:42.853Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:38:43.739Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2818668b-0aba-485f-9ce8-f8b7f4c071d1
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-24T04:38:43.751Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2818668b-0aba-485f-9ce8-f8b7f4c071d1
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-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T04:38:43.760Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T04:39:13.761Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:39:13.766Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2818668b-0aba-485f-9ce8-f8b7f4c071d1 and serviceModelVersionId: 33fa5eb0-525b-41df-a330-14313ce8dc8f
2021-09-24T04:39:13.766Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6cbb50ec-a8e9-4916-a404-357dbe6ba55d
2021-09-24T04:39:13.767Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6cbb50ec-a8e9-4916-a404-357dbe6ba55d/model-vers/model-ver/33fa5eb0-525b-41df-a330-14313ce8dc8f?depth=0
2021-09-24T04:39:13.772Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T04:39:13.804Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6cbb50ec-a8e9-4916-a404-357dbe6ba55d/model-vers/model-ver/33fa5eb0-525b-41df-a330-14313ce8dc8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-24T04:39:13.805Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6cbb50ec-a8e9-4916-a404-357dbe6ba55d/model-vers/model-ver/33fa5eb0-525b-41df-a330-14313ce8dc8f?depth=0|INFO|500||Invoke
2021-09-24T04:39:13.825Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6cbb50ec-a8e9-4916-a404-357dbe6ba55d/model-vers/model-ver/33fa5eb0-525b-41df-a330-14313ce8dc8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-24T04:39:13.964Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6cbb50ec-a8e9-4916-a404-357dbe6ba55d/model-vers/model-ver/33fa5eb0-525b-41df-a330-14313ce8dc8f?depth=0|INFO|500||InvokeReturn
2021-09-24T04:39:13.964Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6cbb50ec-a8e9-4916-a404-357dbe6ba55d/model-vers/model-ver/33fa5eb0-525b-41df-a330-14313ce8dc8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-04:39:13:834-55973], vertex-id=[184416], Content-Length=[0], Date=[Fri, 24 Sep 2021 04:39:13 GMT], Content-Type=[application/json]}
2021-09-24T04:39:13.964Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-24T04:39:13.964Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T04:39:13.964Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||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-24T04:39:13.969Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T04:39:13.969Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2818668b-0aba-485f-9ce8-f8b7f4c071d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T04:39:13.969Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T04:39:13.969Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:39:13.971Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:39:13.971Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458353969,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T04:39:14.072Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:39:14.073Z||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-24T04:39:14.073Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:39:14.088Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:39:14.089Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 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-24T04:39:37.226Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:39:37.227Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||GET http://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-24T04:39:37.227Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:39:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T04:39:37.230Z||pool-2-thread-4|||||WARN|500||GET http://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-24T04:39:37.230Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:39:37.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:39:37.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T04:39:37.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458317227,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:39:37.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-24T04:39:37.852Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:39:37.853Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T04:39:37.853Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"95ed3bde-740f-4dcd-8595-f1bcdd05a726","serviceName":"Demo_pNF_rAzuSrnyRF1Mdr9jWZln","serviceVersion":"1.0","serviceUUID":"de223709-0198-4c93-af38-dc2ca902452c","serviceDescription":"catalog service description","serviceInvariantUUID":"32c56bb3-95a1-4389-bbba-3e431c2ba58b","resources":[{"resourceInstanceName":"pNF cab50d27-c173 0","resourceName":"pNF cab50d27-c173","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a9bd8562-ab29-4468-9d7a-93fbf9075e36","resourceInvariantUUID":"3a04988f-c166-4669-82a0-fe740267d41c","resourceCustomizationUUID":"7f25b1ef-9f08-4a0a-a04a-1c2be3e0952a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml","artifactChecksum":"NDg0N2U1NWJmMzFkYmYwYjJlNzU1ZGJhNzQ2OTVmYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2814bd29-8cf7-499d-8b84-be8423614566","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar","artifactChecksum":"ZjBlYWE4OTk2MDcwZDIwMmVkMDhjNjQ2ZDcyOTkwNzI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dd6cc19-af35-483e-bd50-9139c6db9037","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46c60808-bbfa-43e3-b0bf-378dd8b93f87","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml","artifactChecksum":"MzgyMDBiN2FhNmFmMjUwZjQ1OWQwMDhjNzhmMDA2OTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cab4b056-6c8f-4d9f-88a1-af45c7d09028","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52e05740-be72-4581-8582-264349c4cf81","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2dc7ce7a-5436-4769-a613-5d80286c5590","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml","artifactChecksum":"ZmE2N2U4OWZkYmVkM2FlMTY0Zjg4ZTE2ZTkwMzQ0NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c698d88a-a593-4eb6-802c-09988b618a7e","artifactVersion":"1"},{"artifactName":"service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar","artifactChecksum":"ZTljNGE1MjY2MTFhZWUyZTk0M2I4M2I1YTU0M2VjZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"171b429b-10ce-46f5-9486-ea32869826ca","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T04:39:37.855Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:39:37.856Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:39:37.857Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:39:37.857Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458377226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:39:37.958Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T04:39:37.958Z||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-24T04:39:37.958Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:39:37.970Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:39:37.971Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:39:38.858Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:39:38.859Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:39:38.861Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:39:38.862Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458377226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:39:38.962Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:39:38.962Z||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-24T04:39:38.962Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:39:38.973Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:39:38.974Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:39:39.862Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:39:39.863Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:39:39.865Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:39:39.866Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458377226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:39:39.966Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:39:39.966Z||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-24T04:39:39.967Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:39:39.978Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:39:39.978Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:39:40.866Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:39:40.867Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:39:40.869Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:39:40.869Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458377226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:39:40.969Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:39:40.970Z||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-24T04:39:40.970Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:39:40.981Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:39:40.981Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:39:41.870Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:39:41.871Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:39:41.872Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:39:41.873Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458377226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:39:41.973Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:39:41.974Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T04:39:41.974Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:39:41.985Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:39:41.986Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:39:42.873Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:39:42.874Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:39:42.876Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:39:42.876Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458377226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:39:42.976Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T04:39:42.977Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T04:39:42.977Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:39:42.990Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:39:42.990Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:39:43.877Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:39:43.878Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:39:43.880Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:39:43.880Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458377226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T04:39:43.980Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:39:43.981Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T04:39:43.981Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:39:43.996Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:39:43.996Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:39:44.881Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T04:39:44.881Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:39:44.883Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:39:44.883Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458377226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T04:39:44.984Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T04:39:44.985Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T04:39:44.985Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:39:45.001Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:39:45.001Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:39:45.884Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726",
"serviceName": "Demo_pNF_rAzuSrnyRF1Mdr9jWZln",
"serviceVersion": "1.0",
"serviceUUID": "de223709-0198-4c93-af38-dc2ca902452c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "32c56bb3-95a1-4389-bbba-3e431c2ba58b",
"resources": [
{
"resourceInstanceName": "pNF cab50d27-c173 0",
"resourceCustomizationUUID": "7f25b1ef-9f08-4a0a-a04a-1c2be3e0952a",
"resourceName": "pNF cab50d27-c173",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a9bd8562-ab29-4468-9d7a-93fbf9075e36",
"resourceInvariantUUID": "3a04988f-c166-4669-82a0-fe740267d41c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar",
"artifactChecksum": "ZTljNGE1MjY2MTFhZWUyZTk0M2I4M2I1YTU0M2VjZTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "171b429b-10ce-46f5-9486-ea32869826ca"
}
],
"workloadContext": "Production"
}
2021-09-24T04:39:45.885Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T04:39:45.885Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 de223709-0198-4c93-af38-dc2ca902452c ASDC
2021-09-24T04:39:45.885Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:95ed3bde-740f-4dcd-8595-f1bcdd05a726
ServiceName:Demo_pNF_rAzuSrnyRF1Mdr9jWZln
ServiceVersion:1.0
ServiceUUID:de223709-0198-4c93-af38-dc2ca902452c
ServiceInvariantUUID:32c56bb3-95a1-4389-bbba-3e431c2ba58b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
ArtifactUUID:171b429b-10ce-46f5-9486-ea32869826ca
ArtifactChecksum:ZTljNGE1MjY2MTFhZWUyZTk0M2I4M2I1YTU0M2VjZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cab50d27-c173 0
ResourceCustomizationUUID:7f25b1ef-9f08-4a0a-a04a-1c2be3e0952a
ResourceInvariantUUID:3a04988f-c166-4669-82a0-fe740267d41c
ResourceName:pNF cab50d27-c173
ResourceType:PNF
ResourceUUID:a9bd8562-ab29-4468-9d7a-93fbf9075e36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-24T04:39:45.885Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de223709-0198-4c93-af38-dc2ca902452c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T04:39:45.912Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T04:39:45.913Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T04:39:45.913Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T04:39:45.913Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 171b429b-10ce-46f5-9486-ea32869826ca from URL: /sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:45.913Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T04:39:45.914Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:48.085Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T04:39:48.090Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 171b429b-10ce-46f5-9486-ea32869826ca 82539
2021-09-24T04:39:48.090Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar ASDC sendASDCNotification
2021-09-24T04:39:48.091Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:48.091Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T04:39:48.091Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T04:39:48.095Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T04:39:48.096Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632458388090,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T04:39:48.193Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-24T04:39:48.194Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T04:39:48.194Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ...
2021-09-24T04:39:48.206Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T04:39:48.206Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T04:39:49.096Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T04:39:49.097Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T04:39:49.098Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 171b429b-10ce-46f5-9486-ea32869826ca, URL: /sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar to file: /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:49.098Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:49.098Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:49.099Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:49.184Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1513957828457703119/Definitions/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml
2021-09-24T04:39:49.792Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||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-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||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-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cab50d27-c173 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-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar
2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rAzuSrnyRF1Mdr9jWZln is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Node template pNF cab50d27-c173 0 is matching search criteria
2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cab50d27-c173 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rAzuSrnyRF1Mdr9jWZln is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Node template pNF cab50d27-c173 0 is matching search criteria
2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T04:39:49.795Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cab50d27-c173 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T04:39:49.795Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive