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-14T13:42:31.208Z||main|||||INFO|500||The following profiles are active: basic
2021-09-14T13:42:45.548Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-14T13:42:45.548Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-14T13:42:45.668Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-14T13:42:52.120Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-14T13:42:53.264Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-14T13:42:53.926Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-14T13:42:53.931Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-14T13:42:54.068Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-14T13:42:54.495Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-14T13:42:55.586Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-14T13:43:00.923Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-14T13:43:03.008Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-14T13:43:03.064Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-14T13:43:03.607Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-14T13:43:03.907Z||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-14T13:43:04.947Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-14T13:43:05.934Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-14T13:43:05.949Z||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$$36dd570f.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-14T13:43:05.950Z||main|||||WARN|500||The sdc end point is not alive
2021-09-14T13:43:08.864Z||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-14T13:43:11.587Z||main|||||WARN|500||---
2021-09-14T13:43:11.587Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-14T13:43:11.587Z||main|||||WARN|500||---
2021-09-14T13:43:12.047Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-14T13:43:16.490Z||main|||||INFO|500||Started Application in 49.465 seconds (JVM running for 55.503)
2021-09-14T13:43:16.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:43:16.508Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:43:16.519Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:43:16.542Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:43:16.580Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2a8b93c-a820-425b-93be-57b9cb1a66a6 url= /sdc/v1/artifactTypes
2021-09-14T13:43:16.581Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:43:17.670Z||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.61.85] 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$$57ff1fb.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-14T13:43:17.673Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ce5c14e
2021-09-14T13:43:17.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:43:17.684Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:43:17.685Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:43:17.688Z||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$$57ff1fb.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-14T13:44:06.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:44:06.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:44:06.489Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:44:06.494Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:44:06.501Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 310484a7-365f-456a-b84b-5dc6418acaea url= /sdc/v1/artifactTypes
2021-09-14T13:44:06.502Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:44:07.525Z||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.61.85] 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$$57ff1fb.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-14T13:44:07.527Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3357aa39
2021-09-14T13:44:07.527Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:44:07.528Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:44:07.528Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:44:07.529Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at 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$$57ff1fb.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-14T13:44:56.488Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:44:56.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:44:56.496Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:44:56.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:44:56.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae2d2bf9-1298-4c0b-a4a4-7debc8e1ec64 url= /sdc/v1/artifactTypes
2021-09-14T13:44:56.517Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:44:57.572Z||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.61.85] 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$$57ff1fb.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-14T13:44:57.574Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26695352
2021-09-14T13:44:57.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:44:57.575Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:44:57.575Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:44:57.576Z||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$$57ff1fb.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-14T13:45:46.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:45:46.490Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:45:46.490Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:45:46.496Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:45:46.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5ed9c68c-d9df-45d8-90fa-341f38382c60 url= /sdc/v1/artifactTypes
2021-09-14T13:45:46.504Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:45:47.557Z||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.61.85] 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$$57ff1fb.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-14T13:45:47.561Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31c1807d
2021-09-14T13:45:47.562Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:45:47.562Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:45:47.562Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:45:47.564Z||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$$57ff1fb.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-14T13:46:36.489Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:46:36.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:46:36.500Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:46:36.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:46:36.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68bd586e-3e7c-4f07-919c-2289f59ff2a5 url= /sdc/v1/artifactTypes
2021-09-14T13:46:36.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:46:37.539Z||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.61.85] 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$$57ff1fb.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-14T13:46:37.540Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@795010c7
2021-09-14T13:46:37.541Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:46:37.541Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:46:37.541Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:46:37.542Z||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$$57ff1fb.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-14T13:47:26.488Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:47:26.490Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:47:26.491Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:47:26.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:47:26.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e958103c-083c-436a-88b3-ea99e0295a99 url= /sdc/v1/artifactTypes
2021-09-14T13:47:26.513Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:47:27.551Z||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.61.85] 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$$57ff1fb.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-14T13:47:27.552Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78c67e5b
2021-09-14T13:47:27.552Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:47:27.552Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:47:27.553Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:47:27.553Z||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$$57ff1fb.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-14T13:48:16.485Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:48:16.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:48:16.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:48:16.493Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:48:16.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43a1662c-ce27-4961-8a5b-7c14d9231392 url= /sdc/v1/artifactTypes
2021-09-14T13:48:16.500Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:48:17.537Z||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.61.85] 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$$57ff1fb.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-14T13:48:17.538Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69f4d946
2021-09-14T13:48:17.539Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:48:17.539Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:48:17.540Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:48:17.540Z||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$$57ff1fb.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-14T13:49:06.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:49:06.489Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:49:06.489Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:49:06.494Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:49:06.501Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a9f04c4-f0f2-4eb1-9c4d-d1193b2cd388 url= /sdc/v1/artifactTypes
2021-09-14T13:49:06.502Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:49:07.525Z||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.61.85] 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$$57ff1fb.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-14T13:49:07.526Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@87d9aa9
2021-09-14T13:49:07.526Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:49:07.527Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:49:07.527Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:49:07.528Z||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$$57ff1fb.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-14T13:49:56.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:49:56.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:49:56.487Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:49:56.490Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:49:56.497Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f4e8d25a-339f-46c5-9873-31b4a5a2b2ab url= /sdc/v1/artifactTypes
2021-09-14T13:49:56.497Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:49:57.537Z||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.61.85] 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$$57ff1fb.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-14T13:49:57.538Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@764e8429
2021-09-14T13:49:57.539Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:49:57.539Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:49:57.539Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:49:57.540Z||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$$57ff1fb.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-14T13:50:46.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:50:46.489Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:50:46.489Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:50:46.494Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:50:46.501Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= adde9a8e-9f21-4b02-b85a-9d0f7f7a5627 url= /sdc/v1/artifactTypes
2021-09-14T13:50:46.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:50:47.521Z||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.61.85] 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$$57ff1fb.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-14T13:50:47.577Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@189d786b
2021-09-14T13:50:47.577Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:50:47.578Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:50:47.578Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:50:47.578Z||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$$57ff1fb.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-14T13:51:36.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:51:36.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:51:36.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:51:36.491Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:51:36.499Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d5b206a9-5f02-4286-a936-b12a739393c0 url= /sdc/v1/artifactTypes
2021-09-14T13:51:36.499Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:51:37.539Z||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.61.85] 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$$57ff1fb.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-14T13:51:37.540Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ebde56e
2021-09-14T13:51:37.540Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:51:37.540Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:51:37.541Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:51:37.541Z||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$$57ff1fb.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-14T13:52:26.485Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:52:26.486Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:52:26.486Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:52:26.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:52:26.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2499dc5-7953-4a88-be5a-afcb37c56f1f url= /sdc/v1/artifactTypes
2021-09-14T13:52:26.493Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:52:27.524Z||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.61.85] 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$$57ff1fb.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-14T13:52:27.525Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@105dc186
2021-09-14T13:52:27.525Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:52:27.526Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:52:27.526Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:52:27.527Z||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$$57ff1fb.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-14T13:52:37.345Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-14T13:53:16.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:53:16.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:53:16.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:53:16.492Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:53:16.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ef1fca9-3c44-4831-acc6-0020bb0d6ade url= /sdc/v1/artifactTypes
2021-09-14T13:53:16.500Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:53:17.536Z||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.61.85] 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$$57ff1fb.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-14T13:53:17.537Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6dd2127a
2021-09-14T13:53:17.537Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-14T13:53:17.538Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-14T13:53:17.538Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-14T13:53:17.539Z||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$$57ff1fb.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-14T13:54:06.485Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T13:54:06.486Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T13:54:06.486Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T13:54:06.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T13:54:06.494Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 039c6dcd-4aa3-4fe3-8341-cc1d656fef2f url= /sdc/v1/artifactTypes
2021-09-14T13:54:06.494Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T13:54:06.693Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-14T13:54:06.702Z||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-14T13:54:06.724Z||scheduling-1|||||DEBUG|500||create keys
2021-09-14T13:54:06.731Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-14T13:54:06.767Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T13:54:06.783Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ccbdaadd-4b8a-4834-abf4-c58e0044cbf0 url= /sdc/v1/registerForDistribution
2021-09-14T13:54:06.912Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ccbdaadd-4b8a-4834-abf4-c58e0044cbf0 url= /sdc/v1/registerForDistribution
2021-09-14T13:54:06.912Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-14T13:54:06.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T13:54:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T13:54:06.929Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-14T13:54:06.930Z||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-14T13:54:06.930Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T13:54:06.930Z||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-14T13:54:06.930Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T13:54:17.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T13:54:17.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T13:55:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T13:55:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T13:55:06.921Z||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-14T13:55:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T13:55:06.922Z||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-14T13:55:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T13:55:16.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T13:55:16.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T13:56:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T13:56:06.920Z||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-14T13:56:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T13:56:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T13:56:06.922Z||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-14T13:56:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T13:56:16.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T13:56:16.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T13:57:06.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T13:57:06.921Z||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-14T13:57:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T13:57:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T13:57:06.922Z||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-14T13:57:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T13:57:16.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T13:57:16.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T13:58:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T13:58:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T13:58:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T13:58:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T13:58:06.923Z||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-14T13:58:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T13:58:16.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T13:58:16.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T13:59:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T13:59:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T13:59:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T13:59:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T13:59:06.922Z||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-14T13:59:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T13:59:16.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T13:59:16.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:00:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:00:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:00:06.924Z||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-14T14:00:06.924Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:00:06.924Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:00:06.924Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:00:16.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:00:16.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:01:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:01:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:01:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:01:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:01:06.923Z||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-14T14:01:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:01:16.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:01:16.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:02:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:02:06.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:02:06.922Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:02:06.922Z||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-14T14:02:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:02:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:02:16.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:02:16.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:03:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:03:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:03:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:03:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:03:06.922Z||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-14T14:03:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:03:16.529Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:03:16.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:04:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:04:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:04:06.924Z||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-14T14:04:06.924Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:04:06.924Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:04:06.924Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:04:16.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:04:16.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:05:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:05:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:05:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:05:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:05:06.922Z||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-14T14:05:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:05:16.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:05:16.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:06:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:06:06.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:06:06.923Z||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-14T14:06:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:06:06.923Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:06:06.924Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:06:16.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:06:16.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:07:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:07:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:07:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:07:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:07:06.922Z||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-14T14:07:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:07:16.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:07:16.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:08:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:08:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:08:06.924Z||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-14T14:08:06.924Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:08:06.924Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:08:06.925Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:08:16.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:08:16.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:09:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:09:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:09:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:09:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:09:06.922Z||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-14T14:09:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:09:16.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:09:16.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:10:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:10:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:10:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:10:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:10:06.921Z||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-14T14:10:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:10:16.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:10:16.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:11:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:11:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:11:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:11:06.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:11:06.922Z||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-14T14:11:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:11:16.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:11:16.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:12:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:12:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:12:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:12:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:12:06.922Z||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-14T14:12:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:12:16.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:12:16.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:13:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:13:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:13:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:13:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:13:06.922Z||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-14T14:13:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:13:16.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:13:16.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:14:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:14:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:14:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:14:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:14:06.922Z||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-14T14:14:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:14:16.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:14:16.511Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:15:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:15:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:15:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:15:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:15:06.921Z||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-14T14:15:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:15:16.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:15:16.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:16:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:16:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:16:06.923Z||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-14T14:16:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:16:06.923Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:16:06.923Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:16:16.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:16:16.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:17:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:17:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:17:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:17:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:17:06.921Z||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-14T14:17:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:17:16.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:17:16.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:18:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:18:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:18:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:18:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:18:06.922Z||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-14T14:18:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:18:16.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:18:16.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:19:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:19:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:19:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:19:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:19:06.921Z||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-14T14:19:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:19:16.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:19:16.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:20:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:20:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:20:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:20:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:20:06.922Z||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-14T14:20:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:20:16.522Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:20:16.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:21:06.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:21:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:21:06.922Z||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-14T14:21:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:21:06.922Z||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-14T14:21:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:21:16.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:21:16.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:22:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:22:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:22:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:22:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:22:06.922Z||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-14T14:22:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:22:16.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:22:16.496Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:23:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:23:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:23:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:23:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:23:06.922Z||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-14T14:23:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:23:16.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:23:16.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:24:06.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:24:06.920Z||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-14T14:24:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:24:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:24:06.922Z||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-14T14:24:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:24:16.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:24:16.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:25:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:25:06.919Z||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-14T14:25:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:25:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:25:06.921Z||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-14T14:25:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:25:16.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:25:16.514Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:26:06.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:26:06.921Z||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-14T14:26:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:26:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:26:06.922Z||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-14T14:26:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:26:16.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:26:16.494Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:27:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:27:06.919Z||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-14T14:27:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:27:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:27:06.921Z||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-14T14:27:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:27:16.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:27:16.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:28:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:28:06.919Z||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-14T14:28:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:28:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:28:06.921Z||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-14T14:28:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:28:16.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:28:16.515Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:29:06.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:29:06.920Z||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-14T14:29:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:29:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:29:06.921Z||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-14T14:29:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:29:16.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:29:16.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:30:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:30:06.919Z||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-14T14:30:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:30:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:30:06.922Z||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-14T14:30:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:30:16.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:30:16.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:31:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:31:06.919Z||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-14T14:31:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:31:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:31:06.922Z||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-14T14:31:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:31:16.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:31:16.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:32:06.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:32:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:32:06.922Z||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-14T14:32:06.922Z||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-14T14:32:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:32:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:32:16.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:32:16.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:33:06.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:33:06.920Z||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-14T14:33:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:33:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:33:06.921Z||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-14T14:33:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:33:16.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:33:16.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:34:06.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:34:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:34:06.922Z||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-14T14:34:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:34:06.924Z||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-14T14:34:06.924Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:34:16.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:34:16.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:35:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:35:06.920Z||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-14T14:35:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:35:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:35:06.922Z||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-14T14:35:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:35:16.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:35:16.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:36:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:36:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:36:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:36:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:36:06.922Z||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-14T14:36:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:36:16.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:36:16.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:37:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:37:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:37:06.922Z||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-14T14:37:06.922Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:37:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:37:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:37:16.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:37:16.515Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:38:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:38:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:38:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:38:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:38:06.921Z||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-14T14:38:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:38:16.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:38:16.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:39:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:39:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:39:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:39:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:39:06.922Z||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-14T14:39:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:39:16.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:39:16.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:40:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:40:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:40:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:40:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:40:06.922Z||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-14T14:40:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:40:16.469Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:40:16.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:41:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:41:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:41:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:41:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:41:06.922Z||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-14T14:41:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:41:16.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:41:16.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:42:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:42:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:42:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:42:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:42:06.922Z||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-14T14:42:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:42:16.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:42:16.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:43:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:43:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:43:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:43:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:43:06.921Z||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-14T14:43:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:43:16.494Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:43:16.515Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:44:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:44:06.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:44:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:44:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:44:06.921Z||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-14T14:44:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:44:16.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:44:16.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:45:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:45:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:45:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:45:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:45:06.922Z||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-14T14:45:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:45:16.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:45:16.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:46:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:46:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:46:06.922Z||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-14T14:46:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:46:06.922Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:46:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:46:16.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:46:16.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:47:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:47:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:47:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:47:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:47:06.922Z||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-14T14:47:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:47:16.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:47:16.544Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:48:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:48:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:48:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:48:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:48:06.921Z||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-14T14:48:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:48:16.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:48:16.493Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:49:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:49:06.921Z||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-14T14:49:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:49:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:49:06.921Z||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-14T14:49:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:49:16.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:49:16.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:50:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:50:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:50:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:50:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:50:06.921Z||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-14T14:50:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:50:16.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:50:16.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:51:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:51:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:51:06.922Z||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-14T14:51:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:51:06.923Z||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-14T14:51:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:51:16.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:51:16.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:52:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:52:06.920Z||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-14T14:52:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:52:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:52:06.921Z||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-14T14:52:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:52:16.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:52:16.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:53:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:53:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:53:06.923Z||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-14T14:53:06.923Z||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-14T14:53:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:53:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:53:16.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:53:16.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:54:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:54:06.920Z||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-14T14:54:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:54:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:54:06.921Z||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-14T14:54:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:54:16.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:54:16.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:55:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:55:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:55:06.923Z||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-14T14:55:06.923Z||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-14T14:55:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:55:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:55:16.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:55:16.508Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:56:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:56:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:56:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:56:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:56:06.921Z||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-14T14:56:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:56:16.517Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:56:16.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:57:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:57:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:57:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:57:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:57:06.921Z||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-14T14:57:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:57:16.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:57:16.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:58:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:58:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:58:06.922Z||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-14T14:58:06.922Z||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-14T14:58:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:58:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:58:16.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:58:16.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:59:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:59:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T14:59:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:59:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T14:59:06.921Z||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-14T14:59:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T14:59:16.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T14:59:16.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:00:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:00:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:00:06.922Z||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-14T15:00:06.922Z||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-14T15:00:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:00:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:00:16.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:00:16.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:01:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:01:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T15:01:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:01:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:01:06.922Z||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-14T15:01:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:01:16.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:01:16.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:02:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:02:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:02:06.923Z||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-14T15:02:06.923Z||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-14T15:02:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:02:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:02:16.511Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:02:16.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:03:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:03:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T15:03:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:03:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:03:06.921Z||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-14T15:03:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:03:16.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:03:16.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:04:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:04:06.920Z||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-14T15:04:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:04:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:04:06.922Z||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-14T15:04:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:04:16.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:04:16.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:05:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:05:06.920Z||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-14T15:05:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:05:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:05:06.921Z||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-14T15:05:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:05:16.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:05:16.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:06:06.918Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:06:06.919Z||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-14T15:06:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:06:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:06:06.922Z||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-14T15:06:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:06:16.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:06:16.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:07:06.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:07:06.920Z||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-14T15:07:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:07:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:07:06.922Z||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-14T15:07:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:07:16.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:07:16.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:08:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:08:06.919Z||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-14T15:08:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:08:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:08:06.921Z||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-14T15:08:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:08:16.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:08:16.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:09:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:09:06.920Z||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-14T15:09:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:09:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:09:06.921Z||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-14T15:09:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:09:16.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:09:16.471Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:10:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:10:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T15:10:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:10:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:10:06.922Z||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-14T15:10:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:10:16.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:10:16.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:11:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:11:06.920Z||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-14T15:11:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:11:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:11:06.921Z||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-14T15:11:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:11:16.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:11:16.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:12:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:12:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T15:12:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:12:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:12:06.921Z||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-14T15:12:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:12:16.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:12:16.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:13:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:13:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:13:06.921Z||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-14T15:13:06.921Z||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-14T15:13:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:13:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:13:16.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:13:16.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:14:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:14:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T15:14:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:14:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:14:06.922Z||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-14T15:14:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:14:16.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:14:16.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:15:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:15:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:15:06.922Z||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-14T15:15:06.922Z||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-14T15:15:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:15:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:15:16.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:15:16.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:16:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:16:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T15:16:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:16:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:16:06.921Z||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-14T15:16:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:16:16.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:16:16.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:17:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:17:06.920Z||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-14T15:17:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:17:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:17:06.921Z||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-14T15:17:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:17:16.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:17:16.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:18:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T15:18:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:06.922Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:18:06.922Z||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-14T15:18:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:14.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:14.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T15:18:14.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f9345eb7-e4d6-4239-99bf-3249d0220457","serviceName":"basic_onboard_rYrUTF","serviceVersion":"1.0","serviceUUID":"fafa6f3b-d4ce-4f98-9817-ee48a74f2512","serviceDescription":"service","serviceInvariantUUID":"a1974909-a1fd-4e3d-a609-06febdb2d26e","resources":[{"resourceInstanceName":"basic_onboard_rYrUTF 0","resourceName":"basic_onboard_rYrUTF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889","resourceInvariantUUID":"1b81e28b-37fc-4ef0-b195-74915f1c5bc1","resourceCustomizationUUID":"ab8658ac-13cb-4109-9355-2879e9afb5e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml","artifactChecksum":"N2RjNzkwNWRiZWVkMDczYTU5MGI5N2UxYWE2NTkyZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99f438e5-d44e-42c4-99c2-d68d0b1bec14","artifactVersion":"1"},{"artifactName":"basic_onboard_ryrutf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json","artifactChecksum":"NDgwZWZkNTI0YjJhYWIxZWZiMzUwNTRhMTMzNzhiNTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c2fad9a-9360-48fc-8114-d48fb413a613","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"29b53a67-96f5-4f25-ba2b-4f2cb1260364","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e712fcd1-6a01-4e7c-b510-d41bafbace0b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e7cc1168-b027-45d7-b76a-e45b82742d1d","artifactVersion":"2","generatedFromUUID":"29b53a67-96f5-4f25-ba2b-4f2cb1260364"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRyrutf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml","artifactChecksum":"YThjOTYyNDQ2OThkYTZjNWE3NTNiNDQwOTIzN2Y4NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"72123d95-37cd-434f-9919-29b562a48b18","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRyrutf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar","artifactChecksum":"ZTY2NjRmYTQ5YTg3Y2RkMTAxMTY4NGUzNDU5N2NkOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4cd76218-eb42-4802-8b97-112d9146562d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T15:18:14.503Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T15:18:14.509Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:14.521Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:14.521Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:18:14.621Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-09-14T15:18:14.627Z||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-14T15:18:14.628Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:14.644Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:14.645Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":4,"count":1}
2021-09-14T15:18:14.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:14.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:18:14.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:18:14.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:18:15.530Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T15:18:15.531Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:15.533Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:15.533Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T15:18:15.633Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T15:18:15.634Z||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-14T15:18:15.634Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:15.646Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:15.647Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-14T15:18:16.533Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T15:18:16.534Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:16.536Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:16.536Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-14T15:18:16.636Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T15:18:16.637Z||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-14T15:18:16.637Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:16.647Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:16.647Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T15:18:17.536Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T15:18:17.538Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:17.540Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:17.540Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:18:17.640Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T15:18:17.641Z||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-14T15:18:17.641Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:17.653Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:17.654Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-14T15:18:18.541Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T15:18:18.542Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:18.543Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:18.543Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-14T15:18:18.643Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T15:18:18.644Z||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-14T15:18:18.644Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:18.667Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:18.667Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-14T15:18:19.544Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T15:18:19.545Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:19.546Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:19.546Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:18:19.646Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T15:18:19.647Z||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-14T15:18:19.648Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:19.659Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:19.659Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T15:18:20.548Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T15:18:20.548Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:20.551Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:20.551Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T15:18:20.651Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T15:18:20.652Z||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-14T15:18:20.652Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:20.663Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:20.664Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-14T15:18:21.554Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"serviceName": "basic_onboard_rYrUTF",
"serviceVersion": "1.0",
"serviceUUID": "fafa6f3b-d4ce-4f98-9817-ee48a74f2512",
"serviceDescription": "service",
"serviceInvariantUUID": "a1974909-a1fd-4e3d-a609-06febdb2d26e",
"resources": [
{
"resourceInstanceName": "basic_onboard_rYrUTF 0",
"resourceCustomizationUUID": "ab8658ac-13cb-4109-9355-2879e9afb5e2",
"resourceName": "basic_onboard_rYrUTF",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889",
"resourceInvariantUUID": "1b81e28b-37fc-4ef0-b195-74915f1c5bc1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ryrutf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"artifactChecksum": "NDgwZWZkNTI0YjJhYWIxZWZiMzUwNTRhMTMzNzhiNTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9c2fad9a-9360-48fc-8114-d48fb413a613",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "29b53a67-96f5-4f25-ba2b-4f2cb1260364",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e7cc1168-b027-45d7-b76a-e45b82742d1d",
"generatedFromUUID": "29b53a67-96f5-4f25-ba2b-4f2cb1260364"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e7cc1168-b027-45d7-b76a-e45b82742d1d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRyrutf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"artifactChecksum": "ZTY2NjRmYTQ5YTg3Y2RkMTAxMTY4NGUzNDU5N2NkOTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4cd76218-eb42-4802-8b97-112d9146562d"
}
],
"workloadContext": "Production"
}
2021-09-14T15:18:21.556Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T15:18:21.556Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fafa6f3b-d4ce-4f98-9817-ee48a74f2512 ASDC
2021-09-14T15:18:21.656Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f9345eb7-e4d6-4239-99bf-3249d0220457
ServiceName:basic_onboard_rYrUTF
ServiceVersion:1.0
ServiceUUID:fafa6f3b-d4ce-4f98-9817-ee48a74f2512
ServiceInvariantUUID:a1974909-a1fd-4e3d-a609-06febdb2d26e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRyrutf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar
ArtifactUUID:4cd76218-eb42-4802-8b97-112d9146562d
ArtifactChecksum:ZTY2NjRmYTQ5YTg3Y2RkMTAxMTY4NGUzNDU5N2NkOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rYrUTF 0
ResourceCustomizationUUID:ab8658ac-13cb-4109-9355-2879e9afb5e2
ResourceInvariantUUID:1b81e28b-37fc-4ef0-b195-74915f1c5bc1
ResourceName:basic_onboard_rYrUTF
ResourceType:VF
ResourceUUID:4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ryrutf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json
ArtifactUUID:9c2fad9a-9360-48fc-8114-d48fb413a613
ArtifactChecksum:NDgwZWZkNTI0YjJhYWIxZWZiMzUwNTRhMTMzNzhiNTI=
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/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:29b53a67-96f5-4f25-ba2b-4f2cb1260364
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/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env
ArtifactUUID:e7cc1168-b027-45d7-b76a-e45b82742d1d
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/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env
ArtifactUUID:e7cc1168-b027-45d7-b76a-e45b82742d1d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-14T15:18:21.657Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fafa6f3b-d4ce-4f98-9817-ee48a74f2512 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-14T15:18:21.890Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T15:18:21.891Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-14T15:18:21.892Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-14T15:18:21.892Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4cd76218-eb42-4802-8b97-112d9146562d from URL: /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:21.893Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-14T15:18:21.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:23.530Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-14T15:18:23.542Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar 4cd76218-eb42-4802-8b97-112d9146562d 71379
2021-09-14T15:18:23.544Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar ASDC sendASDCNotification
2021-09-14T15:18:23.544Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:23.545Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T15:18:23.545Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:23.547Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:23.548Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632703542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:18:23.648Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T15:18:23.648Z||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-14T15:18:23.649Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:23.660Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:23.661Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-14T15:18:24.549Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T15:18:24.551Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-14T15:18:24.551Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4cd76218-eb42-4802-8b97-112d9146562d, URL: /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar to file: /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:24.552Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:24.679Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:24.680Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:25.283Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17643829511304934509/Definitions/service-BasicOnboardRyrutf-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-14T15:18:26.936Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T15:18:26.941Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-14T15:18:26.941Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:26.942Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-14T15:18:26.942Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||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-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:26.942Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:26.942Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||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-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:26.943Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:26.943Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:26.943Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:26.943Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:26.943Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rYrUTF 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-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:26.944Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||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-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:26.944Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-14T15:18:26.950Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.951Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:26.957Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria
2021-09-14T15:18:26.958Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-14T15:18:26.959Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T15:18:26.961Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.961Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:26.961Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria
2021-09-14T15:18:26.962Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-14T15:18:26.962Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T15:18:26.962Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.963Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:26.966Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.966Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is not matching search criteria
2021-09-14T15:18:26.966Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-14T15:18:26.967Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-14T15:18:26.967Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-14T15:18:26.967Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-14T15:18:26.968Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-14T15:18:26.968Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.968Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T15:18:26.969Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.969Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria
2021-09-14T15:18:26.970Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T15:18:26.970Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.971Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria
2021-09-14T15:18:26.971Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T15:18:26.971Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.971Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria
2021-09-14T15:18:26.972Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T15:18:26.972Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.972Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is not matching search criteria
2021-09-14T15:18:26.973Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-14T15:18:26.973Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-14T15:18:26.973Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6ebf7821-1c18-4caa-8e45-a531e01640d9
2021-09-14T15:18:26.974Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.974Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:26.974Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.975Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:26.975Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.975Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:26.976Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:26.976Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:26.976Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_rYrUTF
Description:service
Model UUID:fafa6f3b-d4ce-4f98-9817-ee48a74f2512
Model Version:NULL
Model InvariantUuid:a1974909-a1fd-4e3d-a609-06febdb2d26e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_rYrUTF
Model UUID:c3f32657-c8d7-467e-9b3c-dd2172dcb92a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1b81e28b-37fc-4ef0-b195-74915f1c5bc1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ab8658ac-13cb-4109-9355-2879e9afb5e2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bf386a93-0c28-4340-a6b3-964b119f85d7
ModelName:BasicOnboardRyrutf..base_ubuntu18..module-0
ModelUuid:9fdebdec-c673-407a-9eb1-b6e1bc5e15a5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6ebf7821-1c18-4caa-8e45-a531e01640d9
ModelInvariantUuid:a96ab928-37fe-44a5-9ac3-4b14476bee5d
ModelName:basic_onboard_rYrUTF-nodes.ubuntu18Cvfc
ModelUuid:e624d843-e2df-483b-aed3-7740568cef73
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:01d75e31-14ea-45d9-bd0d-55f1c0ef838b
ModelInvariantUuid:1353dbef-a243-4eb0-bd37-6b8c8d7e5f5f
ModelName:BasicOnboardRyrutf.compute.nodes.heat.ubuntu18
ModelUuid:9eacdc9a-cc78-461c-9b1e-9026b527b458
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-14T15:18:26.996Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889
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-14T15:18:27.081Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||basic_onboard_rYrUTF 0
2021-09-14T15:18:27.087Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889
2021-09-14T15:18:27.088Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9c2fad9a-9360-48fc-8114-d48fb413a613 from URL: /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json
2021-09-14T15:18:27.088Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-14T15:18:27.088Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json
2021-09-14T15:18:27.742Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-14T15:18:27.743Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json 9c2fad9a-9360-48fc-8114-d48fb413a613 798
2021-09-14T15:18:27.744Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json ASDC sendASDCNotification
2021-09-14T15:18:27.744Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json
2021-09-14T15:18:27.744Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T15:18:27.744Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:27.746Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:27.747Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632707744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:18:27.846Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T15:18:27.847Z||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-14T15:18:27.847Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:27.859Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:27.860Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-14T15:18:28.749Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRyrutf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bf386a93-0c28-4340-a6b3-964b119f85d7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9fdebdec-c673-407a-9eb1-b6e1bc5e15a5",
"vfModuleModelCustomizationUUID": "0b4ca260-b910-471e-bfd3-9411c33741d6",
"isBase": true,
"artifacts": [
"29b53a67-96f5-4f25-ba2b-4f2cb1260364",
"e7cc1168-b027-45d7-b76a-e45b82742d1d"
],
"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-14T15:18:28.765Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRyrutf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fdebdec-c673-407a-9eb1-b6e1bc5e15a5
VfModuleModelInvariantUUID:bf386a93-0c28-4340-a6b3-964b119f85d7
VfModuleModelDescription:NULL
Artifacts UUID List:{
29b53a67-96f5-4f25-ba2b-4f2cb1260364
,
e7cc1168-b027-45d7-b76a-e45b82742d1d
}
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-14T15:18:28.769Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRyrutf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bf386a93-0c28-4340-a6b3-964b119f85d7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9fdebdec-c673-407a-9eb1-b6e1bc5e15a5",
"vfModuleModelCustomizationUUID": "0b4ca260-b910-471e-bfd3-9411c33741d6",
"isBase": true,
"artifacts": [
"29b53a67-96f5-4f25-ba2b-4f2cb1260364",
"e7cc1168-b027-45d7-b76a-e45b82742d1d"
],
"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-14T15:18:28.769Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRyrutf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fdebdec-c673-407a-9eb1-b6e1bc5e15a5
VfModuleModelInvariantUUID:bf386a93-0c28-4340-a6b3-964b119f85d7
VfModuleModelDescription:NULL
Artifacts UUID List:{
29b53a67-96f5-4f25-ba2b-4f2cb1260364
,
e7cc1168-b027-45d7-b76a-e45b82742d1d
}
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-14T15:18:28.770Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 29b53a67-96f5-4f25-ba2b-4f2cb1260364 from URL: /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml
2021-09-14T15:18:28.770Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-14T15:18:28.770Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml
2021-09-14T15:18:29.722Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-14T15:18:29.723Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml 29b53a67-96f5-4f25-ba2b-4f2cb1260364 5033
2021-09-14T15:18:29.723Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-14T15:18:29.723Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml
2021-09-14T15:18:29.724Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T15:18:29.724Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:29.725Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:29.726Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632709723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:18:29.825Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T15:18:29.826Z||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-14T15:18:29.827Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:29.848Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:29.848Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-14T15:18:30.726Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e7cc1168-b027-45d7-b76a-e45b82742d1d from URL: /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env
2021-09-14T15:18:30.727Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-14T15:18:30.727Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env
2021-09-14T15:18:31.829Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-14T15:18:31.830Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env e7cc1168-b027-45d7-b76a-e45b82742d1d 909
2021-09-14T15:18:31.830Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-14T15:18:31.831Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env
2021-09-14T15:18:31.831Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T15:18:31.831Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:31.833Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:31.833Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632711830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:18:31.933Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T15:18:31.934Z||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-14T15:18:31.934Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:31.950Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:31.950Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-14T15:18:32.834Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fafa6f3b-d4ce-4f98-9817-ee48a74f2512
2021-09-14T15:18:32.835Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rYrUTF 0 4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889 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-14T15:18:32.863Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39173f42, org.onap.sdc.toscaparser.api.parameters.Input@275fa37e, org.onap.sdc.toscaparser.api.parameters.Input@5094e10e, org.onap.sdc.toscaparser.api.parameters.Input@49b4a954, org.onap.sdc.toscaparser.api.parameters.Input@49d9720f]
2021-09-14T15:18:32.866Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.866Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:32.867Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-09-14T15:18:32.867Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ab8658ac-13cb-4109-9355-2879e9afb5e2
2021-09-14T15:18:32.867Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab8658ac-13cb-4109-9355-2879e9afb5e2 matches Tosca VF Customization UUID: ab8658ac-13cb-4109-9355-2879e9afb5e2
2021-09-14T15:18:32.867Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ab8658ac-13cb-4109-9355-2879e9afb5e2 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-14T15:18:32.873Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.873Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:32.874Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ab8658ac-13cb-4109-9355-2879e9afb5e2: {\"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-14T15:18:32.874Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@739e4205
2021-09-14T15:18:32.875Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.875Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T15:18:32.875Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0b4ca260-b910-471e-bfd3-9411c33741d6
2021-09-14T15:18:32.876Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0b4ca260-b910-471e-bfd3-9411c33741d6
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-14T15:18:32.881Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.882Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria
2021-09-14T15:18:32.882Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T15:18:32.882Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.883Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria
2021-09-14T15:18:32.883Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T15:18:32.883Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.883Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is not matching search criteria
2021-09-14T15:18:32.883Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-14T15:18:32.884Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-14T15:18:32.884Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6ebf7821-1c18-4caa-8e45-a531e01640d9
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-14T15:18:32.890Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.890Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria
2021-09-14T15:18:32.891Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T15:18:32.891Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.891Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria
2021-09-14T15:18:32.891Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=ab8658ac-13cb-4109-9355-2879e9afb5e2
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-14T15:18:32.893Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.893Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:32.893Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fafa6f3b-d4ce-4f98-9817-ee48a74f2512: basic_onboard_rYrUTF
2021-09-14T15:18:32.894Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.894Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:32.894Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.894Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:32.894Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:32.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:32.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T15:18:32.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T15:18:32.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_rYrUTF
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-14T15:18:33.050Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rYrUTF 4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889 1 ASDC deployResourceStructure
2021-09-14T15:18:33.051Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json ASDC sendASDCNotification
2021-09-14T15:18:33.051Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json
2021-09-14T15:18:33.051Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T15:18:33.052Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:33.054Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:33.054Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632713050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-14T15:18:33.154Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T15:18:33.154Z||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-14T15:18:33.154Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:33.168Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:33.169Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2021-09-14T15:18:34.055Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-14T15:18:34.055Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml
2021-09-14T15:18:34.055Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T15:18:34.056Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:34.057Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:34.058Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632714055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-14T15:18:34.158Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T15:18:34.158Z||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-14T15:18:34.158Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:34.173Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:34.173Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-14T15:18:35.058Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-14T15:18:35.059Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env
2021-09-14T15:18:35.059Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T15:18:35.059Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:35.060Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:35.061Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632715058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-14T15:18:35.161Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T15:18:35.161Z||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-14T15:18:35.161Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:35.182Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:35.182Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1}
2021-09-14T15:18:36.061Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar ASDC sendASDCNotification
2021-09-14T15:18:36.062Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar
2021-09-14T15:18:36.062Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T15:18:36.062Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:18:36.064Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:18:36.064Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632716061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T15:18:36.164Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T15:18:36.164Z||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-14T15:18:36.165Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:18:36.177Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:18:36.177Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-14T15:18:37.065Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:18:37.082Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:18:37.083Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T15:18:37.083Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T15:18:37.083Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T15:19:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:19:06.922Z||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-14T15:19:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:19:07.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:19:07.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:19:07.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631632685238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:19:07.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:19:07.084Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:19:07.090Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:19:07.092Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T15:19:07.092Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T15:19:07.092Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T15:19:37.093Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:19:37.099Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:19:37.101Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T15:19:37.101Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T15:19:37.101Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T15:20:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:20:06.922Z||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-14T15:20:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:20:06.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:20:06.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:20:06.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "policy-id",
"timestamp": 1631632686911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:20:06.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:20:06.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:20:06.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "cds",
"timestamp": 1631632693319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:20:06.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:20:06.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:20:06.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631632687849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:20:06.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:20:07.102Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:20:07.109Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:20:07.110Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T15:20:07.110Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T15:20:07.111Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T15:20:37.111Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:20:37.129Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:20:37.131Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T15:20:37.131Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T15:20:37.131Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T15:21:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:21:06.922Z||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-14T15:21:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:21:07.131Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:21:07.137Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:21:07.138Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T15:21:07.138Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T15:21:07.138Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T15:21:07.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:21:07.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631632685238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "policy-id",
"timestamp": 1631632686911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "cds",
"timestamp": 1631632693319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631632687849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "dcae-sch",
"timestamp": 1631632695211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631632685238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "policy-id",
"timestamp": 1631632686911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "cds",
"timestamp": 1631632693319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631632687849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "dcae-sch",
"timestamp": 1631632695211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "ves-openapi-manager",
"timestamp": 1631632696208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "policy-id",
"timestamp": 1631632686911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631632685238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "cds",
"timestamp": 1631632693319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631632687849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "dcae-sch",
"timestamp": 1631632695211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "ves-openapi-manager",
"timestamp": 1631632696208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "policy-id",
"timestamp": 1631632686911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631632685238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "cds",
"timestamp": 1631632693319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631632687849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "dcae-sch",
"timestamp": 1631632695211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "ves-openapi-manager",
"timestamp": 1631632696208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "policy-id",
"timestamp": 1631632686911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631632685238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "cds",
"timestamp": 1631632693319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631632687849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "dcae-sch",
"timestamp": 1631632695211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "ves-openapi-manager",
"timestamp": 1631632696208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "aai-ml",
"timestamp": 1631632699636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632686918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "policy-id",
"timestamp": 1631632686911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631632685238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "cds",
"timestamp": 1631632693319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631632687849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "dcae-sch",
"timestamp": 1631632695211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "ves-openapi-manager",
"timestamp": 1631632696208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "aai-ml",
"timestamp": 1631632699636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "dcae-sch",
"timestamp": 1631632695211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "ves-openapi-manager",
"timestamp": 1631632696208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "aai-ml",
"timestamp": 1631632699636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "clamp",
"timestamp": 1631632702117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "ves-openapi-manager",
"timestamp": 1631632696208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "policy-id",
"timestamp": 1631632703027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:21:07.516Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631632703127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:21:07.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "cds",
"timestamp": 1631632703127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:21:07.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631632703247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:21:07.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "aai-ml",
"timestamp": 1631632699636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632703542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:21:07.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "clamp",
"timestamp": 1631632702117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "policy-id",
"timestamp": 1631632704037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T15:21:07.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "cds",
"timestamp": 1631632704159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-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-14T15:21:07.527Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f9345eb7-e4d6-4239-99bf-3249d0220457
2021-09-14T15:21:07.527Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9345eb7-e4d6-4239-99bf-3249d0220457 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-14T15:21:07.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "aai-ml",
"timestamp": 1631632699636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "clamp",
"timestamp": 1631632702117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "policy-id",
"timestamp": 1631632705043,
"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-14T15:21:07.539Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9345eb7-e4d6-4239-99bf-3249d0220457
2021-09-14T15:21:07.539Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9345eb7-e4d6-4239-99bf-3249d0220457 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-14T15:21:07.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "aai-ml",
"timestamp": 1631632699636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631632705425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:21:07.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "clamp",
"timestamp": 1631632702117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "aai-ml",
"timestamp": 1631632699636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "clamp",
"timestamp": 1631632702117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631632706848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:21:07.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632707744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:21:07.550Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "clamp",
"timestamp": 1631632702117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T15:21:07.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "aai-ml",
"timestamp": 1631632708470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:21:07.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631632708474,
"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-14T15:21:07.562Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9345eb7-e4d6-4239-99bf-3249d0220457
2021-09-14T15:21:07.562Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9345eb7-e4d6-4239-99bf-3249d0220457 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-14T15:21:07.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631632708568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T15:21:07.567Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "clamp",
"timestamp": 1631632702117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T15:21:07.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T15:21:07.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631632709478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-14T15:21:07.568Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631632709575,
"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-14T15:21:07.570Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9345eb7-e4d6-4239-99bf-3249d0220457
2021-09-14T15:21:07.570Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9345eb7-e4d6-4239-99bf-3249d0220457 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-14T15:21:07.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632709723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:21:07.575Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632711830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:21:07.575Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632713050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-14T15:21:07.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632714055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-14T15:21:07.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632715058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-14T15:21:07.577Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632716061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T15:21:07.577Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "clamp",
"timestamp": 1631632720640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T15:21:07.577Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "aai-ml",
"timestamp": 1631632721607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T15:21:07.578Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "aai-ml",
"timestamp": 1631632722614,
"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-14T15:21:07.580Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9345eb7-e4d6-4239-99bf-3249d0220457
2021-09-14T15:21:07.580Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9345eb7-e4d6-4239-99bf-3249d0220457 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-14T15:21:07.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "clamp",
"timestamp": 1631632722650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T15:21:07.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:21:07.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T15:21:07.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "clamp",
"timestamp": 1631632723659,
"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-14T15:21:07.588Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f9345eb7-e4d6-4239-99bf-3249d0220457
2021-09-14T15:21:07.588Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9345eb7-e4d6-4239-99bf-3249d0220457 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-14T15:21:37.139Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:21:37.147Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457
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-14T15:21:37.150Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T15:21:37.150Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T15:21:37.150Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T15:21:37.151Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T15:21:37.151Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T15:21:37.151Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T15:21:37.151Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T15:21:37.151Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T15:21:37.152Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T15:21:37.152Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T15:21:37.152Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||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-14T15:21:37.156Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T15:22:06.922Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:22:06.925Z||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-14T15:22:06.925Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:22:07.157Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 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-14T15:22:07.179Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9345eb7-e4d6-4239-99bf-3249d0220457 and serviceModelVersionId: fafa6f3b-d4ce-4f98-9817-ee48a74f2512
2021-09-14T15:22:07.179Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1974909-a1fd-4e3d-a609-06febdb2d26e
2021-09-14T15:22:16.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:22:20.160Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0
2021-09-14T15:22:20.258Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T15:22:20.707Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0|INFO|500||Invoke
2021-09-14T15:22:20.714Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9345eb7-e4d6-4239-99bf-3249d0220457], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[789b7af0-4ec5-47f2-850d-e33068c7544c], X-ECOMP-RequestID=[f9345eb7-e4d6-4239-99bf-3249d0220457], X-TransactionId=[], X-ONAP-RequestID=[f9345eb7-e4d6-4239-99bf-3249d0220457], Content-Type=[application/merge-patch+json]}
2021-09-14T15:22:20.841Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-14T15:22:21.300Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?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/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210914-15:22:20:884-74153], vertex-id=[356376], Content-Length=[0], Date=[Tue, 14 Sep 2021 15:22:20 GMT], Content-Type=[application/json]}
2021-09-14T15:22:21.302Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-14T15:22:21.303Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0|INFO|500||InvokeReturn
2021-09-14T15:22:21.307Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T15:22:21.307Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||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-14T15:22:21.313Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||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-14T15:22:21.314Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9345eb7-e4d6-4239-99bf-3249d0220457 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T15:22:21.315Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T15:22:21.316Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-14T15:22:21.318Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T15:22:21.318Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632941315,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T15:22:21.418Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T15:22:21.419Z||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-14T15:22:21.419Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:22:21.430Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:22:21.431Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-14T15:22:22.329Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:22:22.330Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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-14T15:22:22.330Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:22:32.735Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:22:32.736Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:22:32.737Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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-14T15:22:32.737Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:22:42.304Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:22:42.305Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:22:42.306Z||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-14T15:22:42.306Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:22:51.857Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:22:51.858Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:22:51.859Z||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-14T15:22:51.859Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:23:01.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:23:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:23:06.919Z||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-14T15:23:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:23:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:23:06.921Z||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-14T15:23:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:23:07.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:23:07.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-14T15:23:07.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631632941315,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T15:23:07.585Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T15:23:16.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:24:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:24:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:24:06.922Z||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-14T15:24:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:24:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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-14T15:24:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:24:16.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:24:16.549Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:25:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:25:06.919Z||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-14T15:25:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:25:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:25:06.921Z||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-14T15:25:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:25:16.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:25:16.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:26:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:26:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:26:06.922Z||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-14T15:26:06.922Z||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-14T15:26:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:26:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:26:16.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:26:16.524Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:27:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:27:06.919Z||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-14T15:27:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:27:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:27:06.921Z||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-14T15:27:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:27:16.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:27:16.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:28:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:28:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:28:06.923Z||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-14T15:28:06.923Z||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-14T15:28:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:28:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:28:16.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:28:16.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:29:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:29:06.919Z||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-14T15:29:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:29:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:29:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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-14T15:29:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:29:16.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:29:16.491Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:30:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:30:06.919Z||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-14T15:30:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:30:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:30:06.921Z||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-14T15:30:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:30:16.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:30:16.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:31:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:31:06.920Z||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-14T15:31:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:31:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:31:06.921Z||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-14T15:31:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:31:16.524Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:31:16.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:32:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:32:06.920Z||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-14T15:32:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:32:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:32:06.921Z||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-14T15:32:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:32:16.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:32:16.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:33:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:33:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:33:06.922Z||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-14T15:33:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:33:06.922Z||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-14T15:33:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:33:16.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:33:16.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:34:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:34:06.920Z||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-14T15:34:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:34:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:34:06.922Z||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-14T15:34:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:34:16.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:34:16.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:35:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:35:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:35:06.922Z||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-14T15:35:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:35:06.922Z||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-14T15:35:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:35:16.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:35:16.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:36:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:36:06.920Z||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-14T15:36:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:36:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:36:06.921Z||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-14T15:36:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:36:16.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:36:16.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:37:06.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:37:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:37:06.923Z||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-14T15:37:06.923Z||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-14T15:37:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:37:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:37:16.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:37:16.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:38:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:38:06.920Z||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-14T15:38:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:38:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:38:06.921Z||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-14T15:38:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:38:16.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:38:16.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:39:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:39:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:39:06.921Z||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-14T15:39:06.921Z||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-14T15:39:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:39:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:39:16.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:39:16.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:40:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:40:06.919Z||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-14T15:40:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:40:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:40:06.921Z||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-14T15:40:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:40:16.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:40:16.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:41:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:41:06.920Z||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-14T15:41:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:41:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:41:06.921Z||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-14T15:41:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:41:16.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:41:16.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:42:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:42:06.919Z||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-14T15:42:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:42:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:42:06.921Z||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-14T15:42:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:42:16.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:42:16.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:43:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:43:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:43:06.923Z||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-14T15:43:06.923Z||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-14T15:43:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:43:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:43:16.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:43:16.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:44:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:44:06.919Z||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-14T15:44:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:44:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:44:06.922Z||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-14T15:44:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:44:16.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:44:16.576Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:45:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:45:06.919Z||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-14T15:45:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:45:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:45:06.921Z||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-14T15:45:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:45:16.469Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:45:16.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:46:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:46:06.920Z||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-14T15:46:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:46:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:46:06.921Z||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-14T15:46:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:46:16.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:46:16.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:47:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:47:06.919Z||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-14T15:47:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:47:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:47:06.921Z||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-14T15:47:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:47:16.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:47:16.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:48:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:48:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:48:06.922Z||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-14T15:48:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:48:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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-14T15:48:06.923Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:48:16.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:48:16.482Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:49:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:49:06.919Z||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-14T15:49:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:49:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:49:06.921Z||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-14T15:49:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:49:16.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:49:16.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:50:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:50:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:50:06.923Z||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-14T15:50:06.923Z||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-14T15:50:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:50:06.923Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:50:16.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:50:16.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:51:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:51:06.919Z||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-14T15:51:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:51:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:51:06.921Z||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-14T15:51:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:51:16.511Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:51:16.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:52:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:52:06.919Z||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-14T15:52:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:52:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:52:06.921Z||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-14T15:52:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:52:16.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:52:16.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:53:06.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:53:06.920Z||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-14T15:53:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:53:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:53:06.922Z||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-14T15:53:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:53:16.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:53:16.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:54:06.918Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:54:06.919Z||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-14T15:54:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:54:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:54:06.921Z||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-14T15:54:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:54:16.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:54:16.523Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:55:06.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:55:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:55:06.922Z||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-14T15:55:06.922Z||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-14T15:55:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:55:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:55:16.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:55:16.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:56:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:56:06.919Z||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-14T15:56:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:56:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:56:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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-14T15:56:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:56:16.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:56:16.477Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:57:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:57:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:57:06.921Z||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-14T15:57:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:57:06.921Z||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-14T15:57:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:57:16.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:57:16.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:58:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:58:06.919Z||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-14T15:58:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:58:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:58:06.921Z||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-14T15:58:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:58:16.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:58:16.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:59:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:59:06.920Z||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-14T15:59:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:59:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T15:59:06.922Z||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-14T15:59:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T15:59:16.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T15:59:16.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:00:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:00:06.919Z||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-14T16:00:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:00:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:00:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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-14T16:00:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:00:16.563Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:00:16.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:01:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:01:06.920Z||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-14T16:01:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:01:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:01:06.921Z||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-14T16:01:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:01:16.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:01:16.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:02:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:02:06.919Z||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-14T16:02:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:02:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:02:06.921Z||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-14T16:02:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:02:16.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:02:16.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:03:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:03:06.920Z||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-14T16:03:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:03:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:03:06.921Z||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-14T16:03:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:03:16.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:03:16.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:04:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:04:06.920Z||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-14T16:04:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:04:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:04:06.921Z||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-14T16:04:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:04:16.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:04:16.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:05:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:05:06.920Z||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-14T16:05:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:05:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:05:06.921Z||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-14T16:05:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:05:16.472Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:05:16.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:06:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:06:06.920Z||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-14T16:06:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:06:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:06:06.921Z||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-14T16:06:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:06:16.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:06:16.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:07:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:07:06.919Z||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-14T16:07:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:07:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:07:06.921Z||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-14T16:07:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:07:16.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:07:16.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:08:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:08:06.919Z||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-14T16:08:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:08:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:08:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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-14T16:08:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:08:16.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:08:16.473Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:09:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:09:06.920Z||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-14T16:09:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:09:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:09:06.922Z||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-14T16:09:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:09:16.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:09:16.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:10:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:10:06.919Z||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-14T16:10:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:10:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:10:06.921Z||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-14T16:10:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:10:16.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:10:16.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:11:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:11:06.920Z||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-14T16:11:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:11:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:11:06.921Z||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-14T16:11:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:11:16.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:11:16.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:12:06.919Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:12:06.919Z||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-14T16:12:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:12:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:12:06.921Z||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-14T16:12:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:12:16.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:12:16.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:13:06.919Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:13:06.920Z||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-14T16:13:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:13:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:13:06.921Z||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-14T16:13:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:13:16.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:13:16.467Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:14:06.918Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:14:06.919Z||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-14T16:14:06.919Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:14:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:14:06.921Z||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-14T16:14:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:14:16.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:14:16.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:15:06.919Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:15:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:15:06.921Z||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-14T16:15:06.921Z||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-14T16:15:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:15:06.921Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:15:16.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:15:16.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:16:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:16:06.920Z||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-14T16:16:06.920Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:16:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:16:06.922Z||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-14T16:16:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:16:15.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:16:15.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T16:16:15.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"15a38549-ce12-47f4-a938-64972acdd952","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"79d3a95e-ab09-4cef-af55-e296d7d147ba","serviceDescription":"service","serviceInvariantUUID":"003b4f14-8d6e-470e-84ba-5c2d74dd6b1e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c97ba99b-970f-42fe-9883-be99069823f3","resourceInvariantUUID":"c9063791-4e9f-4ed4-943d-61fd088f5c88","resourceCustomizationUUID":"5e45bdc8-13a5-4435-97e8-37550167dc93","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":"NDBmNDQ0NTcyNDc4NmYxMTk5NWEzNDg3MmU5ODg5OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6651b73b-b752-4ed0-aa1f-6756b4cfc70d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzJhMDA1MjNjNWVkZTdjYzUxZDQwMzA5NzMzMTk5ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ff61912-1e33-4f15-84e7-b2d319d17e7c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T16:16:15.992Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T16:16:15.992Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:16:15.996Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:16:15.996Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636166918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:16:16.096Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T16:16:16.097Z||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-14T16:16:16.097Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:16:16.133Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:16:16.133Z||pool-19-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2021-09-14T16:16:16.260Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:16:16.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:16:16.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "cds",
"timestamp": 1631636173318,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:16:16.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:16:16.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:16:16.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636166918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:16:16.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:16:16.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:16:16.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "dcae-sch",
"timestamp": 1631636175210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:16:16.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:16:16.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T16:16:16.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:16:16.999Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:16:16.999Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636166918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:16:17.099Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T16:16:17.100Z||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-14T16:16:17.100Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:16:17.119Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:16:17.119Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-14T16:16:18.001Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "79d3a95e-ab09-4cef-af55-e296d7d147ba",
"serviceDescription": "service",
"serviceInvariantUUID": "003b4f14-8d6e-470e-84ba-5c2d74dd6b1e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "5e45bdc8-13a5-4435-97e8-37550167dc93",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c97ba99b-970f-42fe-9883-be99069823f3",
"resourceInvariantUUID": "c9063791-4e9f-4ed4-943d-61fd088f5c88",
"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": "NzJhMDA1MjNjNWVkZTdjYzUxZDQwMzA5NzMzMTk5ZDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5ff61912-1e33-4f15-84e7-b2d319d17e7c"
}
],
"workloadContext": "Production"
}
2021-09-14T16:16:18.002Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T16:16:18.002Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 79d3a95e-ab09-4cef-af55-e296d7d147ba ASDC
2021-09-14T16:16:18.003Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:15a38549-ce12-47f4-a938-64972acdd952
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:79d3a95e-ab09-4cef-af55-e296d7d147ba
ServiceInvariantUUID:003b4f14-8d6e-470e-84ba-5c2d74dd6b1e
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:5ff61912-1e33-4f15-84e7-b2d319d17e7c
ArtifactChecksum:NzJhMDA1MjNjNWVkZTdjYzUxZDQwMzA5NzMzMTk5ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5e45bdc8-13a5-4435-97e8-37550167dc93
ResourceInvariantUUID:c9063791-4e9f-4ed4-943d-61fd088f5c88
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c97ba99b-970f-42fe-9883-be99069823f3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-14T16:16:18.003Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79d3a95e-ab09-4cef-af55-e296d7d147ba ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-14T16:16:18.029Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T16:16:18.030Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-14T16:16:18.030Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-14T16:16:18.031Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5ff61912-1e33-4f15-84e7-b2d319d17e7c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-14T16:16:18.031Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-14T16:16:18.031Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-14T16:16:19.589Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-14T16:16:19.591Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ff61912-1e33-4f15-84e7-b2d319d17e7c 52175
2021-09-14T16:16:19.592Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-14T16:16:19.592Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-14T16:16:19.592Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T16:16:19.592Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:16:19.594Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:16:19.594Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636179592,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:16:19.694Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T16:16:19.695Z||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-14T16:16:19.695Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:16:19.708Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:16:19.708Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-14T16:16:20.595Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T16:16:20.596Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-14T16:16:20.596Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5ff61912-1e33-4f15-84e7-b2d319d17e7c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T16:16:20.596Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-14T16:16:20.597Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T16:16:20.597Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T16:16:20.740Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16116101359644319732/Definitions/service-BasicNetwork-template.yml
2021-09-14T16:16:21.216Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T16:16:21.217Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-14T16:16:21.217Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T16:16:21.217Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-14T16:16:21.217Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T16:16:21.218Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T16:16:21.218Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T16:16:21.218Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T16:16:21.218Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T16:16:21.219Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T16:16:21.219Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T16:16:21.219Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T16:16:21.219Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-14T16:16:21.219Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.220Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.220Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-14T16:16:21.221Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-14T16:16:21.221Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T16:16:21.221Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.221Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.222Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-14T16:16:21.222Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-14T16:16:21.222Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T16:16:21.222Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.223Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.223Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.223Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.223Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.224Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.224Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.224Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.224Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.225Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.225Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:79d3a95e-ab09-4cef-af55-e296d7d147ba
Model Version:NULL
Model InvariantUuid:003b4f14-8d6e-470e-84ba-5c2d74dd6b1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c9063791-4e9f-4ed4-943d-61fd088f5c88
Model UUID:118a1fd8-75eb-4132-b00b-66a1d5d10e39
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:5e45bdc8-13a5-4435-97e8-37550167dc93
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-14T16:16:21.233Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: c97ba99b-970f-42fe-9883-be99069823f3
2021-09-14T16:16:21.234Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||No resources found for Service: 79d3a95e-ab09-4cef-af55-e296d7d147ba
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-14T16:16:21.239Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||
2021-09-14T16:16:21.239Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-14T16:16:21.240Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 79d3a95e-ab09-4cef-af55-e296d7d147ba
2021-09-14T16:16:21.240Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 79d3a95e-ab09-4cef-af55-e296d7d147ba
2021-09-14T16:16:21.240Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-14T16:16:21.241Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-14T16:16:21.246Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bb59b65, org.onap.sdc.toscaparser.api.parameters.Input@17cd7e3, org.onap.sdc.toscaparser.api.parameters.Input@544c4d66, org.onap.sdc.toscaparser.api.parameters.Input@2a88ace0, org.onap.sdc.toscaparser.api.parameters.Input@7db17467]
2021-09-14T16:16:21.248Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.248Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.248Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.248Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.249Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 79d3a95e-ab09-4cef-af55-e296d7d147ba: Generic NeutronNet
2021-09-14T16:16:21.249Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.249Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.250Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.250Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-14T16:16:21.290Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.292Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.292Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.293Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.293Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:16:21.293Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:16:21.294Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-14T16:16:21.366Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-14T16:16:21.366Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-14T16:16:21.366Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-14T16:16:21.366Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T16:16:21.367Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:16:21.369Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:16:21.369Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636181366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T16:16:21.470Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T16:16:21.470Z||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-14T16:16:21.470Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:16:21.480Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:16:21.481Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T16:16:22.370Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:16:22.377Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:16:22.378Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T16:16:22.379Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T16:16:22.379Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T16:16:52.379Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:16:52.393Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:16:52.394Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T16:16:52.394Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T16:16:52.394Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T16:17:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:17:06.922Z||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-14T16:17:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:17:06.961Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:17:06.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:17:06.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636167849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:17:06.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:17:22.394Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:17:22.401Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:17:22.402Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T16:17:22.402Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T16:17:22.402Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T16:17:52.403Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:17:52.409Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:17:52.415Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T16:17:52.415Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T16:17:52.415Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T16:18:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:18:06.922Z||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-14T16:18:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:18:06.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:18:06.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:18:06.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "policy-id",
"timestamp": 1631636166911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:18:06.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:18:22.416Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:18:22.429Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:18:22.430Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T16:18:22.430Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T16:18:22.431Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T16:18:52.431Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:18:52.438Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:18:52.440Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T16:18:52.440Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T16:18:52.440Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T16:19:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:19:06.922Z||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-14T16:19:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:19:07.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:19:07.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636176209,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:19:07.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "dcae-sch",
"timestamp": 1631636175210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:19:07.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "cds",
"timestamp": 1631636173318,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:19:07.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636166918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:19:07.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636167849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:19:07.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "policy-id",
"timestamp": 1631636166911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:19:07.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636176209,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:19:07.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636179592,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:19:07.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "policy-id",
"timestamp": 1631636179883,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:19:07.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "cds",
"timestamp": 1631636180208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:19:07.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:19:07.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "aai-ml",
"timestamp": 1631636179635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:19:07.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "policy-id",
"timestamp": 1631636180890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T16:19:07.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:19:07.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "cds",
"timestamp": 1631636181217,
"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-14T16:19:07.492Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15a38549-ce12-47f4-a938-64972acdd952
2021-09-14T16:19:07.492Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a38549-ce12-47f4-a938-64972acdd952 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-14T16:19:07.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "aai-ml",
"timestamp": 1631636179635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:19:07.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636181366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T16:19:07.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:19:07.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "policy-id",
"timestamp": 1631636181903,
"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-14T16:19:07.504Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15a38549-ce12-47f4-a938-64972acdd952
2021-09-14T16:19:07.504Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a38549-ce12-47f4-a938-64972acdd952 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-14T16:19:07.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "clamp",
"timestamp": 1631636182117,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:19:07.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "clamp",
"timestamp": 1631636182117,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:19:07.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "aai-ml",
"timestamp": 1631636184001,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:19:07.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:19:07.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "aai-ml",
"timestamp": 1631636188631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T16:19:07.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:19:07.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "aai-ml",
"timestamp": 1631636189635,
"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-14T16:19:07.513Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15a38549-ce12-47f4-a938-64972acdd952
2021-09-14T16:19:07.513Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a38549-ce12-47f4-a938-64972acdd952 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-14T16:19:07.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "clamp",
"timestamp": 1631636193179,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:19:07.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:19:07.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "clamp",
"timestamp": 1631636195188,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T16:19:07.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:19:07.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636195239,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:19:07.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "clamp",
"timestamp": 1631636196199,
"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-14T16:19:07.521Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15a38549-ce12-47f4-a938-64972acdd952
2021-09-14T16:19:07.521Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a38549-ce12-47f4-a938-64972acdd952 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-14T16:19:07.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636195239,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:19:07.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:19:07.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636199209,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:19:07.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:19:07.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636200987,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T16:19:07.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:19:07.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:19:07.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636201991,
"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-14T16:19:07.529Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15a38549-ce12-47f4-a938-64972acdd952
2021-09-14T16:19:07.529Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a38549-ce12-47f4-a938-64972acdd952 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-14T16:19:22.440Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:19:22.447Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952
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-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T16:19:22.451Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T16:19:22.451Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T16:19:22.451Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T16:19:22.451Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-14T16:19:22.454Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T16:19:52.454Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 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-14T16:19:52.464Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15a38549-ce12-47f4-a938-64972acdd952 and serviceModelVersionId: 79d3a95e-ab09-4cef-af55-e296d7d147ba
2021-09-14T16:19:52.464Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 003b4f14-8d6e-470e-84ba-5c2d74dd6b1e
2021-09-14T16:19:52.466Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0
2021-09-14T16:19:52.475Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T16:19:52.551Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0|INFO|500||Invoke
2021-09-14T16:19:52.552Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15a38549-ce12-47f4-a938-64972acdd952], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fc5ffda6-213b-4388-9957-0ec79653cdb1], X-ECOMP-RequestID=[15a38549-ce12-47f4-a938-64972acdd952], X-TransactionId=[], X-ONAP-RequestID=[15a38549-ce12-47f4-a938-64972acdd952], Content-Type=[application/merge-patch+json]}
2021-09-14T16:19:52.595Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-14T16:19:53.524Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?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/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210914-16:19:52:602-39726], vertex-id=[159952], Content-Length=[0], Date=[Tue, 14 Sep 2021 16:19:52 GMT], Content-Type=[application/json]}
2021-09-14T16:19:53.525Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-14T16:19:53.526Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0|INFO|500||InvokeReturn
2021-09-14T16:19:53.527Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T16:19:53.527Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-14T16:19:53.531Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-14T16:19:53.532Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15a38549-ce12-47f4-a938-64972acdd952 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T16:19:53.532Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T16:19:53.532Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:19:53.535Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:19:53.535Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636393532,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T16:19:53.635Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T16:19:53.636Z||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-14T16:19:53.636Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:19:53.653Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:19:53.653Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-14T16:19:54.545Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:19:54.546Z|15a38549-ce12-47f4-a938-64972acdd952|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-14T16:19:54.546Z|15a38549-ce12-47f4-a938-64972acdd952|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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:19:59.039Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:19:59.040Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-14T16:19:59.040Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdd4d8c0-e99c-419f-9ff7-915c4d811c18","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f7d2244e-d12a-47d2-8611-d0b02f5e6862","serviceDescription":"service","serviceInvariantUUID":"8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85667356-c97a-45b8-9389-cdec9676db61","resourceInvariantUUID":"0f370a99-a756-4276-8fd1-97aaf1a58345","resourceCustomizationUUID":"e62308cf-238c-46b9-a34d-5064e7195639","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ODIxODA4MGEyN2I0ZWE4ODZhYzVhODc1NGU5NTM3YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42442d74-407a-450c-a532-e63355ad9d77","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"OWQyYjk0OTE5Njg0NWU0MzAxN2FmZmI3MTMxMjdjNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eedcd920-9968-4c63-9752-f49148e9be39","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c2f6e95-c5c1-457a-8baa-a06dc17089e4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4c4da598-48ac-4c5b-a668-4fd38164a8c7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"567d4776-e19e-486c-8454-5006c581f03b","artifactVersion":"2","generatedFromUUID":"2c2f6e95-c5c1-457a-8baa-a06dc17089e4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWE1M2IyYTkwMzU5Y2JjNDM4YjJhNjJiNjViYWJiZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89861b63-12d2-4dad-b392-e8a63771e3cd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjkyZTI2ZDgyZmMzMWZiZWQ4YjMyMmNjYjg2NzBhMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3fd82a4-2b43-4710-a993-e2c9b6527ebb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T16:19:59.043Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T16:19:59.044Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:19:59.046Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:19:59.046Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:19:59.146Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T16:19:59.146Z||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-14T16:19:59.146Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:19:59.161Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:19:59.161Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-14T16:20:00.047Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T16:20:00.048Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:20:00.049Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:20:00.050Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T16:20:00.150Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T16:20:00.150Z||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-14T16:20:00.150Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:20:00.164Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:20:00.164Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-14T16:20:01.050Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T16:20:01.051Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:20:01.053Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:20:01.053Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-14T16:20:01.153Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T16:20:01.154Z||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-14T16:20:01.154Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:20:01.171Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:20:01.172Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-14T16:20:02.054Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T16:20:02.055Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:20:02.057Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:20:02.057Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:02.158Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T16:20:02.159Z||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-14T16:20:02.159Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:20:02.168Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:20:02.169Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T16:20:03.059Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T16:20:03.059Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:20:03.062Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:20:03.062Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-14T16:20:03.162Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T16:20:03.163Z||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-14T16:20:03.163Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:20:03.176Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:20:03.176Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-14T16:20:04.062Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T16:20:04.063Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:20:04.066Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:20:04.066Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:04.166Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T16:20:04.166Z||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-14T16:20:04.166Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:20:04.181Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:20:04.181Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-14T16:20:05.066Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T16:20:05.067Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:20:05.069Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:20:05.069Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:05.169Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T16:20:05.170Z||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-14T16:20:05.170Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:20:05.180Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:20:05.180Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T16:20:06.070Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "f7d2244e-d12a-47d2-8611-d0b02f5e6862",
"serviceDescription": "service",
"serviceInvariantUUID": "8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "e62308cf-238c-46b9-a34d-5064e7195639",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "85667356-c97a-45b8-9389-cdec9676db61",
"resourceInvariantUUID": "0f370a99-a756-4276-8fd1-97aaf1a58345",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "OWQyYjk0OTE5Njg0NWU0MzAxN2FmZmI3MTMxMjdjNzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eedcd920-9968-4c63-9752-f49148e9be39",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2c2f6e95-c5c1-457a-8baa-a06dc17089e4",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "567d4776-e19e-486c-8454-5006c581f03b",
"generatedFromUUID": "2c2f6e95-c5c1-457a-8baa-a06dc17089e4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "567d4776-e19e-486c-8454-5006c581f03b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NjkyZTI2ZDgyZmMzMWZiZWQ4YjMyMmNjYjg2NzBhMmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e3fd82a4-2b43-4710-a993-e2c9b6527ebb"
}
],
"workloadContext": "Production"
}
2021-09-14T16:20:06.071Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T16:20:06.071Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f7d2244e-d12a-47d2-8611-d0b02f5e6862 ASDC
2021-09-14T16:20:06.071Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:cdd4d8c0-e99c-419f-9ff7-915c4d811c18
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f7d2244e-d12a-47d2-8611-d0b02f5e6862
ServiceInvariantUUID:8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:e3fd82a4-2b43-4710-a993-e2c9b6527ebb
ArtifactChecksum:NjkyZTI2ZDgyZmMzMWZiZWQ4YjMyMmNjYjg2NzBhMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e62308cf-238c-46b9-a34d-5064e7195639
ResourceInvariantUUID:0f370a99-a756-4276-8fd1-97aaf1a58345
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:85667356-c97a-45b8-9389-cdec9676db61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:eedcd920-9968-4c63-9752-f49148e9be39
ArtifactChecksum:OWQyYjk0OTE5Njg0NWU0MzAxN2FmZmI3MTMxMjdjNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:2c2f6e95-c5c1-457a-8baa-a06dc17089e4
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:567d4776-e19e-486c-8454-5006c581f03b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:567d4776-e19e-486c-8454-5006c581f03b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-14T16:20:06.072Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7d2244e-d12a-47d2-8611-d0b02f5e6862 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-14T16:20:06.094Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T16:20:06.095Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-14T16:20:06.095Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-14T16:20:06.095Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e3fd82a4-2b43-4710-a993-e2c9b6527ebb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-14T16:20:06.095Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-14T16:20:06.095Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-14T16:20:06.745Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-14T16:20:06.750Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e3fd82a4-2b43-4710-a993-e2c9b6527ebb 70870
2021-09-14T16:20:06.750Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-14T16:20:06.750Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-14T16:20:06.750Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T16:20:06.751Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:20:06.753Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:20:06.753Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636406750,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:06.853Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T16:20:06.854Z||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-14T16:20:06.854Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:20:06.874Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:20:06.875Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-14T16:20:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T16:20:06.922Z||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-14T16:20:06.922Z||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 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:20:07.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:20:07.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636345237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "policy-id",
"timestamp": 1631636346911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636347849,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636345237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636347849,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "policy-id",
"timestamp": 1631636346911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "cds",
"timestamp": 1631636353320,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636345237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "policy-id",
"timestamp": 1631636346911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636347849,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "cds",
"timestamp": 1631636353320,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "dcae-sch",
"timestamp": 1631636355210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636345237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "policy-id",
"timestamp": 1631636346911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "cds",
"timestamp": 1631636353320,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636347849,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636356208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "dcae-sch",
"timestamp": 1631636355210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "policy-id",
"timestamp": 1631636346911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636345237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "cds",
"timestamp": 1631636353320,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636347849,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636356208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "dcae-sch",
"timestamp": 1631636355210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "policy-id",
"timestamp": 1631636346911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636345237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "cds",
"timestamp": 1631636353320,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636347849,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636356208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "dcae-sch",
"timestamp": 1631636355210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "policy-id",
"timestamp": 1631636346911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "cds",
"timestamp": 1631636353320,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636347849,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636345237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636356208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "dcae-sch",
"timestamp": 1631636355210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "cds",
"timestamp": 1631636353320,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "aai-ml",
"timestamp": 1631636359635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636356208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "dcae-sch",
"timestamp": 1631636355210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "aai-ml",
"timestamp": 1631636359635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "policy-id",
"timestamp": 1631636361488,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:07.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636361719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:07.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636361722,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:07.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636356208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "dcae-sch",
"timestamp": 1631636355210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "cds",
"timestamp": 1631636362117,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:07.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "aai-ml",
"timestamp": 1631636359635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "policy-id",
"timestamp": 1631636362505,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T16:20:07.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "clamp",
"timestamp": 1631636362119,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636356208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "cds",
"timestamp": 1631636363125,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-14T16:20:07.162Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdd4d8c0-e99c-419f-9ff7-915c4d811c18
2021-09-14T16:20:07.162Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd4d8c0-e99c-419f-9ff7-915c4d811c18 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-14T16:20:07.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "aai-ml",
"timestamp": 1631636359635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "policy-id",
"timestamp": 1631636363510,
"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-14T16:20:07.171Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdd4d8c0-e99c-419f-9ff7-915c4d811c18
2021-09-14T16:20:07.171Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd4d8c0-e99c-419f-9ff7-915c4d811c18 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-14T16:20:07.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "clamp",
"timestamp": 1631636362119,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "aai-ml",
"timestamp": 1631636359635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636364326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T16:20:07.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636364687,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:07.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "clamp",
"timestamp": 1631636362119,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "aai-ml",
"timestamp": 1631636359635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636365339,
"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-14T16:20:07.180Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdd4d8c0-e99c-419f-9ff7-915c4d811c18
2021-09-14T16:20:07.181Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd4d8c0-e99c-419f-9ff7-915c4d811c18 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-14T16:20:07.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "clamp",
"timestamp": 1631636362119,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "aai-ml",
"timestamp": 1631636359635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636366539,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:07.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "clamp",
"timestamp": 1631636362119,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636367652,
"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-14T16:20:07.197Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdd4d8c0-e99c-419f-9ff7-915c4d811c18
2021-09-14T16:20:07.197Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd4d8c0-e99c-419f-9ff7-915c4d811c18 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-14T16:20:07.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "clamp",
"timestamp": 1631636362119,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "aai-ml",
"timestamp": 1631636368157,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:07.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636368677,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-14T16:20:07.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "clamp",
"timestamp": 1631636362119,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "clamp",
"timestamp": 1631636374211,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:07.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "clamp",
"timestamp": 1631636376221,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T16:20:07.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "clamp",
"timestamp": 1631636377225,
"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-14T16:20:07.205Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cdd4d8c0-e99c-419f-9ff7-915c4d811c18
2021-09-14T16:20:07.205Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd4d8c0-e99c-419f-9ff7-915c4d811c18 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-14T16:20:07.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "aai-ml",
"timestamp": 1631636377299,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T16:20:07.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "aai-ml",
"timestamp": 1631636378307,
"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-14T16:20:07.216Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdd4d8c0-e99c-419f-9ff7-915c4d811c18
2021-09-14T16:20:07.216Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd4d8c0-e99c-419f-9ff7-915c4d811c18 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-14T16:20:07.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15a38549-ce12-47f4-a938-64972acdd952",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636393532,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T16:20:07.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "aai-ml",
"timestamp": 1631636389635,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "clamp",
"timestamp": 1631636392117,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "dcae-sch",
"timestamp": 1631636395210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "policy-id",
"timestamp": 1631636386910,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636387852,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636396208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "clamp",
"timestamp": 1631636392117,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636387852,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "aai-ml",
"timestamp": 1631636389635,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "dcae-sch",
"timestamp": 1631636395210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "policy-id",
"timestamp": 1631636386910,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636396208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "aai-ml",
"timestamp": 1631636389635,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "dcae-sch",
"timestamp": 1631636395210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "clamp",
"timestamp": 1631636392117,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636387852,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "policy-id",
"timestamp": 1631636386910,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636396208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "cds",
"timestamp": 1631636398319,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "aai-ml",
"timestamp": 1631636389635,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "clamp",
"timestamp": 1631636392117,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "dcae-sch",
"timestamp": 1631636395210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "policy-id",
"timestamp": 1631636386910,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636387852,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636396208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "cds",
"timestamp": 1631636398319,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "clamp",
"timestamp": 1631636392117,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "dcae-sch",
"timestamp": 1631636395210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "aai-ml",
"timestamp": 1631636389635,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "policy-id",
"timestamp": 1631636386910,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636387852,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636396208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "cds",
"timestamp": 1631636398319,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "aai-ml",
"timestamp": 1631636389635,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "clamp",
"timestamp": 1631636392117,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "dcae-sch",
"timestamp": 1631636395210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636387852,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "policy-id",
"timestamp": 1631636386910,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636396208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "cds",
"timestamp": 1631636398319,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "aai-ml",
"timestamp": 1631636389635,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "clamp",
"timestamp": 1631636392117,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "dcae-sch",
"timestamp": 1631636395210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "policy-id",
"timestamp": 1631636386910,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636387852,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636396208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "cds",
"timestamp": 1631636398319,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "aai-ml",
"timestamp": 1631636389635,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "clamp",
"timestamp": 1631636392117,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "policy-id",
"timestamp": 1631636386910,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "dcae-sch",
"timestamp": 1631636395210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636387852,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "ves-openapi-manager",
"timestamp": 1631636396208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "cds",
"timestamp": 1631636398319,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "cds",
"timestamp": 1631636398319,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636394545,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "aai-ml",
"timestamp": 1631636405353,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:07.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "policy-id",
"timestamp": 1631636405434,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:07.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631636405536,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:07.260Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631636405235,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T16:20:07.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "cds",
"timestamp": 1631636398319,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T16:20:07.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-14T16:20:07.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0",
"consumerID": "policy-id",
"timestamp": 1631636406440,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T16:20:07.262Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-14T16:20:07.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636406750,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:07.262Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T16:20:07.754Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T16:20:07.756Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-14T16:20:07.756Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e3fd82a4-2b43-4710-a993-e2c9b6527ebb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T16:20:07.757Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-14T16:20:07.757Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T16:20:07.757Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T16:20:08.021Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1208597052062208791/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-14T16:20:09.084Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T16:20:09.084Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-14T16:20:09.084Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T16:20:09.084Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-14T16:20:09.086Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.086Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:20:09.086Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T16:20:09.086Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-14T16:20:09.086Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T16:20:09.086Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=666e5c8c-4dd3-4ca3-8a42-135c026d5431
2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:20:09.092Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f7d2244e-d12a-47d2-8611-d0b02f5e6862
Model Version:NULL
Model InvariantUuid:8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:20be9cdd-4078-4aa1-9499-f3c9ef073d2f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f370a99-a756-4276-8fd1-97aaf1a58345
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e62308cf-238c-46b9-a34d-5064e7195639
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:435074d5-60e5-4ded-bc56-694c4d66a1e6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:62ccd689-6440-4854-af72-04b875fdaed3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:666e5c8c-4dd3-4ca3-8a42-135c026d5431
ModelInvariantUuid:ac4b2d4c-1422-4a63-9320-6f59937f8163
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a5bba194-602d-4b52-8110-25b2186ff3f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:47523b36-6684-4c76-8621-8ccd93c326d4
ModelInvariantUuid:2560b058-f379-4887-ae67-23461a3a14f3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4c39b3d4-0615-446d-bdb9-98f7ef498690
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-14T16:20:09.096Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 85667356-c97a-45b8-9389-cdec9676db61
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-14T16:20:09.103Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-09-14T16:20:09.103Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 85667356-c97a-45b8-9389-cdec9676db61
2021-09-14T16:20:09.104Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eedcd920-9968-4c63-9752-f49148e9be39 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-14T16:20:09.104Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-14T16:20:09.104Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-14T16:20:10.279Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-14T16:20:10.279Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json eedcd920-9968-4c63-9752-f49148e9be39 787
2021-09-14T16:20:10.280Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-14T16:20:10.280Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-14T16:20:10.280Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T16:20:10.280Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:20:10.282Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:20:10.282Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636410280,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:10.382Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T16:20:10.383Z||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-14T16:20:10.383Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:20:10.409Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:20:10.409Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-14T16:20:11.283Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "435074d5-60e5-4ded-bc56-694c4d66a1e6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "62ccd689-6440-4854-af72-04b875fdaed3",
"vfModuleModelCustomizationUUID": "c99bd199-38be-4967-a99c-781f29aff80f",
"isBase": true,
"artifacts": [
"2c2f6e95-c5c1-457a-8baa-a06dc17089e4",
"567d4776-e19e-486c-8454-5006c581f03b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"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-14T16:20:11.287Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62ccd689-6440-4854-af72-04b875fdaed3
VfModuleModelInvariantUUID:435074d5-60e5-4ded-bc56-694c4d66a1e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c2f6e95-c5c1-457a-8baa-a06dc17089e4
,
567d4776-e19e-486c-8454-5006c581f03b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-14T16:20:11.289Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "435074d5-60e5-4ded-bc56-694c4d66a1e6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "62ccd689-6440-4854-af72-04b875fdaed3",
"vfModuleModelCustomizationUUID": "c99bd199-38be-4967-a99c-781f29aff80f",
"isBase": true,
"artifacts": [
"2c2f6e95-c5c1-457a-8baa-a06dc17089e4",
"567d4776-e19e-486c-8454-5006c581f03b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"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-14T16:20:11.289Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62ccd689-6440-4854-af72-04b875fdaed3
VfModuleModelInvariantUUID:435074d5-60e5-4ded-bc56-694c4d66a1e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c2f6e95-c5c1-457a-8baa-a06dc17089e4
,
567d4776-e19e-486c-8454-5006c581f03b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-14T16:20:11.289Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2c2f6e95-c5c1-457a-8baa-a06dc17089e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-14T16:20:11.289Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-14T16:20:11.289Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-14T16:20:12.483Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-14T16:20:12.483Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2c2f6e95-c5c1-457a-8baa-a06dc17089e4 5033
2021-09-14T16:20:12.483Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-14T16:20:12.484Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-14T16:20:12.484Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T16:20:12.484Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:20:12.487Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:20:12.487Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636412483,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:12.586Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T16:20:12.587Z||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-14T16:20:12.587Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:20:12.606Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:20:12.606Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-09-14T16:20:13.487Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 567d4776-e19e-486c-8454-5006c581f03b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-14T16:20:13.487Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-14T16:20:13.488Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-14T16:20:15.802Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-14T16:20:15.802Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 567d4776-e19e-486c-8454-5006c581f03b 903
2021-09-14T16:20:15.802Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-14T16:20:15.803Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-14T16:20:15.803Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T16:20:15.803Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-14T16:20:15.804Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T16:20:15.804Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631636415802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-14T16:20:15.905Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T16:20:15.905Z||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-14T16:20:15.905Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ...
2021-09-14T16:20:15.918Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T16:20:15.918Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-14T16:20:16.805Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f7d2244e-d12a-47d2-8611-d0b02f5e6862
2021-09-14T16:20:16.805Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 85667356-c97a-45b8-9389-cdec9676db61 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-14T16:20:16.817Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34de822b, org.onap.sdc.toscaparser.api.parameters.Input@761da70d, org.onap.sdc.toscaparser.api.parameters.Input@4e6d4a7a, org.onap.sdc.toscaparser.api.parameters.Input@31d9ba27, org.onap.sdc.toscaparser.api.parameters.Input@7156b9ed]
2021-09-14T16:20:16.818Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:16.818Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:20:16.818Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-09-14T16:20:16.818Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e62308cf-238c-46b9-a34d-5064e7195639
2021-09-14T16:20:16.819Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e62308cf-238c-46b9-a34d-5064e7195639 matches Tosca VF Customization UUID: e62308cf-238c-46b9-a34d-5064e7195639
2021-09-14T16:20:16.819Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e62308cf-238c-46b9-a34d-5064e7195639 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-14T16:20:16.821Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:16.821Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:20:16.822Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e62308cf-238c-46b9-a34d-5064e7195639: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-09-14T16:20:16.822Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@320677d3
2021-09-14T16:20:16.822Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:16.822Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T16:20:16.822Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c99bd199-38be-4967-a99c-781f29aff80f
2021-09-14T16:20:16.822Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c99bd199-38be-4967-a99c-781f29aff80f
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-14T16:20:16.824Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:16.824Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T16:20:16.825Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T16:20:16.825Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:16.825Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T16:20:16.825Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T16:20:16.825Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:16.826Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-14T16:20:16.826Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-14T16:20:16.826Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-14T16:20:16.826Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=666e5c8c-4dd3-4ca3-8a42-135c026d5431
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-14T16:20:16.828Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:16.828Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T16:20:16.828Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T16:20:16.828Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:16.828Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T16:20:16.829Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e62308cf-238c-46b9-a34d-5064e7195639
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-14T16:20:16.830Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:16.830Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:20:16.830Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f7d2244e-d12a-47d2-8611-d0b02f5e6862: basic_vm
2021-09-14T16:20:16.831Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T16:20:16.831Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T16:20:16.831Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive