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-29T16:11:42.266Z||main|||||INFO|500||The following profiles are active: basic
2021-09-29T16:11:51.476Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-29T16:11:51.476Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-29T16:11:51.562Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-29T16:11:53.632Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-29T16:11:53.784Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-29T16:11:54.152Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-29T16:11:54.163Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-29T16:11:54.239Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-29T16:11:54.362Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-29T16:11:54.724Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-29T16:11:55.522Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-29T16:11:57.354Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-29T16:11:57.398Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-29T16:11:57.878Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-29T16:11:58.163Z||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-29T16:11:59.212Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-29T16:12:00.142Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-29T16:12:00.161Z||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$$1b78bc85.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-29T16:12:00.162Z||main|||||WARN|500||The sdc end point is not alive
2021-09-29T16:12:02.768Z||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-29T16:12:05.367Z||main|||||WARN|500||---
2021-09-29T16:12:05.368Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-29T16:12:05.368Z||main|||||WARN|500||---
2021-09-29T16:12:05.764Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-29T16:12:09.970Z||main|||||INFO|500||Started Application in 32.068 seconds (JVM running for 33.154)
2021-09-29T16:12:09.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:12:09.983Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:12:09.991Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:12:10.013Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:12:10.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9522c37d-74ed-4153-a414-697bf29e2354 url= /sdc/v1/artifactTypes
2021-09-29T16:12:10.093Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:12:11.185Z||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.57.39] 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$$7b12c631.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-29T16:12:11.189Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e6b5fa9
2021-09-29T16:12:11.189Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:12:11.198Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:12:11.200Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:12:11.202Z||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$$7b12c631.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-29T16:12:59.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:12:59.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:12:59.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:12:59.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:12:59.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f151e844-8fa2-4a6e-bd9b-913c57a58ac5 url= /sdc/v1/artifactTypes
2021-09-29T16:12:59.974Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:13:01.014Z||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.57.39] 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$$7b12c631.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-29T16:13:01.015Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2244e31
2021-09-29T16:13:01.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:13:01.016Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:13:01.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:13:01.017Z||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$$7b12c631.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-29T16:13:49.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:13:49.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:13:49.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:13:49.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:13:49.977Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 066944cc-871f-4394-9621-83842f9c14c9 url= /sdc/v1/artifactTypes
2021-09-29T16:13:49.978Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:13:50.996Z||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.57.39] 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$$7b12c631.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-29T16:13:50.997Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77a2a3dc
2021-09-29T16:13:50.997Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:13:50.997Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:13:50.998Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:13:50.999Z||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$$7b12c631.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-29T16:14:39.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:14:39.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:14:39.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:14:39.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:14:39.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9189ccf6-86c5-413a-ba98-dcd33f65d563 url= /sdc/v1/artifactTypes
2021-09-29T16:14:39.974Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:14:41.012Z||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.57.39] 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$$7b12c631.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-29T16:14:41.014Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4295dc4a
2021-09-29T16:14:41.014Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:14:41.015Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:14:41.015Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:14:41.016Z||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$$7b12c631.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-29T16:15:29.966Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:15:29.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:15:29.967Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:15:29.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:15:29.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f59a5c2-7707-4abd-a6d0-fd301788202a url= /sdc/v1/artifactTypes
2021-09-29T16:15:29.974Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:15:30.992Z||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.57.39] 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$$7b12c631.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-29T16:15:30.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15ef3b98
2021-09-29T16:15:30.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:15:30.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:15:30.994Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:15:30.994Z||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$$7b12c631.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-29T16:16:19.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:16:19.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:16:19.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:16:19.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:16:19.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2dc3124d-7d9d-410b-9595-d1a37fe9888f url= /sdc/v1/artifactTypes
2021-09-29T16:16:19.974Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:16:21.008Z||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.57.39] 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$$7b12c631.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-29T16:16:21.009Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cc3c206
2021-09-29T16:16:21.009Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:16:21.009Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:16:21.009Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:16:21.010Z||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$$7b12c631.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-29T16:17:09.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:17:09.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:17:09.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:17:09.968Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:17:09.973Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee7cc3d6-4cc2-460f-9cae-0ad668aeae7e url= /sdc/v1/artifactTypes
2021-09-29T16:17:09.973Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:17:10.992Z||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.57.39] 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$$7b12c631.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-29T16:17:10.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@461b332d
2021-09-29T16:17:10.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:17:10.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:17:10.993Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:17:10.993Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$7b12c631.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-29T16:17:59.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:17:59.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:17:59.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:17:59.968Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:17:59.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87c5ce92-2b86-4e41-95e3-7ebcf3750701 url= /sdc/v1/artifactTypes
2021-09-29T16:17:59.974Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:18:01.008Z||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.57.39] 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$$7b12c631.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-29T16:18:01.009Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73711128
2021-09-29T16:18:01.009Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:18:01.009Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:18:01.009Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:18:01.010Z||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$$7b12c631.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-29T16:18:49.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:18:49.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:18:49.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:18:49.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:18:49.973Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec0aae57-52b9-4fb1-a6e7-e371e06ab9c2 url= /sdc/v1/artifactTypes
2021-09-29T16:18:49.973Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:18:50.992Z||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.57.39] 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$$7b12c631.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-29T16:18:50.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@389002ac
2021-09-29T16:18:50.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:18:50.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:18:50.994Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:18:50.994Z||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$$7b12c631.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-29T16:19:39.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:19:39.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:19:39.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:19:39.968Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:19:39.973Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 850a52a8-2871-40a8-a229-d1bfa41a0623 url= /sdc/v1/artifactTypes
2021-09-29T16:19:39.973Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:19:41.008Z||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.57.39] 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$$7b12c631.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-29T16:19:41.008Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@df0e758
2021-09-29T16:19:41.009Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:19:41.009Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:19:41.009Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:19:41.009Z||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$$7b12c631.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-29T16:20:29.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:20:29.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:20:29.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:20:29.968Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:20:29.973Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62a1fbe2-05ef-437f-916f-0e6dbc14c371 url= /sdc/v1/artifactTypes
2021-09-29T16:20:29.973Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:20:30.992Z||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.57.39] 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$$7b12c631.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-29T16:20:30.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3810dee0
2021-09-29T16:20:30.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-29T16:20:30.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-29T16:20:30.993Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-29T16:20:30.994Z||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$$7b12c631.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-29T16:21:19.965Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-29T16:21:19.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-29T16:21:19.966Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-29T16:21:19.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-29T16:21:19.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad300377-2df1-4b83-ba16-d89357a59256 url= /sdc/v1/artifactTypes
2021-09-29T16:21:19.974Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-29T16:21:20.468Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-29T16:21:20.475Z||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-29T16:21:20.497Z||scheduling-1|||||DEBUG|500||create keys
2021-09-29T16:21:20.504Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-29T16:21:20.547Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:21:20.561Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= de7bc4c7-5e59-4275-860e-58f402e894f2 url= /sdc/v1/registerForDistribution
2021-09-29T16:21:21.040Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= de7bc4c7-5e59-4275-860e-58f402e894f2 url= /sdc/v1/registerForDistribution
2021-09-29T16:21:21.041Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-29T16:21:21.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:21:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:21:21.052Z||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-29T16:21:21.052Z||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-29T16:21:21.052Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:21:21.052Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:21:21.053Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-29T16:21:31.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:21:31.277Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:22:00.719Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-29T16:22:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:22:21.047Z||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-29T16:22:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:22:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:22:21.049Z||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-29T16:22:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:22:30.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:22:30.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:23:21.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:23:21.047Z||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-29T16:23:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:23:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:23:21.050Z||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-29T16:23:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:23:30.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:23:30.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:24:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:24:21.047Z||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-29T16:24:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:24:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:24:21.049Z||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-29T16:24:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:24:30.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:24:30.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:25:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:25:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:25:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:25:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:25:21.050Z||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-29T16:25:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:25:30.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:25:30.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:26:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:26:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:26:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:26:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:26:21.049Z||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-29T16:26:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:26:30.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:26:30.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:27:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:27:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:27:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:27:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:27:21.049Z||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-29T16:27:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:27:30.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:27:30.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:28:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:28:21.047Z||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-29T16:28:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:28:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:28:21.050Z||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-29T16:28:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:28:30.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:28:30.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:29:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:29:21.047Z||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-29T16:29:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:29:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:29:21.049Z||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-29T16:29:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:29:30.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:29:30.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:30:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:30:21.047Z||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-29T16:30:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:30:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:30:21.049Z||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-29T16:30:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:30:30.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:30:30.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:31:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:31:21.047Z||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-29T16:31:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:31:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:31:21.049Z||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-29T16:31:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:31:30.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:31:30.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:32:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:32:21.047Z||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-29T16:32:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:32:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:32:21.049Z||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-29T16:32:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:32:30.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:32:30.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:33:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:33:21.047Z||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-29T16:33:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:33:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:33:21.049Z||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-29T16:33:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:33:30.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:33:30.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:34:21.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:34:21.047Z||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-29T16:34:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:34:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:34:21.050Z||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-29T16:34:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:34:30.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:34:30.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:35:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:35:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:35:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:35:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:35:21.050Z||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-29T16:35:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:35:30.599Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:35:30.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:36:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:36:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:36:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:36:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:36:21.049Z||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-29T16:36:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:36:30.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:36:30.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:37:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:37:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:37:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:37:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:37:21.049Z||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-29T16:37:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:37:30.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:37:30.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:38:21.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:38:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:38:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:38:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:38:21.049Z||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-29T16:38:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:38:30.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:38:30.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:39:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:39:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:39:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:39:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:39:21.049Z||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-29T16:39:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:39:30.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:39:30.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:40:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:40:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:40:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:40:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:40:21.049Z||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-29T16:40:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:40:30.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:40:30.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:41:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:41:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:41:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:41:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:41:21.049Z||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-29T16:41:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:41:30.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:41:30.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:42:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:42:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T16:42:21.048Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:42:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:42:21.049Z||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-29T16:42:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:42:30.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:42:30.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:43:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:43:21.047Z||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-29T16:43:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:43:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:43:21.049Z||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-29T16:43:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:43:30.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:43:30.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:44:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:44:21.047Z||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-29T16:44:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:44:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:44:21.049Z||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-29T16:44:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:44:30.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:44:30.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:45:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:45:21.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:45:21.051Z||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-29T16:45:21.051Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:45:21.051Z||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-29T16:45:21.051Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:45:30.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:45:30.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:46:21.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:46:21.047Z||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-29T16:46:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:46:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:46:21.049Z||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-29T16:46:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:46:30.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:46:30.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:47:21.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:47:21.047Z||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-29T16:47:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:47:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:47:21.049Z||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-29T16:47:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:47:30.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:47:30.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:48:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:48:21.047Z||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-29T16:48:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:48:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:48:21.049Z||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-29T16:48:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:48:30.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:48:30.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:49:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:49:21.047Z||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-29T16:49:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:49:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:49:21.049Z||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-29T16:49:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:49:30.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:49:30.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:50:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:50:21.047Z||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-29T16:50:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:50:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:50:21.049Z||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-29T16:50:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:50:30.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:50:30.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:51:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:51:21.047Z||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-29T16:51:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:51:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:51:21.049Z||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-29T16:51:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:51:30.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:51:30.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:52:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:52:21.047Z||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-29T16:52:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:52:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:52:21.049Z||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-29T16:52:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:52:30.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:52:30.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:53:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:53:21.047Z||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-29T16:53:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:53:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:53:21.049Z||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-29T16:53:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:53:30.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:53:30.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:54:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:54:21.047Z||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-29T16:54:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:54:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:54:21.049Z||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-29T16:54:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:54:30.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:54:30.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:55:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:55:21.047Z||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-29T16:55:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:55:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:55:21.049Z||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-29T16:55:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:55:30.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:55:30.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:56:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:56:21.047Z||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-29T16:56:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:56:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:56:21.049Z||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-29T16:56:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:56:30.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:56:30.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:57:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:57:21.047Z||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-29T16:57:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:57:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:57:21.049Z||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-29T16:57:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:57:30.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:57:30.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:58:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:58:21.047Z||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-29T16:58:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:58:21.049Z||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-29T16:58:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:58:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:58:30.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:58:30.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:59:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:59:21.047Z||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-29T16:59:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:59:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T16:59:21.049Z||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-29T16:59:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T16:59:30.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T16:59:30.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:00:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:00:21.047Z||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-29T17:00:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:00:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:00:21.049Z||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-29T17:00:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:00:30.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:00:30.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:01:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:01:21.047Z||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-29T17:01:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:01:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:01:21.049Z||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-29T17:01:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:01:30.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:01:30.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:02:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:02:21.047Z||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-29T17:02:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:02:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:02:21.049Z||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-29T17:02:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:02:30.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:02:30.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:03:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:03:21.047Z||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-29T17:03:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:03:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:03:21.049Z||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-29T17:03:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:03:30.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:03:30.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:04:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:04:21.047Z||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-29T17:04:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:04:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:04:21.049Z||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-29T17:04:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:04:30.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:04:30.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:05:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:05:21.047Z||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-29T17:05:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:05:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:05:21.049Z||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-29T17:05:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:05:30.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:05:30.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:06:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:06:21.047Z||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-29T17:06:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:06:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:06:21.049Z||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-29T17:06:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:06:30.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:06:30.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:07:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:07:21.047Z||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-29T17:07:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:07:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:07:21.049Z||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-29T17:07:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:07:30.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:07:30.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:08:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:08:21.047Z||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-29T17:08:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:08:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:08:21.050Z||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-29T17:08:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:08:30.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:08:30.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:09:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:09:21.047Z||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-29T17:09:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:09:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:09:21.049Z||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-29T17:09:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:09:30.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:09:30.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:10:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:10:21.047Z||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-29T17:10:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:10:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:10:21.049Z||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-29T17:10:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:10:30.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:10:30.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:11:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:11:21.047Z||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-29T17:11:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:11:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:11:21.049Z||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-29T17:11:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:11:30.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:11:30.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:12:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:12:21.047Z||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-29T17:12:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:12:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:12:21.049Z||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-29T17:12:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:12:30.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:12:30.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:13:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:13:21.047Z||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-29T17:13:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:13:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:13:21.049Z||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-29T17:13:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:13:30.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:13:30.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:14:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:14:21.047Z||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-29T17:14:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:14:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:14:21.049Z||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-29T17:14:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:14:30.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:14:30.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:15:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:15:21.047Z||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-29T17:15:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:15:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:15:21.049Z||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-29T17:15:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:15:30.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:15:30.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:16:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:16:21.047Z||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-29T17:16:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:16:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:16:21.049Z||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-29T17:16:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:16:30.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:16:30.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:17:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:17:21.047Z||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-29T17:17:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:17:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:17:21.049Z||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-29T17:17:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:17:30.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:17:30.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:18:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:18:21.047Z||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-29T17:18:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:18:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:18:21.049Z||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-29T17:18:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:18:30.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:18:30.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:19:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:19:21.047Z||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-29T17:19:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:19:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:19:21.049Z||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-29T17:19:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:19:30.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:19:30.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:20:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:20:21.047Z||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-29T17:20:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:20:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:20:21.049Z||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-29T17:20:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:20:30.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:20:30.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:21:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:21:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:21:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:21:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:21:21.049Z||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-29T17:21:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:21:30.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:21:30.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:22:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:22:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:22:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:22:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:22:21.049Z||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-29T17:22:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:22:30.590Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:22:30.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:23:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:23:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:23:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:23:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:23:21.049Z||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-29T17:23:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:23:30.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:23:30.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:24:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:24:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:24:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:24:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:24:21.049Z||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-29T17:24:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:24:30.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:24:30.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:25:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:25:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:25:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:25:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:25:21.049Z||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-29T17:25:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:25:30.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:25:30.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:26:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:26:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:26:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:26:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:26:21.049Z||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-29T17:26:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:26:30.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:26:30.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:27:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:27:21.047Z||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-29T17:27:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:27:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:27:21.049Z||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-29T17:27:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:27:30.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:27:30.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:28:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:28:21.047Z||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-29T17:28:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:28:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:28:21.049Z||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-29T17:28:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:28:30.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:28:30.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:29:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:29:21.047Z||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-29T17:29:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:29:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:29:21.049Z||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-29T17:29:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:29:30.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:29:30.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:30:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:30:21.047Z||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-29T17:30:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:30:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:30:21.049Z||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-29T17:30:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:30:30.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:30:30.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:31:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:31:21.047Z||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-29T17:31:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:31:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:31:21.049Z||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-29T17:31:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:31:30.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:31:30.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:32:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:32:21.047Z||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-29T17:32:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:32:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:32:21.049Z||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-29T17:32:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:32:30.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:32:30.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:33:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:33:21.047Z||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-29T17:33:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:33:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:33:21.049Z||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-29T17:33:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:33:30.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:33:30.590Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:34:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:34:21.047Z||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-29T17:34:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:34:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:34:21.049Z||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-29T17:34:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:34:30.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:34:30.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:35:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:35:21.047Z||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-29T17:35:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:35:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:35:21.049Z||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-29T17:35:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:35:30.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:35:30.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:36:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:36:21.047Z||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-29T17:36:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:36:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:36:21.049Z||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-29T17:36:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:36:30.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:36:30.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:37:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:37:21.047Z||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-29T17:37:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:37:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:37:21.049Z||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-29T17:37:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:37:30.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:37:30.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:38:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:38:21.047Z||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-29T17:38:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:38:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:38:21.049Z||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-29T17:38:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:38:30.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:38:30.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:39:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:39:21.047Z||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-29T17:39:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:39:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:39:21.049Z||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-29T17:39:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:39:30.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:39:30.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:40:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:40:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:40:21.047Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:40:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:40:21.049Z||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-29T17:40:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:40:30.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:40:30.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:41:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:41:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:41:21.047Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:41:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:41:21.049Z||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-29T17:41:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:41:30.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:41:30.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:42:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:42:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:42:21.047Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:42:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:42:21.049Z||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-29T17:42:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:42:30.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:42:30.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:43:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:43:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:43:21.047Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:43:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:43:21.049Z||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-29T17:43:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:43:30.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:43:30.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:44:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:44:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:44:21.047Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:44:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:44:21.049Z||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-29T17:44:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:44:30.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:44:30.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:45:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:45:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T17:45:21.047Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:45:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:45:21.049Z||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-29T17:45:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:45:30.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:45:30.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:46:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:46:21.047Z||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-29T17:46:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:46:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:46:21.049Z||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-29T17:46:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:46:30.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:46:30.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:47:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:47:21.047Z||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-29T17:47:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:47:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:47:21.049Z||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-29T17:47:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:47:30.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:47:30.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:48:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:48:21.047Z||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-29T17:48:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:48:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:48:21.049Z||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-29T17:48:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:48:30.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:48:30.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:49:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:49:21.047Z||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-29T17:49:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:49:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:49:21.049Z||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-29T17:49:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:49:30.608Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:49:30.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:50:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:50:21.047Z||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-29T17:50:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:50:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:50:21.049Z||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-29T17:50:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:50:30.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:50:30.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:51:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:51:21.047Z||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-29T17:51:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:51:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:51:21.049Z||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-29T17:51:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:51:30.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:51:30.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:52:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:52:21.047Z||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-29T17:52:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:52:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:52:21.049Z||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-29T17:52:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:52:30.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:52:30.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:53:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:53:21.047Z||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-29T17:53:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:53:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:53:21.049Z||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-29T17:53:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:53:30.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:53:30.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:54:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:54:21.047Z||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-29T17:54:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:54:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:54:21.049Z||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-29T17:54:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:54:30.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:54:30.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:55:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:55:21.047Z||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-29T17:55:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:55:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:55:21.049Z||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-29T17:55:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:55:30.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:55:30.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:56:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:56:21.047Z||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-29T17:56:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:56:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:56:21.049Z||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-29T17:56:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:56:30.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:56:30.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:57:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:57:21.047Z||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-29T17:57:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:57:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:57:21.049Z||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-29T17:57:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:57:30.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:57:30.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:58:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:58:21.047Z||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-29T17:58:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:58:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:58:21.049Z||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-29T17:58:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:58:30.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:58:30.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:59:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:59:21.047Z||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-29T17:59:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:59:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T17:59:21.049Z||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-29T17:59:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T17:59:30.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T17:59:30.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:00:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:00:21.047Z||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-29T18:00:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:00:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:00:21.049Z||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-29T18:00:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:00:30.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:00:30.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:01:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:01:21.047Z||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-29T18:01:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:01:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:01:21.049Z||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-29T18:01:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:01:30.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:01:30.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:02:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:02:21.047Z||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-29T18:02:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:02:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:02:21.049Z||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-29T18:02:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:02:30.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:02:30.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:03:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:03:21.047Z||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-29T18:03:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:03:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:03:21.049Z||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-29T18:03:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:03:30.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:03:30.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:04:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:04:21.047Z||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-29T18:04:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:04:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:04:21.049Z||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-29T18:04:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:04:30.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:04:30.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:05:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:05:21.047Z||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-29T18:05:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:05:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:05:21.049Z||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-29T18:05:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:05:30.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:05:30.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:06:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:06:21.047Z||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-29T18:06:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:06:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:06:21.049Z||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-29T18:06:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:06:30.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:06:30.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:07:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:07:21.048Z||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-29T18:07:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:07:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:07:21.049Z||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-29T18:07:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:07:30.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:07:30.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:08:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:08:21.047Z||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-29T18:08:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:08:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:08:21.049Z||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-29T18:08:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:08:30.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:08:30.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:09:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:09:21.047Z||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-29T18:09:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:09:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:09:21.049Z||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-29T18:09:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:09:30.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:09:30.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:10:21.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:10:21.047Z||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-29T18:10:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:10:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:10:21.049Z||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-29T18:10:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:10:30.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:10:30.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:11:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:11:21.047Z||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-29T18:11:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:11:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:11:21.049Z||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-29T18:11:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:11:30.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:11:30.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:12:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:12:21.047Z||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-29T18:12:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:12:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:12:21.049Z||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-29T18:12:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:12:30.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:12:30.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:13:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:13:21.047Z||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-29T18:13:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:13:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:13:21.049Z||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-29T18:13:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:13:30.587Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:13:30.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:14:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:14:21.047Z||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-29T18:14:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:14:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:14:21.049Z||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-29T18:14:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:14:30.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:14:30.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:15:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:15:21.047Z||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-29T18:15:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:15:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:15:21.049Z||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-29T18:15:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:15:30.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:15:30.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:16:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:16:21.047Z||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-29T18:16:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:16:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:16:21.049Z||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-29T18:16:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:16:30.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:16:30.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:17:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:17:21.047Z||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-29T18:17:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:17:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:17:21.049Z||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-29T18:17:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:17:30.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:17:30.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:18:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:18:21.047Z||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-29T18:18:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:18:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:18:21.049Z||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-29T18:18:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:18:30.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:18:30.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:19:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:19:21.047Z||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-29T18:19:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:19:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:19:21.049Z||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-29T18:19:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:19:30.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:19:30.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:20:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:20:21.047Z||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-29T18:20:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:20:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:20:21.049Z||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-29T18:20:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:20:30.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:20:30.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:21:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:21:21.047Z||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-29T18:21:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:21:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:21:21.049Z||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-29T18:21:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:21:30.588Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:21:30.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:22:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:22:21.047Z||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-29T18:22:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:22:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:22:21.049Z||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-29T18:22:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:22:30.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:22:30.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:23:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:23:21.047Z||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-29T18:23:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:23:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:23:21.049Z||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-29T18:23:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:23:30.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:23:30.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:24:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:24:21.047Z||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-29T18:24:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:24:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:24:21.049Z||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-29T18:24:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:24:30.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:24:30.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:25:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:25:21.048Z||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-29T18:25:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:25:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:25:21.049Z||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-29T18:25:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:25:30.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:25:30.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:26:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:26:21.047Z||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-29T18:26:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:26:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:26:21.049Z||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-29T18:26:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:26:30.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:26:30.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:27:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:27:21.047Z||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-29T18:27:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:27:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:27:21.049Z||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-29T18:27:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:27:30.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:27:30.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:28:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:28:21.047Z||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-29T18:28:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:28:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:28:21.049Z||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-29T18:28:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:28:30.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:28:30.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:29:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:29:21.047Z||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-29T18:29:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:29:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:29:21.049Z||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-29T18:29:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:29:30.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:29:30.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:30:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:30:21.047Z||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-29T18:30:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:30:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:30:21.049Z||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-29T18:30:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:30:30.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:30:30.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:31:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:31:21.047Z||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-29T18:31:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:31:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:31:21.049Z||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-29T18:31:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:31:30.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:31:30.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:32:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:32:21.047Z||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-29T18:32:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:32:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:32:21.049Z||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-29T18:32:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:32:30.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:32:30.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:33:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:33:21.047Z||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-29T18:33:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:33:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:33:21.049Z||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-29T18:33:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:33:30.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:33:30.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:34:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:34:21.047Z||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-29T18:34:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:34:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:34:21.049Z||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-29T18:34:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:34:30.586Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:34:30.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:35:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:35:21.047Z||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-29T18:35:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:35:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:35:21.049Z||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-29T18:35:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:35:30.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:35:30.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:36:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:36:21.047Z||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-29T18:36:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:36:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:36:21.049Z||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-29T18:36:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:36:30.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:36:30.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:37:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:37:21.047Z||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-29T18:37:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:37:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:37:21.049Z||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-29T18:37:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:37:30.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:37:30.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:38:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:38:21.047Z||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-29T18:38:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:38:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:38:21.049Z||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-29T18:38:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:38:30.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:38:30.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:39:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:39:21.047Z||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-29T18:39:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:39:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:39:21.049Z||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-29T18:39:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:39:30.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:39:30.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:40:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:40:21.047Z||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-29T18:40:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:40:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:40:21.049Z||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-29T18:40:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:40:30.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:40:30.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:41:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:41:21.047Z||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-29T18:41:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:41:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:41:21.049Z||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-29T18:41:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:41:30.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:41:30.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:42:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:42:21.048Z||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-29T18:42:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:42:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:42:21.049Z||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-29T18:42:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:42:30.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:42:30.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:43:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:43:21.048Z||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-29T18:43:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:43:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:43:21.049Z||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-29T18:43:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:43:30.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:43:30.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:44:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:44:21.047Z||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-29T18:44:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:44:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:44:21.049Z||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-29T18:44:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:44:30.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:44:30.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:45:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:45:21.047Z||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-29T18:45:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:45:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:45:21.049Z||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-29T18:45:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:45:30.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:45:30.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:46:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:46:21.047Z||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-29T18:46:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:46:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:46:21.049Z||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-29T18:46:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:46:30.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:46:30.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:47:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:47:21.047Z||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-29T18:47:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:47:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:47:21.049Z||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-29T18:47:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:47:30.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:47:30.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:48:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:48:21.047Z||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-29T18:48:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:48:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:48:21.049Z||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-29T18:48:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:48:30.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:48:30.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:49:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:49:21.047Z||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-29T18:49:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:49:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:49:21.049Z||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-29T18:49:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:49:30.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:49:30.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:50:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:50:21.047Z||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-29T18:50:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:50:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:50:21.049Z||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-29T18:50:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:50:30.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:50:30.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:51:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:51:21.047Z||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-29T18:51:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:51:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:51:21.049Z||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-29T18:51:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:51:30.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:51:30.590Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:52:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:52:21.047Z||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-29T18:52:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:52:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:52:21.049Z||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-29T18:52:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:52:30.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:52:30.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:53:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:53:21.048Z||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-29T18:53:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:53:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:53:21.049Z||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-29T18:53:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:53:30.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:53:30.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:54:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:54:21.047Z||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-29T18:54:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:54:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:54:21.049Z||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-29T18:54:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:54:30.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:54:30.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:55:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:55:21.047Z||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-29T18:55:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:55:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:55:21.049Z||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-29T18:55:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:55:30.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:55:30.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:56:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:56:21.047Z||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-29T18:56:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:56:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:56:21.049Z||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-29T18:56:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:56:30.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:56:30.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:57:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:57:21.047Z||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-29T18:57:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:57:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:57:21.049Z||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-29T18:57:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:57:30.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:57:30.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:58:21.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:58:21.048Z||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-29T18:58:21.048Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:58:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:58:21.049Z||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-29T18:58:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:58:30.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:58:30.590Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:59:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:59:21.047Z||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-29T18:59:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:59:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T18:59:21.049Z||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-29T18:59:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T18:59:30.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T18:59:30.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:00:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:00:21.047Z||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-29T19:00:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:00:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:00:21.049Z||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-29T19:00:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:00:30.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:00:30.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:01:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:01:21.047Z||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-29T19:01:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:01:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:01:21.049Z||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-29T19:01:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:01:30.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:01:30.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:02:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:02:21.047Z||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-29T19:02:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:02:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:02:21.049Z||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-29T19:02:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:02:30.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:02:30.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:03:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:03:21.047Z||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-29T19:03:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:03:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:03:21.049Z||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-29T19:03:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:03:30.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:03:30.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:04:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:04:21.047Z||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-29T19:04:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:04:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:04:21.049Z||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-29T19:04:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:04:30.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:04:30.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:05:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:05:21.047Z||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-29T19:05:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:05:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:05:21.049Z||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-29T19:05:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:05:30.588Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:05:30.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:06:21.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:06:21.047Z||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-29T19:06:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:06:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:06:21.049Z||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-29T19:06:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:06:30.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:06:30.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:07:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:07:21.047Z||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-29T19:07:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:07:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:07:21.049Z||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-29T19:07:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:07:30.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:07:30.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:08:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:08:21.047Z||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-29T19:08:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:08:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:08:21.049Z||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-29T19:08:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:08:30.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:08:30.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:09:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:09:21.047Z||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-29T19:09:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:09:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:09:21.049Z||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-29T19:09:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:09:30.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:09:30.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:10:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:10:21.047Z||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-29T19:10:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:10:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:10:21.049Z||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-29T19:10:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:10:30.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:10:30.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:11:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:11:21.047Z||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-29T19:11:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:11:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:11:21.049Z||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-29T19:11:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:11:30.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:11:30.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:12:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:12:21.047Z||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-29T19:12:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:12:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:12:21.049Z||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-29T19:12:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:12:30.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:12:30.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:13:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:13:21.047Z||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-29T19:13:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:13:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:13:21.049Z||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-29T19:13:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:13:30.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:13:30.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:14:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:14:21.047Z||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-29T19:14:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:14:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:14:21.049Z||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-29T19:14:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:14:30.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:14:30.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:15:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:15:21.047Z||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-29T19:15:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:15:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:15:21.049Z||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-29T19:15:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:15:30.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:15:30.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:16:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:16:21.047Z||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-29T19:16:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:16:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:16:21.049Z||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-29T19:16:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:16:30.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:16:30.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:17:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:17:21.047Z||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-29T19:17:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:17:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:17:21.049Z||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-29T19:17:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:17:30.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:17:30.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:18:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:18:21.047Z||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-29T19:18:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:18:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:18:21.049Z||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-29T19:18:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:18:30.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:18:30.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:19:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:19:21.047Z||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-29T19:19:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:19:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:19:21.049Z||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-29T19:19:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:19:30.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:19:30.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:20:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:20:21.047Z||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-29T19:20:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:20:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:20:21.049Z||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-29T19:20:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:20:30.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:20:30.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:21:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:21:21.047Z||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-29T19:21:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:21:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:21:21.049Z||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-29T19:21:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:21:30.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:21:30.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:22:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:22:21.047Z||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-29T19:22:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:22:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:22:21.049Z||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-29T19:22:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:22:30.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:22:30.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:23:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:23:21.047Z||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-29T19:23:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:23:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:23:21.049Z||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-29T19:23:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:23:30.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:23:30.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:24:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:24:21.047Z||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-29T19:24:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:24:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:24:21.049Z||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-29T19:24:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:24:30.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:24:30.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:25:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:25:21.047Z||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-29T19:25:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:25:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:25:21.049Z||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-29T19:25:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:25:30.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:25:30.591Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:26:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:26:21.047Z||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-29T19:26:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:26:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:26:21.049Z||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-29T19:26:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:26:30.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:26:30.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:27:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:27:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:27:21.047Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:27:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:27:21.049Z||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-29T19:27:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:27:30.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:27:30.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:28:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:28:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:28:21.047Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:28:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:28:21.049Z||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-29T19:28:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:28:30.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:28:30.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:29:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:29:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:29:21.047Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:29:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:29:21.049Z||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-29T19:29:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:29:30.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:29:30.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:30:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:30:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:30:21.047Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:30:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:30:21.049Z||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-29T19:30:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:30:30.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:30:30.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:31:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:31:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:31:21.047Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:31:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:31:21.049Z||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-29T19:31:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:31:30.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:31:30.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:32:21.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:32:21.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:32:21.047Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:32:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:32:21.049Z||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-29T19:32:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:32:30.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:32:30.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:33:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:33:21.047Z||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-29T19:33:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:33:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:33:21.049Z||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-29T19:33:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:33:30.591Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:33:30.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:34:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:34:21.047Z||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-29T19:34:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:34:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:34:21.049Z||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-29T19:34:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:34:30.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:34:30.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:35:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:35:21.047Z||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-29T19:35:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:35:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:35:21.049Z||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-29T19:35:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:35:30.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:35:30.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:36:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:36:21.047Z||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-29T19:36:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:36:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:36:21.049Z||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-29T19:36:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:36:30.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:36:30.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:37:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:37:21.047Z||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-29T19:37:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:37:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:37:21.049Z||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-29T19:37:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:37:30.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:37:30.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:38:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:38:21.047Z||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-29T19:38:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:38:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:38:21.049Z||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-29T19:38:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:38:30.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:38:30.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:39:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:39:21.047Z||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-29T19:39:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:39:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:39:21.049Z||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-29T19:39:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:39:30.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:39:30.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:40:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:40:21.047Z||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-29T19:40:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:40:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:40:21.049Z||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-29T19:40:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:40:30.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:40:30.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:41:21.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:41:21.047Z||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-29T19:41:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:41:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:41:21.049Z||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-29T19:41:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:41:30.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:41:30.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:42:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:42:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:42:21.047Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:42:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:42:21.049Z||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-29T19:42:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:42:30.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:42:30.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:43:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:43:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:43:21.047Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:43:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:43:21.049Z||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-29T19:43:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:43:30.589Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:43:30.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:44:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:44:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:44:21.047Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:44:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:44:21.049Z||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-29T19:44:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:44:30.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:44:30.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:45:21.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:45:21.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:45:21.047Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:45:21.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:45:21.049Z||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-29T19:45:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:45:30.588Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:45:30.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:46:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:46:21.047Z||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-29T19:46:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:46:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:46:21.049Z||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-29T19:46:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:46:30.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:46:30.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:47:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:47:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:47:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:47:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:47:21.049Z||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-29T19:47:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:47:30.590Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:47:30.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:48:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:48:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:48:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:48:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:48:21.049Z||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-29T19:48:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:48:30.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:48:30.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:49:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:49:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:49:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:49:21.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:49:21.049Z||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-29T19:49:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:49:30.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:49:30.587Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:50:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:50:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:50:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:50:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:50:21.049Z||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-29T19:50:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:50:30.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:50:30.588Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:51:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:51:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:51:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:51:21.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:51:21.049Z||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-29T19:51:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:51:30.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:51:30.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:52:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:52:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:52:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:52:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:52:21.049Z||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-29T19:52:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:52:30.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:52:30.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:53:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:53:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:53:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:53:21.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:53:21.049Z||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-29T19:53:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:53:30.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:53:30.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:54:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:54:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:54:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:54:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:54:21.049Z||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-29T19:54:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:54:30.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:54:30.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:55:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:55:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:55:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:55:21.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:55:21.049Z||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-29T19:55:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:55:30.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:55:30.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:56:21.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:56:21.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-29T19:56:21.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:56:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:56:21.049Z||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-29T19:56:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:56:30.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:56:30.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:57:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:57:21.047Z||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-29T19:57:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:57:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:57:21.049Z||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-29T19:57:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:57:30.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:57:30.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:58:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:58:21.047Z||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-29T19:58:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:58:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:58:21.049Z||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-29T19:58:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:58:30.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:58:30.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:59:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:59:21.047Z||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-29T19:59:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:59:21.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T19:59:21.049Z||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-29T19:59:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T19:59:30.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T19:59:30.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:00:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:00:21.047Z||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-29T20:00:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:00:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:00:21.049Z||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-29T20:00:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:00:30.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:00:30.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:21.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:01:21.047Z||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-29T20:01:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:01:21.049Z||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-29T20:01:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:21.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:21.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "aai-ml",
"timestamp": 1632945653113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945659628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "cds",
"timestamp": 1632945655115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "dcae-sch",
"timestamp": 1632945655343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "policy-id",
"timestamp": 1632945657545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945657374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945659628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "cds",
"timestamp": 1632945655115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "aai-ml",
"timestamp": 1632945653113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "dcae-sch",
"timestamp": 1632945655343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "policy-id",
"timestamp": 1632945657545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945657374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "NOTIFIED"
}
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945663926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945659628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "aai-ml",
"timestamp": 1632945653113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "cds",
"timestamp": 1632945655115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "dcae-sch",
"timestamp": 1632945655343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "policy-id",
"timestamp": 1632945657545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-29T20:01:21.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945657374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945663926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945659628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "aai-ml",
"timestamp": 1632945653113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "cds",
"timestamp": 1632945655115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "dcae-sch",
"timestamp": 1632945655343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "policy-id",
"timestamp": 1632945657545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945657374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945663926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945659628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "aai-ml",
"timestamp": 1632945653113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "cds",
"timestamp": 1632945655115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "dcae-sch",
"timestamp": 1632945655343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "policy-id",
"timestamp": 1632945657545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945657374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945663926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945659628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "aai-ml",
"timestamp": 1632945653113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "cds",
"timestamp": 1632945655115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "dcae-sch",
"timestamp": 1632945655343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945657374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "policy-id",
"timestamp": 1632945657545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945663926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945659628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "aai-ml",
"timestamp": 1632945653113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:01:21.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "cds",
"timestamp": 1632945655115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "dcae-sch",
"timestamp": 1632945655343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "policy-id",
"timestamp": 1632945657545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945657374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945663926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "cds",
"timestamp": 1632945670173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "policy-id",
"timestamp": 1632945670182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "aai-ml",
"timestamp": 1632945670236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945670247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945663926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:01:21.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:21.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "cds",
"timestamp": 1632945671187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-29T20:01:21.669Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:21.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1e7dfb6-b452-4079-97be-d511d9f45244","serviceName":"basic_onboard_nFvbWk","serviceVersion":"1.0","serviceUUID":"e11a9014-0ea8-4224-828f-14cb9d98e4c1","serviceDescription":"service","serviceInvariantUUID":"00d633ba-ac29-4e65-b731-b437f9455e19","resources":[{"resourceInstanceName":"basic_onboard_nFvbWk 0","resourceName":"basic_onboard_nFvbWk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2852c859-5dba-46cf-b72f-7e0b023b2990","resourceInvariantUUID":"7e4ecdff-d376-4303-b6e6-6ce980f2a2b9","resourceCustomizationUUID":"0111d423-a025-43a4-bf4f-38ea57b6ed57","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml","artifactChecksum":"NGNmMTFkMGUzNTEyNWZiZTYxOGZlNzU3YjhiMjU1OWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ad14b89-95e3-453a-8b9a-2bd2ce16edd8","artifactVersion":"1"},{"artifactName":"basic_onboard_nfvbwk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json","artifactChecksum":"Yzc5MzA3YmQwYTc0OTMxMDNiZDA2YmMwMGZiMDBjNDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa995bcf-7799-411c-956c-bb58503e7b8e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5354a164-189a-41e5-aaed-e488be5d613d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5cfab041-f4bd-4ed0-b476-96aba2efacb8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"db4161bb-88c9-47f6-bf5c-3df5c946f74a","artifactVersion":"2","generatedFromUUID":"5354a164-189a-41e5-aaed-e488be5d613d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNfvbwk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml","artifactChecksum":"MTFhZTY3OTlmZTIzODlkMGJjMDYwOTQ0ZDcyNzBhM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37193269-406c-4c9f-a951-b815e37cb586","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNfvbwk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar","artifactChecksum":"ZTYwZTlkOTBjNDhhNmQyYzEyYjA2NGJmZWY3NDE1MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e18422e1-31ad-4cde-b48a-0c2863a05fec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:01:21.677Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:21.683Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:21.694Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:21.694Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
"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=?
2021-09-29T20:01:21.794Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-29T20:01:21.797Z||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-29T20:01:21.797Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:21.807Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:21.808Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 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-29T20:01:21.826Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1e7dfb6-b452-4079-97be-d511d9f45244
2021-09-29T20:01:21.842Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e7dfb6-b452-4079-97be-d511d9f45244 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-29T20:01:21.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "policy-id",
"timestamp": 1632945671191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945671559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945672168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "policy-id",
"timestamp": 1632945672194,
"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-29T20:01:21.882Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1e7dfb6-b452-4079-97be-d511d9f45244
2021-09-29T20:01:21.882Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e7dfb6-b452-4079-97be-d511d9f45244 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-29T20:01:21.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945673066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:01:21.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945674386,
"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-29T20:01:21.895Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1e7dfb6-b452-4079-97be-d511d9f45244
2021-09-29T20:01:21.895Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e7dfb6-b452-4079-97be-d511d9f45244 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-29T20:01:21.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945675390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-29T20:01:21.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945675882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:01:21.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:01:21.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945676886,
"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-29T20:01:21.908Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1e7dfb6-b452-4079-97be-d511d9f45244
2021-09-29T20:01:21.908Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e7dfb6-b452-4079-97be-d511d9f45244 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-29T20:01:21.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:01:21.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "clamp",
"timestamp": 1632945679850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:21.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:01:22.699Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:22.700Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:22.701Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:22.701Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "NOTIFIED"
}
2021-09-29T20:01:22.801Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:22.802Z||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-29T20:01:22.802Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:22.813Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:22.813Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:23.701Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:23.702Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:23.704Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:23.704Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-29T20:01:23.804Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:23.805Z||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-29T20:01:23.805Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:23.818Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:23.818Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:24.705Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:24.705Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:24.707Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:24.707Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:24.807Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:24.808Z||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-29T20:01:24.808Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:24.817Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:24.818Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:25.708Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:25.709Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:25.710Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:25.710Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-29T20:01:25.810Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:25.811Z||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-29T20:01:25.811Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:25.822Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:25.823Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:01:26.711Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:26.712Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:26.713Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:26.713Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:01:26.813Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:26.814Z||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-29T20:01:26.814Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:26.823Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:26.824Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:27.714Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:01:27.715Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:27.716Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:27.716Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:01:27.816Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:27.817Z||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-29T20:01:27.817Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:27.827Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:27.827Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:28.718Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"serviceName": "basic_onboard_nFvbWk",
"serviceVersion": "1.0",
"serviceUUID": "e11a9014-0ea8-4224-828f-14cb9d98e4c1",
"serviceDescription": "service",
"serviceInvariantUUID": "00d633ba-ac29-4e65-b731-b437f9455e19",
"resources": [
{
"resourceInstanceName": "basic_onboard_nFvbWk 0",
"resourceCustomizationUUID": "0111d423-a025-43a4-bf4f-38ea57b6ed57",
"resourceName": "basic_onboard_nFvbWk",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2852c859-5dba-46cf-b72f-7e0b023b2990",
"resourceInvariantUUID": "7e4ecdff-d376-4303-b6e6-6ce980f2a2b9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nfvbwk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"artifactChecksum": "Yzc5MzA3YmQwYTc0OTMxMDNiZDA2YmMwMGZiMDBjNDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aa995bcf-7799-411c-956c-bb58503e7b8e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5354a164-189a-41e5-aaed-e488be5d613d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "db4161bb-88c9-47f6-bf5c-3df5c946f74a",
"generatedFromUUID": "5354a164-189a-41e5-aaed-e488be5d613d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "db4161bb-88c9-47f6-bf5c-3df5c946f74a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNfvbwk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"artifactChecksum": "ZTYwZTlkOTBjNDhhNmQyYzEyYjA2NGJmZWY3NDE1MDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e18422e1-31ad-4cde-b48a-0c2863a05fec"
}
],
"workloadContext": "Production"
}
2021-09-29T20:01:28.719Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:01:28.719Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e11a9014-0ea8-4224-828f-14cb9d98e4c1 ASDC
2021-09-29T20:01:28.800Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d1e7dfb6-b452-4079-97be-d511d9f45244
ServiceName:basic_onboard_nFvbWk
ServiceVersion:1.0
ServiceUUID:e11a9014-0ea8-4224-828f-14cb9d98e4c1
ServiceInvariantUUID:00d633ba-ac29-4e65-b731-b437f9455e19
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNfvbwk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar
ArtifactUUID:e18422e1-31ad-4cde-b48a-0c2863a05fec
ArtifactChecksum:ZTYwZTlkOTBjNDhhNmQyYzEyYjA2NGJmZWY3NDE1MDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nFvbWk 0
ResourceCustomizationUUID:0111d423-a025-43a4-bf4f-38ea57b6ed57
ResourceInvariantUUID:7e4ecdff-d376-4303-b6e6-6ce980f2a2b9
ResourceName:basic_onboard_nFvbWk
ResourceType:VF
ResourceUUID:2852c859-5dba-46cf-b72f-7e0b023b2990
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nfvbwk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json
ArtifactUUID:aa995bcf-7799-411c-956c-bb58503e7b8e
ArtifactChecksum:Yzc5MzA3YmQwYTc0OTMxMDNiZDA2YmMwMGZiMDBjNDY=
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/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5354a164-189a-41e5-aaed-e488be5d613d
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/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env
ArtifactUUID:db4161bb-88c9-47f6-bf5c-3df5c946f74a
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/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env
ArtifactUUID:db4161bb-88c9-47f6-bf5c-3df5c946f74a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-29T20:01:28.801Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e11a9014-0ea8-4224-828f-14cb9d98e4c1 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-29T20:01:28.841Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:01:28.842Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T20:01:28.842Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T20:01:28.843Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e18422e1-31ad-4cde-b48a-0c2863a05fec from URL: /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:28.843Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:01:28.844Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:29.015Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:01:29.028Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar e18422e1-31ad-4cde-b48a-0c2863a05fec 71382
2021-09-29T20:01:29.030Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar ASDC sendASDCNotification
2021-09-29T20:01:29.030Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:29.030Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:01:29.031Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:29.033Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:29.033Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945689029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:01:29.133Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:29.133Z||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-29T20:01:29.134Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:29.144Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:29.144Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:30.033Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:01:30.034Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T20:01:30.034Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e18422e1-31ad-4cde-b48a-0c2863a05fec, URL: /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar to file: /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:30.035Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:30.085Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:30.085Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:30.766Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3353317705030544478/Definitions/service-BasicOnboardNfvbwk-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-29T20:01:32.336Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:01:32.339Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T20:01:32.339Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.339Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||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-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||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-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||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-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||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-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||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-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nFvbWk 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-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||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-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:32.340Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T20:01:32.345Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.346Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.349Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:32.349Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T20:01:32.350Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:01:32.361Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.361Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.361Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:32.361Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T20:01:32.361Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:01:32.361Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.362Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.364Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.364Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is not matching search criteria
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.365Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:01:32.366Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.366Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:32.366Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:01:32.367Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.367Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:32.367Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:01:32.367Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.367Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is not matching search criteria
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e08e063c-9936-45f7-a2c6-ae1343c6ff38
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.368Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.369Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.369Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.369Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.369Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:32.369Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:32.369Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nFvbWk
Description:service
Model UUID:e11a9014-0ea8-4224-828f-14cb9d98e4c1
Model Version:NULL
Model InvariantUuid:00d633ba-ac29-4e65-b731-b437f9455e19
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nFvbWk
Model UUID:0f446c53-c1ff-4289-b4b4-4627f0c06718
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e4ecdff-d376-4303-b6e6-6ce980f2a2b9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0111d423-a025-43a4-bf4f-38ea57b6ed57
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:38b95594-1456-42a3-a397-2b9aeb3c03a6
ModelName:BasicOnboardNfvbwk..base_ubuntu18..module-0
ModelUuid:cbabfca7-8b75-45e5-b573-d85e28032644
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e08e063c-9936-45f7-a2c6-ae1343c6ff38
ModelInvariantUuid:04907ef9-0c14-42e4-a7e1-07656b7fc51e
ModelName:basic_onboard_nFvbWk-nodes.ubuntu18Cvfc
ModelUuid:798f001f-f987-41ec-8f17-7fef9542b8da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ed19f9b7-206f-41c7-baef-873f3cd4e018
ModelInvariantUuid:e6673d8c-4f4f-4458-9669-d745ef355710
ModelName:BasicOnboardNfvbwk.compute.nodes.heat.ubuntu18
ModelUuid:630f6a63-9c7d-48a2-a398-7c3552ed4036
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-29T20:01:32.377Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2852c859-5dba-46cf-b72f-7e0b023b2990
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-29T20:01:32.440Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||basic_onboard_nFvbWk 0
2021-09-29T20:01:32.444Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2852c859-5dba-46cf-b72f-7e0b023b2990
2021-09-29T20:01:32.445Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: aa995bcf-7799-411c-956c-bb58503e7b8e from URL: /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json
2021-09-29T20:01:32.445Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:01:32.445Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json
2021-09-29T20:01:33.057Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:01:33.058Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json aa995bcf-7799-411c-956c-bb58503e7b8e 798
2021-09-29T20:01:33.058Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json ASDC sendASDCNotification
2021-09-29T20:01:33.058Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json
2021-09-29T20:01:33.058Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:01:33.058Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:33.060Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:33.060Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945693058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:01:33.160Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:33.161Z||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-29T20:01:33.161Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:33.171Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:33.171Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:34.061Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNfvbwk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "38b95594-1456-42a3-a397-2b9aeb3c03a6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cbabfca7-8b75-45e5-b573-d85e28032644",
"vfModuleModelCustomizationUUID": "5d19f401-33b0-45ac-80ee-56ddc18ee43d",
"isBase": true,
"artifacts": [
"5354a164-189a-41e5-aaed-e488be5d613d",
"db4161bb-88c9-47f6-bf5c-3df5c946f74a"
],
"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-29T20:01:34.072Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNfvbwk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbabfca7-8b75-45e5-b573-d85e28032644
VfModuleModelInvariantUUID:38b95594-1456-42a3-a397-2b9aeb3c03a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
5354a164-189a-41e5-aaed-e488be5d613d
,
db4161bb-88c9-47f6-bf5c-3df5c946f74a
}
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-29T20:01:34.074Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNfvbwk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "38b95594-1456-42a3-a397-2b9aeb3c03a6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cbabfca7-8b75-45e5-b573-d85e28032644",
"vfModuleModelCustomizationUUID": "5d19f401-33b0-45ac-80ee-56ddc18ee43d",
"isBase": true,
"artifacts": [
"5354a164-189a-41e5-aaed-e488be5d613d",
"db4161bb-88c9-47f6-bf5c-3df5c946f74a"
],
"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-29T20:01:34.075Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNfvbwk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbabfca7-8b75-45e5-b573-d85e28032644
VfModuleModelInvariantUUID:38b95594-1456-42a3-a397-2b9aeb3c03a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
5354a164-189a-41e5-aaed-e488be5d613d
,
db4161bb-88c9-47f6-bf5c-3df5c946f74a
}
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-29T20:01:34.075Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5354a164-189a-41e5-aaed-e488be5d613d from URL: /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml
2021-09-29T20:01:34.075Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:01:34.075Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml
2021-09-29T20:01:34.749Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:01:34.750Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml 5354a164-189a-41e5-aaed-e488be5d613d 5033
2021-09-29T20:01:34.750Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-29T20:01:34.750Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml
2021-09-29T20:01:34.750Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:01:34.750Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:34.752Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:34.752Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945694750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:01:34.852Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:34.853Z||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-29T20:01:34.853Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:34.862Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:34.862Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:35.753Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: db4161bb-88c9-47f6-bf5c-3df5c946f74a from URL: /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env
2021-09-29T20:01:35.753Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:01:35.753Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env
2021-09-29T20:01:36.834Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:01:36.835Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env db4161bb-88c9-47f6-bf5c-3df5c946f74a 909
2021-09-29T20:01:36.835Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-29T20:01:36.835Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env
2021-09-29T20:01:36.835Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:01:36.835Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:36.837Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:36.837Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945696835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:01:36.937Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:36.938Z||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-29T20:01:36.938Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:36.949Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:36.949Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:01:37.838Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: e11a9014-0ea8-4224-828f-14cb9d98e4c1
2021-09-29T20:01:37.838Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nFvbWk 0 2852c859-5dba-46cf-b72f-7e0b023b2990 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-29T20:01:37.860Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49793c86, org.onap.sdc.toscaparser.api.parameters.Input@32749e4, org.onap.sdc.toscaparser.api.parameters.Input@46dfe2fe, org.onap.sdc.toscaparser.api.parameters.Input@75b76a8a, org.onap.sdc.toscaparser.api.parameters.Input@752af5b6]
2021-09-29T20:01:37.863Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.863Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.863Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-09-29T20:01:37.863Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0111d423-a025-43a4-bf4f-38ea57b6ed57
2021-09-29T20:01:37.864Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0111d423-a025-43a4-bf4f-38ea57b6ed57 matches Tosca VF Customization UUID: 0111d423-a025-43a4-bf4f-38ea57b6ed57
2021-09-29T20:01:37.864Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0111d423-a025-43a4-bf4f-38ea57b6ed57 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-29T20:01:37.868Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.868Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.869Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0111d423-a025-43a4-bf4f-38ea57b6ed57: {\"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-29T20:01:37.869Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65595a3e
2021-09-29T20:01:37.869Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.869Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:01:37.870Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5d19f401-33b0-45ac-80ee-56ddc18ee43d
2021-09-29T20:01:37.870Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5d19f401-33b0-45ac-80ee-56ddc18ee43d
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-29T20:01:37.874Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.874Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:37.874Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:01:37.875Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.875Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:37.875Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:01:37.875Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.875Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is not matching search criteria
2021-09-29T20:01:37.876Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-29T20:01:37.876Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-29T20:01:37.876Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e08e063c-9936-45f7-a2c6-ae1343c6ff38
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-29T20:01:37.881Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.881Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:37.881Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:01:37.881Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.881Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_nFvbWk 0 is matching search criteria
2021-09-29T20:01:37.882Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_nFvbWk 0] matching following query criteria: sdcType=VF, customizationUUID=0111d423-a025-43a4-bf4f-38ea57b6ed57
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-29T20:01:37.883Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.883Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.883Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid e11a9014-0ea8-4224-828f-14cb9d98e4c1: basic_onboard_nFvbWk
2021-09-29T20:01:37.883Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.884Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.885Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:01:37.885Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_nFvbWk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:01:37.885Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_nFvbWk
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-29T20:01:37.995Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nFvbWk 2852c859-5dba-46cf-b72f-7e0b023b2990 1 ASDC deployResourceStructure
2021-09-29T20:01:37.995Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json ASDC sendASDCNotification
2021-09-29T20:01:37.995Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json
2021-09-29T20:01:37.995Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:01:37.995Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:37.996Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:37.997Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945697995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-29T20:01:38.097Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:38.098Z||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-29T20:01:38.098Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:38.108Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:38.108Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:38.997Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-29T20:01:38.998Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml
2021-09-29T20:01:38.998Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:01:38.998Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:38.999Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:39.000Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945698997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-29T20:01:39.100Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:39.101Z||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-29T20:01:39.101Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:39.110Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:39.111Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:40.000Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-29T20:01:40.001Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env
2021-09-29T20:01:40.001Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:01:40.001Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:40.003Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:40.003Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945700000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-29T20:01:40.103Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:40.104Z||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-29T20:01:40.104Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:40.114Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:40.115Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:41.004Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar ASDC sendASDCNotification
2021-09-29T20:01:41.004Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar
2021-09-29T20:01:41.004Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:01:41.004Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:01:41.006Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:01:41.006Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945701004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:01:41.106Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:01:41.107Z||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-29T20:01:41.107Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:01:41.117Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:01:41.117Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:01:42.007Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:01:42.022Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:01:42.024Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:01:42.025Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:01:42.025Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:02:12.025Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:02:12.034Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:02:12.038Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:02:12.038Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:02:12.038Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:02:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:02:21.050Z||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-29T20:02:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:02:21.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:02:21.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:02:21.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "clamp",
"timestamp": 1632945679850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "NOTIFIED"
}
2021-09-29T20:02:21.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:02:42.038Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:02:42.051Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:02:42.053Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:02:42.053Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:02:42.053Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:03:12.054Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:03:12.062Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:03:12.064Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:03:12.065Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:03:12.065Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:03:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:03:21.050Z||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-29T20:03:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:03:21.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:03:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:03:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:03:21.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:03:42.065Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:03:42.073Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:03:42.076Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:03:42.076Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:03:42.076Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:04:12.076Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:04:12.086Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:04:12.088Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:04:12.088Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-29T20:04:12.088Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-29T20:04:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:04:21.049Z||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-29T20:04:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:04:21.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:04:21.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "aai-ml",
"timestamp": 1632945681917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "clamp",
"timestamp": 1632945679850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "aai-ml",
"timestamp": 1632945682922,
"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-29T20:04:21.081Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1e7dfb6-b452-4079-97be-d511d9f45244
2021-09-29T20:04:21.081Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e7dfb6-b452-4079-97be-d511d9f45244 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-29T20:04:21.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "clamp",
"timestamp": 1632945679850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "clamp",
"timestamp": 1632945679850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "clamp",
"timestamp": 1632945679850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "clamp",
"timestamp": 1632945679850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945681046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945689029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945693058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945694750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "clamp",
"timestamp": 1632945695910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945696835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "clamp",
"timestamp": 1632945697919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945697995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/basic_onboard_nfvbwk0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "clamp",
"timestamp": 1632945698923,
"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-29T20:04:21.099Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1e7dfb6-b452-4079-97be-d511d9f45244
2021-09-29T20:04:21.099Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e7dfb6-b452-4079-97be-d511d9f45244 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-29T20:04:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945698997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945700000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/resourceInstances/basic_onboard_nfvbwk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945701004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNfvbwk/1.0/artifacts/service-BasicOnboardNfvbwk-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945719628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945723926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "policy-id",
"timestamp": 1632945717545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945717374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945719628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945723926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "policy-id",
"timestamp": 1632945717545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945717374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945719628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945723926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "policy-id",
"timestamp": 1632945717545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945717374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945719628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945723926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "policy-id",
"timestamp": 1632945717545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945717374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945719628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945723926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "policy-id",
"timestamp": 1632945717545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945717374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945719628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "cds",
"timestamp": 1632945730115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945723926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "policy-id",
"timestamp": 1632945717545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945717374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "cds",
"timestamp": 1632945730115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "ves-openapi-manager",
"timestamp": 1632945719628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945723926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "policy-id",
"timestamp": 1632945717545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945717374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "cds",
"timestamp": 1632945730115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945733248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "policy-id",
"timestamp": 1632945733283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945733342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "cds",
"timestamp": 1632945730115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "policy-id",
"timestamp": 1632945734287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:04:21.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945734758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "cds",
"timestamp": 1632945730115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "policy-id",
"timestamp": 1632945735289,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:04:21.127Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bee70278-1e9a-4d7e-9971-e944e3c6b428
2021-09-29T20:04:21.127Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bee70278-1e9a-4d7e-9971-e944e3c6b428 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-29T20:04:21.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "cds",
"timestamp": 1632945730115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "dcae-sch",
"timestamp": 1632945735343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945736212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "cds",
"timestamp": 1632945730115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945736842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "dcae-sch",
"timestamp": 1632945735343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632945737215,
"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-29T20:04:21.141Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bee70278-1e9a-4d7e-9971-e944e3c6b428
2021-09-29T20:04:21.141Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bee70278-1e9a-4d7e-9971-e944e3c6b428 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-29T20:04:21.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945737858,
"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-29T20:04:21.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bee70278-1e9a-4d7e-9971-e944e3c6b428
2021-09-29T20:04:21.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bee70278-1e9a-4d7e-9971-e944e3c6b428 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-29T20:04:21.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "dcae-sch",
"timestamp": 1632945735343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632945738861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "DEPLOY_OK"
}
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "dcae-sch",
"timestamp": 1632945735343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "cds",
"timestamp": 1632945739846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "dcae-sch",
"timestamp": 1632945735343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "clamp",
"timestamp": 1632945739850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:04:21.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:04:21.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:04:21.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "cds",
"timestamp": 1632945740850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-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-29T20:04:21.164Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bee70278-1e9a-4d7e-9971-e944e3c6b428
2021-09-29T20:04:21.164Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bee70278-1e9a-4d7e-9971-e944e3c6b428 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-29T20:04:42.089Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:04:42.100Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244
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-29T20:04:42.102Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-29T20:04:42.103Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-29T20:04:42.104Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||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-29T20:04:42.108Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:05:12.108Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1e7dfb6-b452-4079-97be-d511d9f45244 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-29T20:05:12.116Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1e7dfb6-b452-4079-97be-d511d9f45244 and serviceModelVersionId: e11a9014-0ea8-4224-828f-14cb9d98e4c1
2021-09-29T20:05:12.117Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00d633ba-ac29-4e65-b731-b437f9455e19
2021-09-29T20:05:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:05:21.049Z||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-29T20:05:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:21.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:21.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "dcae-sch",
"timestamp": 1632945735343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "clamp",
"timestamp": 1632945739850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "NOTIFIED"
}
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "dcae-sch",
"timestamp": 1632945735343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "clamp",
"timestamp": 1632945739850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "clamp",
"timestamp": 1632945739850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "aai-ml",
"timestamp": 1632945743113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "clamp",
"timestamp": 1632945739850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "aai-ml",
"timestamp": 1632945743113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "clamp",
"timestamp": 1632945739850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "aai-ml",
"timestamp": 1632945743113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "clamp",
"timestamp": 1632945739850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "aai-ml",
"timestamp": 1632945743113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "aai-ml",
"timestamp": 1632945743113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "aai-ml",
"timestamp": 1632945743113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "aai-ml",
"timestamp": 1632945743113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "aai-ml",
"timestamp": 1632945750926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "clamp",
"timestamp": 1632945755908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:05:21.574Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:05:21.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "clamp",
"timestamp": 1632945757916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:05:21.575Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:05:21.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "clamp",
"timestamp": 1632945758919,
"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-29T20:05:21.581Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bee70278-1e9a-4d7e-9971-e944e3c6b428
2021-09-29T20:05:21.581Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bee70278-1e9a-4d7e-9971-e944e3c6b428 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-29T20:05:21.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "aai-ml",
"timestamp": 1632945760735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:05:21.590Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:05:21.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:05:21.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "aai-ml",
"timestamp": 1632945761738,
"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-29T20:05:21.594Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bee70278-1e9a-4d7e-9971-e944e3c6b428
2021-09-29T20:05:21.594Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bee70278-1e9a-4d7e-9971-e944e3c6b428 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-29T20:05:23.623Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0
2021-09-29T20:05:23.712Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:05:24.078Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0|INFO|500||Invoke
2021-09-29T20:05:24.083Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d1e7dfb6-b452-4079-97be-d511d9f45244], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c831774-9527-4653-a324-ee3b18d9d68c], X-ECOMP-RequestID=[d1e7dfb6-b452-4079-97be-d511d9f45244], X-TransactionId=[], X-ONAP-RequestID=[d1e7dfb6-b452-4079-97be-d511d9f45244], Content-Type=[application/merge-patch+json]}
2021-09-29T20:05:24.180Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-29T20:05:24.764Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?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/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210929-20:05:24:188-31726], vertex-id=[168184], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:05:24 GMT], Content-Type=[application/json]}
2021-09-29T20:05:24.765Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:05:24.766Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00d633ba-ac29-4e65-b731-b437f9455e19/model-vers/model-ver/e11a9014-0ea8-4224-828f-14cb9d98e4c1?depth=0|INFO|500||InvokeReturn
2021-09-29T20:05:24.768Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:05:24.769Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||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-29T20:05:24.772Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||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-29T20:05:24.777Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1e7dfb6-b452-4079-97be-d511d9f45244 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:05:24.778Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:05:24.778Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:24.780Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:24.780Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945924777,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:05:24.880Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:24.881Z||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-29T20:05:24.881Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:24.890Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:24.890Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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-29T20:05:25.791Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:05:25.791Z|d1e7dfb6-b452-4079-97be-d511d9f45244|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-29T20:05:25.792Z|d1e7dfb6-b452-4079-97be-d511d9f45244|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:30.081Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:30.081Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-29T20:05:30.081Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bee70278-1e9a-4d7e-9971-e944e3c6b428","serviceName":"vFW 2021-09-29 19-59-48","serviceVersion":"1.0","serviceUUID":"6c6db904-4f37-46f5-b79e-ba3a317b8ce3","serviceDescription":"catalog service description","serviceInvariantUUID":"f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34","resources":[{"resourceInstanceName":"vFW a13246b9-4061 0","resourceName":"vFW a13246b9-4061","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1073ae2-9112-4a44-a041-17cb87f00a86","resourceInvariantUUID":"7350c6da-7ef3-47de-90a0-fe0e02c7d45c","resourceCustomizationUUID":"308e4a1f-5304-4a52-9525-a3ec75512608","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml","artifactChecksum":"YzZhZmY4MjgwZGQ5MTJkNDNmNjMwODc1OWIxNjM4ZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d34679ad-de51-42a9-b270-31290d490721","artifactVersion":"1"},{"artifactName":"vfwa13246b940610_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json","artifactChecksum":"NWY1ZGNlMDEzMjM1YmQ0MjM0MTc1OGE2ZWYxYzAwODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b09ef612-f1f3-4faf-9e55-e8b5ded36f90","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b70e282e-ebf6-4765-8bb5-8744e8d6053f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml","artifactChecksum":"NzkzMTFjM2MwNGVjY2YzNjgzZjEyODAwYzJlNTRlYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d42d0e99-24d5-4fce-91f0-94b3cdb64849","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f7b034e5-4d93-407d-ae90-34483ff74a47","artifactVersion":"2","generatedFromUUID":"b70e282e-ebf6-4765-8bb5-8744e8d6053f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210929195948-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml","artifactChecksum":"YTg2NzEzZGU3Y2RiNGUzYmM3ODk5MzJmOGI2Y2JmMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8ad8d58-e785-4a48-963a-5a8c67cbbcbf","artifactVersion":"1"},{"artifactName":"service-Vfw20210929195948-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar","artifactChecksum":"NWNiNzcwYzZiMjM2YzIyNzE4MGZkNzU1NTJjZDc2MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9e3ee98-e0ab-4b59-b53e-abb6dab9e0de","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:05:30.083Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:30.084Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:30.085Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:30.085Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:30.185Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:30.186Z||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-29T20:05:30.186Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:30.196Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:30.196Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:31.086Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:31.086Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:31.088Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:31.088Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "NOTIFIED"
}
2021-09-29T20:05:31.188Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:31.189Z||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-29T20:05:31.189Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:31.200Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:31.200Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:32.089Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:32.089Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:32.091Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:32.091Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-29T20:05:32.191Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:32.193Z||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-29T20:05:32.193Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:32.204Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:32.204Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:33.092Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:33.092Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:33.094Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:33.094Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:33.195Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-29T20:05:33.195Z||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-29T20:05:33.195Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:33.205Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:33.206Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:34.095Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:34.096Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:34.097Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:34.097Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-29T20:05:34.197Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:34.198Z||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-29T20:05:34.198Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:34.209Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:34.209Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:35.097Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:35.098Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:35.100Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:35.100Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:05:35.200Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:35.200Z||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-29T20:05:35.200Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:35.211Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:35.211Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:36.100Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:05:36.101Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:36.102Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:36.102Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:05:36.203Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-29T20:05:36.203Z||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-29T20:05:36.203Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:36.214Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:36.214Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:37.104Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"serviceName": "vFW 2021-09-29 19-59-48",
"serviceVersion": "1.0",
"serviceUUID": "6c6db904-4f37-46f5-b79e-ba3a317b8ce3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34",
"resources": [
{
"resourceInstanceName": "vFW a13246b9-4061 0",
"resourceCustomizationUUID": "308e4a1f-5304-4a52-9525-a3ec75512608",
"resourceName": "vFW a13246b9-4061",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f1073ae2-9112-4a44-a041-17cb87f00a86",
"resourceInvariantUUID": "7350c6da-7ef3-47de-90a0-fe0e02c7d45c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa13246b940610_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"artifactChecksum": "NWY1ZGNlMDEzMjM1YmQ0MjM0MTc1OGE2ZWYxYzAwODM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b09ef612-f1f3-4faf-9e55-e8b5ded36f90",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b70e282e-ebf6-4765-8bb5-8744e8d6053f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f7b034e5-4d93-407d-ae90-34483ff74a47",
"generatedFromUUID": "b70e282e-ebf6-4765-8bb5-8744e8d6053f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f7b034e5-4d93-407d-ae90-34483ff74a47",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210929195948-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"artifactChecksum": "NWNiNzcwYzZiMjM2YzIyNzE4MGZkNzU1NTJjZDc2MTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c9e3ee98-e0ab-4b59-b53e-abb6dab9e0de"
}
],
"workloadContext": "Production"
}
2021-09-29T20:05:37.104Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:05:37.104Z|d1e7dfb6-b452-4079-97be-d511d9f45244|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6c6db904-4f37-46f5-b79e-ba3a317b8ce3 ASDC
2021-09-29T20:05:37.104Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:bee70278-1e9a-4d7e-9971-e944e3c6b428
ServiceName:vFW 2021-09-29 19-59-48
ServiceVersion:1.0
ServiceUUID:6c6db904-4f37-46f5-b79e-ba3a317b8ce3
ServiceInvariantUUID:f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210929195948-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar
ArtifactUUID:c9e3ee98-e0ab-4b59-b53e-abb6dab9e0de
ArtifactChecksum:NWNiNzcwYzZiMjM2YzIyNzE4MGZkNzU1NTJjZDc2MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a13246b9-4061 0
ResourceCustomizationUUID:308e4a1f-5304-4a52-9525-a3ec75512608
ResourceInvariantUUID:7350c6da-7ef3-47de-90a0-fe0e02c7d45c
ResourceName:vFW a13246b9-4061
ResourceType:VF
ResourceUUID:f1073ae2-9112-4a44-a041-17cb87f00a86
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa13246b940610_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json
ArtifactUUID:b09ef612-f1f3-4faf-9e55-e8b5ded36f90
ArtifactChecksum:NWY1ZGNlMDEzMjM1YmQ0MjM0MTc1OGE2ZWYxYzAwODM=
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/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml
ArtifactUUID:b70e282e-ebf6-4765-8bb5-8744e8d6053f
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/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env
ArtifactUUID:f7b034e5-4d93-407d-ae90-34483ff74a47
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/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env
ArtifactUUID:f7b034e5-4d93-407d-ae90-34483ff74a47
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-29T20:05:37.105Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c6db904-4f37-46f5-b79e-ba3a317b8ce3 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-29T20:05:37.137Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:05:37.137Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T20:05:37.137Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T20:05:37.137Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9e3ee98-e0ab-4b59-b53e-abb6dab9e0de from URL: /sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:37.137Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:05:37.138Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:38.511Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:05:38.516Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar c9e3ee98-e0ab-4b59-b53e-abb6dab9e0de 98782
2021-09-29T20:05:38.516Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar ASDC sendASDCNotification
2021-09-29T20:05:38.516Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:38.516Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:05:38.517Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:38.518Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:38.518Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945938516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:05:38.618Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:38.619Z||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-29T20:05:38.619Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:38.629Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:38.629Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:39.519Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:05:39.520Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-29T20:05:39.520Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c9e3ee98-e0ab-4b59-b53e-abb6dab9e0de, URL: /sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar to file: /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:39.520Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210929195948-csar.csar
2021-09-29T20:05:39.521Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:39.521Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:39.808Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11137414911170464434/Definitions/service-Vfw20210929195948-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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
2021-09-29T20:05:41.528Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:05:41.528Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T20:05:41.528Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.528Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.529Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a13246b9-4061 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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-Vfw20210929195948-csar.csar
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.530Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:41.531Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T20:05:41.531Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:05:41.531Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.531Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.531Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:41.532Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-29T20:05:41.532Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:05:41.532Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.532Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.532Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T20:05:41.533Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.534Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:41.534Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T20:05:41.534Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T20:05:41.534Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.534Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.534Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:05:41.535Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.536Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:41.536Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:41.536Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.536Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:41.536Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:41.537Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.537Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:41.537Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:41.537Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.537Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:41.537Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.538Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4adb0369-4961-4865-a72f-5c4df858e7ef
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:41.539Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:41.540Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-29T20:05:41.541Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T20:05:41.541Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.541Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T20:05:41.541Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.541Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=78c701e5-3075-4a56-8a09-fb1c603f6548
2021-09-29T20:05:41.541Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.542Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:41.542Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:41.542Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T20:05:41.542Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.542Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.542Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:41.543Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-29T20:05:41.544Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a1cb4c7f-f539-4ba4-8b9b-043d6f03db60
2021-09-29T20:05:41.544Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.544Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.544Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.544Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.544Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.545Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.545Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:41.545Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:41.545Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-29 19-59-48
Description:catalog service description
Model UUID:6c6db904-4f37-46f5-b79e-ba3a317b8ce3
Model Version:NULL
Model InvariantUuid:f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a13246b9-4061
Model UUID:1c2bd24f-5335-4cd6-a6b9-07c8058c4928
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7350c6da-7ef3-47de-90a0-fe0e02c7d45c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:308e4a1f-5304-4a52-9525-a3ec75512608
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6b0060a2-b658-47cd-a9fd-e68287406d5a
ModelName:VfwA13246b94061..base_vfw..module-0
ModelUuid:ed2585d0-56ce-4cf2-b8b3-f151f6fee624
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4adb0369-4961-4865-a72f-5c4df858e7ef
ModelInvariantUuid:3ea8869e-3c73-4534-a300-a0727d5281c7
ModelName:vFW a13246b9-4061-nodes.vfwCvfc
ModelUuid:42348b27-f5f3-4c98-a4ea-251f77c74739
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:73210362-d603-47c2-bad5-13ecdab040fc
ModelInvariantUuid:ccf97562-249e-49de-a531-4d5075d1f58e
ModelName:VfwA13246b94061.compute.nodes.heat.vfw
ModelUuid:467e1e12-8343-4268-b41c-abd5b5495f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:78c701e5-3075-4a56-8a09-fb1c603f6548
ModelInvariantUuid:73543240-69d3-4aa9-9d9e-e5bb78a9c4a7
ModelName:vFW a13246b9-4061-nodes.vsnCvfc
ModelUuid:2d57f5d7-7e00-41b8-8f22-ab22b22c1be4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3cfd3284-ac71-4255-b9a8-411d830090ca
ModelInvariantUuid:ffd09753-e00d-4d38-aa39-048e5b944a3f
ModelName:VfwA13246b94061.compute.nodes.heat.vsn
ModelUuid:ad1de9d2-ce0b-45d1-ba62-6f3add5519fe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a1cb4c7f-f539-4ba4-8b9b-043d6f03db60
ModelInvariantUuid:1d5ea57b-ecff-4b24-96c1-38aabff19d8c
ModelName:vFW a13246b9-4061-nodes.vpgCvfc
ModelUuid:f6744951-dca1-48fd-a625-32cce7897e93
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ef615bd8-aa01-47b1-bd35-8fff111d5c4b
ModelInvariantUuid:e811b55b-c469-47f0-9080-86c91afc309f
ModelName:VfwA13246b94061.compute.nodes.heat.vpg
ModelUuid:b25a2bb5-88ce-4402-b904-3c61f2b93caf
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-29T20:05:41.552Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f1073ae2-9112-4a44-a041-17cb87f00a86
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-29T20:05:41.554Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||vFW a13246b9-4061 0
2021-09-29T20:05:41.554Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1073ae2-9112-4a44-a041-17cb87f00a86
2021-09-29T20:05:41.554Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b09ef612-f1f3-4faf-9e55-e8b5ded36f90 from URL: /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json
2021-09-29T20:05:41.554Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:05:41.554Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json
2021-09-29T20:05:43.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:05:43.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json b09ef612-f1f3-4faf-9e55-e8b5ded36f90 785
2021-09-29T20:05:43.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json ASDC sendASDCNotification
2021-09-29T20:05:43.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json
2021-09-29T20:05:43.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:05:43.334Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:43.335Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:43.335Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945943333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:05:43.435Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:43.436Z||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-29T20:05:43.436Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:43.446Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:43.446Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:44.336Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA13246b94061..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6b0060a2-b658-47cd-a9fd-e68287406d5a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ed2585d0-56ce-4cf2-b8b3-f151f6fee624",
"vfModuleModelCustomizationUUID": "47526e64-8036-4f9a-91ae-cd4a43e93b12",
"isBase": true,
"artifacts": [
"b70e282e-ebf6-4765-8bb5-8744e8d6053f",
"f7b034e5-4d93-407d-ae90-34483ff74a47"
],
"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-29T20:05:44.340Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA13246b94061..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed2585d0-56ce-4cf2-b8b3-f151f6fee624
VfModuleModelInvariantUUID:6b0060a2-b658-47cd-a9fd-e68287406d5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
b70e282e-ebf6-4765-8bb5-8744e8d6053f
,
f7b034e5-4d93-407d-ae90-34483ff74a47
}
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-29T20:05:44.343Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA13246b94061..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6b0060a2-b658-47cd-a9fd-e68287406d5a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ed2585d0-56ce-4cf2-b8b3-f151f6fee624",
"vfModuleModelCustomizationUUID": "47526e64-8036-4f9a-91ae-cd4a43e93b12",
"isBase": true,
"artifacts": [
"b70e282e-ebf6-4765-8bb5-8744e8d6053f",
"f7b034e5-4d93-407d-ae90-34483ff74a47"
],
"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-29T20:05:44.343Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA13246b94061..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed2585d0-56ce-4cf2-b8b3-f151f6fee624
VfModuleModelInvariantUUID:6b0060a2-b658-47cd-a9fd-e68287406d5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
b70e282e-ebf6-4765-8bb5-8744e8d6053f
,
f7b034e5-4d93-407d-ae90-34483ff74a47
}
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-29T20:05:44.343Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b70e282e-ebf6-4765-8bb5-8744e8d6053f from URL: /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml
2021-09-29T20:05:44.343Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:05:44.343Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml
2021-09-29T20:05:46.003Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:05:46.004Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml b70e282e-ebf6-4765-8bb5-8744e8d6053f 20368
2021-09-29T20:05:46.004Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-29T20:05:46.004Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml
2021-09-29T20:05:46.004Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:05:46.005Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:46.006Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:46.006Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945946004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:05:46.106Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:46.107Z||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-29T20:05:46.107Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:46.117Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:46.117Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:47.007Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f7b034e5-4d93-407d-ae90-34483ff74a47 from URL: /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env
2021-09-29T20:05:47.008Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-29T20:05:47.008Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env
2021-09-29T20:05:47.159Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-29T20:05:47.160Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env f7b034e5-4d93-407d-ae90-34483ff74a47 2098
2021-09-29T20:05:47.160Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-29T20:05:47.160Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env
2021-09-29T20:05:47.160Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:05:47.160Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:47.162Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:47.162Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945947160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:05:47.262Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:47.263Z||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-29T20:05:47.263Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:47.274Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:47.274Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:48.163Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6c6db904-4f37-46f5-b79e-ba3a317b8ce3
2021-09-29T20:05:48.163Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a13246b9-4061 0 f1073ae2-9112-4a44-a041-17cb87f00a86 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-29T20:05:48.177Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a95d8f, org.onap.sdc.toscaparser.api.parameters.Input@1400c10, org.onap.sdc.toscaparser.api.parameters.Input@6a7272f6, org.onap.sdc.toscaparser.api.parameters.Input@586d63c9, org.onap.sdc.toscaparser.api.parameters.Input@11e1086e]
2021-09-29T20:05:48.178Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.179Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.179Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-09-29T20:05:48.179Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 308e4a1f-5304-4a52-9525-a3ec75512608
2021-09-29T20:05:48.179Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 308e4a1f-5304-4a52-9525-a3ec75512608 matches Tosca VF Customization UUID: 308e4a1f-5304-4a52-9525-a3ec75512608
2021-09-29T20:05:48.179Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 308e4a1f-5304-4a52-9525-a3ec75512608 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-29T20:05:48.181Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.181Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.181Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 308e4a1f-5304-4a52-9525-a3ec75512608: {\"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-29T20:05:48.181Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b8a75bb
2021-09-29T20:05:48.181Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.182Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-29T20:05:48.182Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47526e64-8036-4f9a-91ae-cd4a43e93b12
2021-09-29T20:05:48.182Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47526e64-8036-4f9a-91ae-cd4a43e93b12
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-29T20:05:48.183Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:48.184Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T20:05:48.185Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:48.186Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T20:05:48.186Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.186Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4adb0369-4961-4865-a72f-5c4df858e7ef
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-29T20:05:48.187Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.187Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:48.187Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:48.188Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-29T20:05:48.189Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-29T20:05:48.189Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:48.189Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-29T20:05:48.189Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.189Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=78c701e5-3075-4a56-8a09-fb1c603f6548
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-29T20:05:48.190Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.190Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:48.191Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:48.194Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.194Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is not matching search criteria
2021-09-29T20:05:48.194Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-29T20:05:48.194Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-29T20:05:48.195Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.195Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:48.195Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-29T20:05:48.195Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.195Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-29T20:05:48.196Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-29T20:05:48.196Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-29T20:05:48.196Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-29T20:05:48.196Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-29T20:05:48.196Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-29T20:05:48.196Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a1cb4c7f-f539-4ba4-8b9b-043d6f03db60
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-29T20:05:48.198Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.198Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:48.198Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-29T20:05:48.198Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.198Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Node template vFW a13246b9-4061 0 is matching search criteria
2021-09-29T20:05:48.199Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a13246b9-4061 0] matching following query criteria: sdcType=VF, customizationUUID=308e4a1f-5304-4a52-9525-a3ec75512608
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-29T20:05:48.200Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.200Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.200Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6c6db904-4f37-46f5-b79e-ba3a317b8ce3: vFW a13246b9-4061
2021-09-29T20:05:48.200Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.200Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-29 19-59-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:05:48.201Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-09-29 19-59-48
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-29T20:05:48.327Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a13246b9-4061 f1073ae2-9112-4a44-a041-17cb87f00a86 1 ASDC deployResourceStructure
2021-09-29T20:05:48.327Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json ASDC sendASDCNotification
2021-09-29T20:05:48.327Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json
2021-09-29T20:05:48.327Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:05:48.328Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:48.329Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:48.329Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945948327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "DEPLOY_OK"
}
2021-09-29T20:05:48.429Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:48.430Z||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-29T20:05:48.430Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:48.439Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:48.439Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:49.330Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-29T20:05:49.330Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml
2021-09-29T20:05:49.330Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:05:49.331Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:49.332Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:49.332Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945949330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-29T20:05:49.432Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:49.433Z||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-29T20:05:49.433Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:49.444Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:49.444Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:50.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-29T20:05:50.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env
2021-09-29T20:05:50.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:05:50.333Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:50.335Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:50.335Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945950333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-29T20:05:50.435Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:50.436Z||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-29T20:05:50.436Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:50.446Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:50.447Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-29T20:05:51.336Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar ASDC sendASDCNotification
2021-09-29T20:05:51.336Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar
2021-09-29T20:05:51.337Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-29T20:05:51.337Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:05:51.339Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:05:51.339Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945951336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:05:51.439Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:05:51.440Z||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-29T20:05:51.440Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:05:51.452Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:05:51.452Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:05:52.340Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bee70278-1e9a-4d7e-9971-e944e3c6b428
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-29T20:05:52.349Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bee70278-1e9a-4d7e-9971-e944e3c6b428
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-29T20:05:52.352Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-29T20:05:52.352Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-29T20:05:52.353Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-29T20:05:52.358Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-29T20:06:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:06:21.050Z||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-29T20:06:21.050Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:06:21.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:06:21.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1e7dfb6-b452-4079-97be-d511d9f45244",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945924777,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "NOTIFIED"
}
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945925791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945938516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945943333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945946004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945947160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945948327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/vfwa13246b940610_modules.json",
"status": "DEPLOY_OK"
}
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945949330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-29T20:06:21.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945950333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/resourceInstances/vfwa13246b940610/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-29T20:06:21.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:21.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-29T20:06:21.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945951336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210929195948/1.0/artifacts/service-Vfw20210929195948-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:06:21.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:06:22.358Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bee70278-1e9a-4d7e-9971-e944e3c6b428 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-29T20:06:22.363Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bee70278-1e9a-4d7e-9971-e944e3c6b428 and serviceModelVersionId: 6c6db904-4f37-46f5-b79e-ba3a317b8ce3
2021-09-29T20:06:22.363Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34
2021-09-29T20:06:22.364Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0
2021-09-29T20:06:22.368Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-29T20:06:22.402Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0|INFO|500||Invoke
2021-09-29T20:06:22.403Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bee70278-1e9a-4d7e-9971-e944e3c6b428], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[70d863ac-317c-47de-8a88-ac76118623c1], X-ECOMP-RequestID=[bee70278-1e9a-4d7e-9971-e944e3c6b428], X-TransactionId=[], X-ONAP-RequestID=[bee70278-1e9a-4d7e-9971-e944e3c6b428], Content-Type=[application/merge-patch+json]}
2021-09-29T20:06:22.426Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-29T20:06:22.843Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?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/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210929-20:06:22:432-37380], vertex-id=[360448], Content-Length=[0], Date=[Wed, 29 Sep 2021 20:06:22 GMT], Content-Type=[application/json]}
2021-09-29T20:06:22.843Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-29T20:06:22.844Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7a5c0fa-5f07-4f45-a06f-8120a0fbfa34/model-vers/model-ver/6c6db904-4f37-46f5-b79e-ba3a317b8ce3?depth=0|INFO|500||InvokeReturn
2021-09-29T20:06:22.844Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-29T20:06:22.844Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-29T20:06:22.847Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||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-29T20:06:22.847Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bee70278-1e9a-4d7e-9971-e944e3c6b428 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-29T20:06:22.848Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-29T20:06:22.848Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:06:22.850Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:06:22.850Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945982848,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:06:22.950Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:06:22.950Z||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-29T20:06:22.951Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:06:22.963Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:06:22.964Z||pool-34-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-29T20:06:23.860Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:06:23.860Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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-29T20:06:23.860Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:06:33.406Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:06:33.406Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:06:33.407Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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-29T20:06:33.407Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:06:42.944Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:06:42.944Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:06:42.945Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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-29T20:06:42.945Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:06:52.480Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:06:52.481Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:06:52.481Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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-29T20:06:52.481Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:07:02.017Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:07:21.046Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:07:21.047Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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-29T20:07:21.047Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:07:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:07:21.049Z||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-29T20:07:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:07:21.669Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:07:21.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:07:21.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bee70278-1e9a-4d7e-9971-e944e3c6b428",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632945982848,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-29T20:07:21.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:07:30.588Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:08:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:08:21.047Z||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-29T20:08:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:08:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:08:21.049Z||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-29T20:08:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:08:30.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:08:30.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:09:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:09:21.047Z||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-29T20:09:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:09:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:09:21.049Z||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-29T20:09:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:09:30.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:09:30.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:10:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:10:21.047Z||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-29T20:10:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:10:21.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:10:21.049Z||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-29T20:10:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:10:30.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:10:30.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:11:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:11:21.047Z||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-29T20:11:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:11:21.049Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:11:21.049Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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-29T20:11:21.049Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:11:30.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:11:30.593Z|bee70278-1e9a-4d7e-9971-e944e3c6b428|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:12:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:12:21.047Z||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-29T20:12:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:12:21.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:12:21.049Z||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-29T20:12:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:12:30.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:12:30.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:13:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:13:21.047Z||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-29T20:13:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:13:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:13:21.049Z||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-29T20:13:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:13:30.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:13:30.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:14:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:14:21.047Z||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-29T20:14:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:14:21.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:14:21.049Z||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-29T20:14:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:14:30.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:14:30.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:15:21.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:15:21.047Z||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-29T20:15:21.047Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:15:21.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-29T20:15:21.049Z||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-29T20:15:21.049Z||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 Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:15:21.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:15:21.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "ves-openapi-manager",
"timestamp": 1632946499628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632946497374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632946503926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "policy-id",
"timestamp": 1632946497545,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632946503926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632946497374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "ves-openapi-manager",
"timestamp": 1632946499628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "policy-id",
"timestamp": 1632946497545,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632946508266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "policy-id",
"timestamp": 1632946508269,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "policy-id",
"timestamp": 1632946509273,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:15:21.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:15:21.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632946509689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-29T20:15:21.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:15:21.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "policy-id",
"timestamp": 1632946510276,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-29T20:15:21.637Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3596bd8-f10a-40ad-a187-8ffb4b85a08e
2021-09-29T20:15:21.637Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3596bd8-f10a-40ad-a187-8ffb4b85a08e 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-29T20:15:21.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632946510692,
"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-29T20:15:21.646Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3596bd8-f10a-40ad-a187-8ffb4b85a08e
2021-09-29T20:15:21.646Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3596bd8-f10a-40ad-a187-8ffb4b85a08e 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-29T20:15:21.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "cds",
"timestamp": 1632946510115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "cds",
"timestamp": 1632946510115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:15:21.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "cds",
"timestamp": 1632946513273,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:15:21.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-29T20:15:21.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "cds",
"timestamp": 1632946514277,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-29T20:15:21.658Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3596bd8-f10a-40ad-a187-8ffb4b85a08e
2021-09-29T20:15:21.658Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3596bd8-f10a-40ad-a187-8ffb4b85a08e 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-29T20:15:21.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "dcae-sch",
"timestamp": 1632946515343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "dcae-sch",
"timestamp": 1632946515343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "clamp",
"timestamp": 1632946519850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-29T20:15:21.667Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:15:21.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-29T20:15:21.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3596bd8-f10a-40ad-a187-8ffb4b85a08e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2212c01f-04af-486a-aa08-332003201ee0","serviceDescription":"service","serviceInvariantUUID":"f55fcae9-346f-4d93-b750-c7bcd2210aa8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"20d11d48-8800-45e9-af6d-d7b2322a6b49","resourceInvariantUUID":"66835771-3a5b-4e7e-848b-3ab738adedd1","resourceCustomizationUUID":"5c34249f-40b7-4029-95d4-8e21f9ba9948","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":"ODA0NTFkZTEyNGVmNzFkODg3MWMyOWM3NDc2ZGE4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bfe7a89-f96f-4a32-afe0-b3021a2a11ad","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWNmZjcxZDRiOWVhNWIxN2I4MjQ4ZWEzNTY4ODBmZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"000e3c3b-4b64-4d38-a789-433b3ddbd502","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-29T20:15:21.669Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:15:21.669Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:15:21.671Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:15:21.671Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632946521046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-29T20:15:21.771Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:15:21.771Z||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-29T20:15:21.772Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:15:21.781Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:15:21.781Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:15:22.671Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-29T20:15:22.672Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:15:22.673Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:15:22.674Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632946521046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-29T20:15:22.774Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:15:22.774Z||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-29T20:15:22.774Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:15:22.785Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:15:22.785Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:15:23.674Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2212c01f-04af-486a-aa08-332003201ee0",
"serviceDescription": "service",
"serviceInvariantUUID": "f55fcae9-346f-4d93-b750-c7bcd2210aa8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "5c34249f-40b7-4029-95d4-8e21f9ba9948",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "20d11d48-8800-45e9-af6d-d7b2322a6b49",
"resourceInvariantUUID": "66835771-3a5b-4e7e-848b-3ab738adedd1",
"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": "YWNmZjcxZDRiOWVhNWIxN2I4MjQ4ZWEzNTY4ODBmZTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "000e3c3b-4b64-4d38-a789-433b3ddbd502"
}
],
"workloadContext": "Production"
}
2021-09-29T20:15:23.675Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-29T20:15:23.675Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2212c01f-04af-486a-aa08-332003201ee0 ASDC
2021-09-29T20:15:23.675Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e3596bd8-f10a-40ad-a187-8ffb4b85a08e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2212c01f-04af-486a-aa08-332003201ee0
ServiceInvariantUUID:f55fcae9-346f-4d93-b750-c7bcd2210aa8
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:000e3c3b-4b64-4d38-a789-433b3ddbd502
ArtifactChecksum:YWNmZjcxZDRiOWVhNWIxN2I4MjQ4ZWEzNTY4ODBmZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5c34249f-40b7-4029-95d4-8e21f9ba9948
ResourceInvariantUUID:66835771-3a5b-4e7e-848b-3ab738adedd1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:20d11d48-8800-45e9-af6d-d7b2322a6b49
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-29T20:15:23.675Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2212c01f-04af-486a-aa08-332003201ee0 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-29T20:15:23.697Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:15:23.698Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:15:23.698Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:15:23.698Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 000e3c3b-4b64-4d38-a789-433b3ddbd502 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-29T20:15:23.698Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-29T20:15:23.699Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-29T20:15:26.529Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-29T20:15:26.531Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 000e3c3b-4b64-4d38-a789-433b3ddbd502 52174
2021-09-29T20:15:26.531Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||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-29T20:15:26.532Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||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-29T20:15:26.532Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-29T20:15:26.532Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-29T20:15:26.534Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-29T20:15:26.534Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e3596bd8-f10a-40ad-a187-8ffb4b85a08e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632946526531,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-29T20:15:26.634Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-29T20:15:26.634Z||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-29T20:15:26.635Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Gs1uTdOkH3h5TzrB) ...
2021-09-29T20:15:26.647Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-29T20:15:26.647Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-29T20:15:27.534Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-29T20:15:27.535Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-29T20:15:27.536Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 000e3c3b-4b64-4d38-a789-433b3ddbd502, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.536Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-29T20:15:27.536Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.536Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.618Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP356366907441242243/Definitions/service-BasicNetwork-template.yml
2021-09-29T20:15:27.979Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-29T20:15:27.979Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||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-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||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-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||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-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||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-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||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-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||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-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||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-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||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-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:15:27.980Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:15:27.981Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-29T20:15:27.982Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2212c01f-04af-486a-aa08-332003201ee0
Model Version:NULL
Model InvariantUuid:f55fcae9-346f-4d93-b750-c7bcd2210aa8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:66835771-3a5b-4e7e-848b-3ab738adedd1
Model UUID:56819c90-42ad-414c-90ae-996bd9c6a1e4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:5c34249f-40b7-4029-95d4-8e21f9ba9948
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-29T20:15:27.989Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 20d11d48-8800-45e9-af6d-d7b2322a6b49
2021-09-29T20:15:27.989Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||No resources found for Service: 2212c01f-04af-486a-aa08-332003201ee0
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-29T20:15:27.993Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||
2021-09-29T20:15:27.993Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-29T20:15:27.994Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 2212c01f-04af-486a-aa08-332003201ee0
2021-09-29T20:15:27.994Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2212c01f-04af-486a-aa08-332003201ee0
2021-09-29T20:15:27.994Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-29T20:15:27.994Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||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-29T20:15:27.998Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@214321d7, org.onap.sdc.toscaparser.api.parameters.Input@20a4aec0, org.onap.sdc.toscaparser.api.parameters.Input@2de16f6b, org.onap.sdc.toscaparser.api.parameters.Input@500b3ca5, org.onap.sdc.toscaparser.api.parameters.Input@68fef2ea]
2021-09-29T20:15:27.999Z|e3596bd8-f10a-40ad-a187-8ffb4b85a08e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery