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-04-22T00:39:31.563Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-n7gwq with PID 14 (/app/app.jar started by so in /app) 2021-04-22T00:39:31.568Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-04-22T00:39:31.569Z||main|||||INFO|500||The following profiles are active: basic 2021-04-22T00:39:38.069Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-22T00:39:38.069Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-04-22T00:39:38.140Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-22T00:39:39.540Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-22T00:39:39.684Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-22T00:39:40.074Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-22T00:39:40.081Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-22T00:39:40.165Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-04-22T00:39:40.294Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-04-22T00:39:40.652Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-04-22T00:39:41.309Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-22T00:39:43.092Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-22T00:39:43.128Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-04-22T00:39:43.415Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-22T00:39:43.572Z||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-04-22T00:39:44.548Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-22T00:39:45.425Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-22T00:39:45.451Z||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$$1e37d5ac.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-04-22T00:39:45.452Z||main|||||WARN|500||The sdc end point is not alive 2021-04-22T00:39:47.607Z||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-04-22T00:39:49.881Z||main|||||WARN|500||--- 2021-04-22T00:39:49.882Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-04-22T00:39:49.882Z||main|||||WARN|500||--- 2021-04-22T00:39:50.220Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-22T00:39:53.310Z||main|||||INFO|500||Started Application in 23.737 seconds (JVM running for 24.735) 2021-04-22T00:39:53.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-22T00:39:53.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-22T00:39:53.326Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-22T00:39:53.368Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-22T00:39:53.405Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0660232-af3e-479d-9415-91f3c1adbff6 url= /sdc/v1/artifactTypes 2021-04-22T00:39:53.406Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-22T00:39:54.531Z||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.4.66] 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 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) ... 29 common frames omitted 2021-04-22T00:39:54.536Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a2a492d 2021-04-22T00:39:54.536Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-22T00:39:54.545Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-22T00:39:54.547Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-22T00:39:54.549Z||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 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) ... 12 common frames omitted 2021-04-22T00:40:43.306Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-22T00:40:43.306Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-22T00:40:43.307Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-22T00:40:43.311Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-22T00:40:43.316Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7abcb7ee-21e4-44de-aca6-380dac973848 url= /sdc/v1/artifactTypes 2021-04-22T00:40:43.317Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-22T00:40:44.354Z||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.4.66] 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 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) ... 29 common frames omitted 2021-04-22T00:40:44.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@178a8206 2021-04-22T00:40:44.355Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-22T00:40:44.355Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-22T00:40:44.355Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-22T00:40:44.356Z||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 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) ... 12 common frames omitted 2021-04-22T00:41:33.305Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-22T00:41:33.306Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-22T00:41:33.307Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-22T00:41:33.314Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-22T00:41:33.319Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a142621-7321-446d-a23a-2504626c3c7a url= /sdc/v1/artifactTypes 2021-04-22T00:41:33.319Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-22T00:41:34.338Z||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.4.66] 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 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) ... 29 common frames omitted 2021-04-22T00:41:34.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20b591a9 2021-04-22T00:41:34.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-22T00:41:34.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-22T00:41:34.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-22T00:41:34.340Z||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 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) ... 12 common frames omitted 2021-04-22T00:42:23.305Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-22T00:42:23.306Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-22T00:42:23.307Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-22T00:42:23.312Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-22T00:42:23.318Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 34ecceac-7f12-4e06-aac1-a55261450b63 url= /sdc/v1/artifactTypes 2021-04-22T00:42:23.318Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-22T00:42:24.355Z||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.4.66] 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 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) ... 29 common frames omitted 2021-04-22T00:42:24.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@455b2a5c 2021-04-22T00:42:24.356Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-22T00:42:24.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-22T00:42:24.356Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-22T00:42:24.357Z||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 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) ... 12 common frames omitted 2021-04-22T00:43:13.306Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-22T00:43:13.307Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-22T00:43:13.307Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-22T00:43:13.310Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-22T00:43:13.316Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f1a81ba0-cb6d-4910-aa24-c01888e1b38c url= /sdc/v1/artifactTypes 2021-04-22T00:43:13.316Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-22T00:43:14.338Z||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.4.66] 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 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) ... 29 common frames omitted 2021-04-22T00:43:14.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8e48462 2021-04-22T00:43:14.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-22T00:43:14.340Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-22T00:43:14.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-22T00:43:14.340Z||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 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) ... 12 common frames omitted 2021-04-22T00:44:03.305Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-22T00:44:03.305Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-22T00:44:03.305Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-22T00:44:03.309Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-22T00:44:03.314Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7614493-bcb3-46f5-824b-9fcdd765c2a4 url= /sdc/v1/artifactTypes 2021-04-22T00:44:03.315Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-22T00:44:04.355Z||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.4.66] 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 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) ... 29 common frames omitted 2021-04-22T00:44:04.356Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72d7e5c2 2021-04-22T00:44:04.356Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-22T00:44:04.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-22T00:44:04.356Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-22T00:44:04.357Z||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 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) ... 12 common frames omitted 2021-04-22T00:44:53.305Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-22T00:44:53.306Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-22T00:44:53.306Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-22T00:44:53.310Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-22T00:44:53.317Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5611c4a1-410e-4ca8-9590-dce9b46d3585 url= /sdc/v1/artifactTypes 2021-04-22T00:44:53.317Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-22T00:44:54.338Z||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.4.66] 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 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) ... 29 common frames omitted 2021-04-22T00:44:54.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58dacde0 2021-04-22T00:44:54.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-22T00:44:54.340Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-22T00:44:54.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-22T00:44:54.340Z||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 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) ... 12 common frames omitted 2021-04-22T00:45:43.305Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-22T00:45:43.306Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-22T00:45:43.306Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-22T00:45:43.309Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-22T00:45:43.314Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 621a1d24-0da1-4a30-bc09-395a6df090c5 url= /sdc/v1/artifactTypes 2021-04-22T00:45:43.314Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-22T00:45:44.355Z||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.4.66] 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 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) ... 29 common frames omitted 2021-04-22T00:45:44.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ab1eceb 2021-04-22T00:45:44.356Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-22T00:45:44.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-22T00:45:44.356Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-22T00:45:44.356Z||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 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) ... 12 common frames omitted 2021-04-22T00:46:33.305Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-22T00:46:33.306Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-22T00:46:33.306Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-22T00:46:33.311Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-22T00:46:33.319Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1b933a45-47e0-4e57-b153-26b608cee54f url= /sdc/v1/artifactTypes 2021-04-22T00:46:33.320Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-22T00:46:34.338Z||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.4.66] 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 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) ... 29 common frames omitted 2021-04-22T00:46:34.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44697ad6 2021-04-22T00:46:34.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-22T00:46:34.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-22T00:46:34.339Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-22T00:46:34.340Z||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 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) ... 12 common frames omitted 2021-04-22T00:47:23.305Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-22T00:47:23.305Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-22T00:47:23.305Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-22T00:47:23.308Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-22T00:47:23.313Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9e41ae85-5c96-47fc-a91d-3a7ac307350e url= /sdc/v1/artifactTypes 2021-04-22T00:47:23.314Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-22T00:47:23.605Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-22T00:47:23.612Z||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-04-22T00:47:23.631Z||scheduling-1|||||DEBUG|500||create keys 2021-04-22T00:47:23.639Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-22T00:47:23.666Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:47:23.682Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 666b29b3-b2c9-43b8-b620-a3952515e26a url= /sdc/v1/registerForDistribution 2021-04-22T00:47:23.778Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 666b29b3-b2c9-43b8-b620-a3952515e26a url= /sdc/v1/registerForDistribution 2021-04-22T00:47:23.778Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-22T00:47:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:47:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:47:23.790Z||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-04-22T00:47:23.790Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:47:23.790Z||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-04-22T00:47:23.790Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:47:23.791Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-22T00:47:34.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:47:34.003Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:48:23.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:48:23.785Z||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-04-22T00:48:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:48:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:48:23.787Z||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-04-22T00:48:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:48:33.332Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:48:33.332Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:49:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:49:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:49:23.790Z||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-04-22T00:49:23.790Z||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-04-22T00:49:23.790Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:49:23.790Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:49:30.698Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-22T00:49:33.336Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:49:33.336Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:50:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:50:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:50:23.787Z||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-04-22T00:50:23.788Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:50:23.787Z||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-04-22T00:50:23.788Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:50:33.334Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:50:33.334Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:51:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:51:23.785Z||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-04-22T00:51:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:51:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:51:23.787Z||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-04-22T00:51:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:51:33.330Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:51:33.330Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:52:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:52:23.785Z||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-04-22T00:52:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:52:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:52:23.786Z||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-04-22T00:52:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:52:33.330Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:52:33.330Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:53:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:53:23.785Z||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-04-22T00:53:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:53:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:53:23.786Z||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-04-22T00:53:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:53:33.332Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:53:33.333Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:54:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:54:23.785Z||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-04-22T00:54:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:54:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:54:23.787Z||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-04-22T00:54:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:54:33.330Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:54:33.330Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:55:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:55:23.785Z||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-04-22T00:55:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:55:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:55:23.786Z||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-04-22T00:55:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:55:33.329Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:55:33.330Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:56:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:56:23.785Z||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-04-22T00:56:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:56:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:56:23.786Z||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-04-22T00:56:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:56:33.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:56:33.328Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:57:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:57:23.786Z||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-04-22T00:57:23.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:57:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:57:23.787Z||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-04-22T00:57:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:57:33.329Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:57:33.331Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:58:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:58:23.785Z||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-04-22T00:58:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:58:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:58:23.786Z||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-04-22T00:58:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:58:33.329Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:58:33.332Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:59:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:59:23.785Z||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-04-22T00:59:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:59:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T00:59:23.786Z||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-04-22T00:59:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T00:59:33.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T00:59:33.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:00:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:00:23.785Z||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-04-22T01:00:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:00:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:00:23.786Z||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-04-22T01:00:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:00:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:00:33.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:01:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:01:23.785Z||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-04-22T01:01:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:01:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:01:23.786Z||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-04-22T01:01:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:01:33.330Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:01:33.330Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:02:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:02:23.785Z||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-04-22T01:02:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:02:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:02:23.787Z||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-04-22T01:02:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:02:33.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:02:33.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:03:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:03:23.785Z||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-04-22T01:03:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:03:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:03:23.786Z||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-04-22T01:03:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:03:33.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:03:33.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:04:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:04:23.785Z||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-04-22T01:04:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:04:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:04:23.786Z||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-04-22T01:04:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:04:33.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:04:33.336Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:05:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:05:23.785Z||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-04-22T01:05:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:05:23.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:05:23.786Z||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-04-22T01:05:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:05:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:05:33.329Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:06:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:06:23.785Z||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-04-22T01:06:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:06:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:06:23.786Z||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-04-22T01:06:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:06:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:06:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:07:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:07:23.785Z||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-04-22T01:07:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:07:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:07:23.786Z||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-04-22T01:07:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:07:33.329Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:07:33.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:08:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:08:23.784Z||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-04-22T01:08:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:08:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:08:23.786Z||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-04-22T01:08:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:08:33.329Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:08:33.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:09:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:09:23.785Z||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-04-22T01:09:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:09:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:09:23.786Z||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-04-22T01:09:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:09:30.581Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@16133cbd ((conn=689) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-22T01:09:30.586Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@41b311af ((conn=687) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-22T01:09:33.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:09:33.329Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:10:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:10:23.785Z||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-04-22T01:10:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:10:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:10:23.786Z||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-04-22T01:10:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:10:33.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:10:33.335Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:11:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:11:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:11:23.788Z||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-04-22T01:11:23.788Z||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-04-22T01:11:23.788Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:11:23.788Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:11:33.334Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:11:33.335Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:12:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:12:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:12:23.787Z||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-04-22T01:12:23.787Z||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-04-22T01:12:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:12:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:12:33.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:12:33.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:13:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:13:23.785Z||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-04-22T01:13:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:13:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:13:23.788Z||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-04-22T01:13:23.788Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:13:33.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:13:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:14:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:14:23.785Z||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-04-22T01:14:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:14:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:14:23.786Z||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-04-22T01:14:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:14:33.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:14:33.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:15:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:15:23.785Z||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-04-22T01:15:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:15:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:15:23.786Z||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-04-22T01:15:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:15:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:15:33.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:16:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:16:23.784Z||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-04-22T01:16:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:16:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:16:23.786Z||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-04-22T01:16:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:16:33.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:16:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:17:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:17:23.785Z||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-04-22T01:17:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:17:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:17:23.786Z||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-04-22T01:17:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:17:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:17:33.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:18:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:18:23.785Z||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-04-22T01:18:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:18:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:18:23.786Z||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-04-22T01:18:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:18:33.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:18:33.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:19:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:19:23.785Z||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-04-22T01:19:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:19:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:19:23.787Z||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-04-22T01:19:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:19:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:19:33.327Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:20:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:20:23.785Z||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-04-22T01:20:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:20:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:20:23.786Z||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-04-22T01:20:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:20:33.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:20:33.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:21:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:21:23.785Z||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-04-22T01:21:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:21:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:21:23.786Z||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-04-22T01:21:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:21:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:21:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:22:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:22:23.784Z||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-04-22T01:22:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:22:23.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:22:23.786Z||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-04-22T01:22:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:22:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:22:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:23:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:23:23.785Z||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-04-22T01:23:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:23:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:23:23.786Z||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-04-22T01:23:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:23:33.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:23:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:24:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:24:23.785Z||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-04-22T01:24:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:24:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:24:23.786Z||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-04-22T01:24:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:24:33.323Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:24:33.323Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:25:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:25:23.785Z||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-04-22T01:25:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:25:23.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:25:23.786Z||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-04-22T01:25:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:25:33.330Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:25:33.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:26:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:26:23.785Z||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-04-22T01:26:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:26:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:26:23.786Z||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-04-22T01:26:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:26:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:26:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:27:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:27:23.785Z||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-04-22T01:27:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:27:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:27:23.786Z||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-04-22T01:27:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:27:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:27:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:28:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:28:23.785Z||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-04-22T01:28:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:28:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:28:23.786Z||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-04-22T01:28:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:28:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:28:33.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:29:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:29:23.785Z||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-04-22T01:29:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:29:23.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:29:23.786Z||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-04-22T01:29:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:29:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:29:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:30:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:30:23.784Z||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-04-22T01:30:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:30:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:30:23.786Z||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-04-22T01:30:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:30:33.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:30:33.331Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:31:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:31:23.785Z||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-04-22T01:31:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:31:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:31:23.786Z||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-04-22T01:31:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:31:33.330Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:31:33.331Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:32:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:32:23.785Z||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-04-22T01:32:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:32:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:32:23.786Z||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-04-22T01:32:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:32:33.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:32:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:33:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:33:23.785Z||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-04-22T01:33:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:33:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:33:23.786Z||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-04-22T01:33:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:33:33.327Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:33:33.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:34:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:34:23.785Z||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-04-22T01:34:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:34:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:34:23.787Z||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-04-22T01:34:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:34:33.328Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:34:33.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:35:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:35:23.785Z||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-04-22T01:35:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:35:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:35:23.786Z||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-04-22T01:35:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:35:33.328Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:35:33.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:36:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:36:23.785Z||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-04-22T01:36:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:36:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:36:23.786Z||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-04-22T01:36:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:36:33.325Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:36:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:37:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:37:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:37:23.788Z||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-04-22T01:37:23.788Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:37:23.788Z||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-04-22T01:37:23.789Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:37:33.333Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:37:33.333Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:38:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:38:23.785Z||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-04-22T01:38:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:38:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:38:23.786Z||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-04-22T01:38:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:38:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:38:33.325Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:39:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:39:23.785Z||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-04-22T01:39:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:39:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:39:23.786Z||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-04-22T01:39:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:39:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:39:33.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:40:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:40:23.785Z||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-04-22T01:40:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:40:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:40:23.786Z||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-04-22T01:40:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:40:33.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:40:33.329Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:41:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:41:23.784Z||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-04-22T01:41:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:41:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:41:23.786Z||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-04-22T01:41:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:41:33.321Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:41:33.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:42:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:42:23.784Z||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-04-22T01:42:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:42:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:42:23.786Z||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-04-22T01:42:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:42:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:42:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:43:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:43:23.784Z||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-04-22T01:43:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:43:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:43:23.786Z||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-04-22T01:43:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:43:33.326Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:43:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:44:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:44:23.785Z||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-04-22T01:44:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:44:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:44:23.786Z||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-04-22T01:44:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:44:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:44:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:45:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:45:23.785Z||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-04-22T01:45:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:45:23.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:45:23.786Z||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-04-22T01:45:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:45:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:45:33.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:46:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:46:23.784Z||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-04-22T01:46:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:46:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:46:23.786Z||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-04-22T01:46:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:46:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:46:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:47:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:47:23.784Z||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-04-22T01:47:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:47:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:47:23.786Z||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-04-22T01:47:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:47:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:47:33.326Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:48:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:48:23.785Z||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-04-22T01:48:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:48:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:48:23.787Z||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-04-22T01:48:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:48:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:48:33.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:49:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:49:23.784Z||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-04-22T01:49:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:49:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:49:23.786Z||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-04-22T01:49:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:49:33.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:49:33.329Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:50:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:50:23.785Z||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-04-22T01:50:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:50:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:50:23.786Z||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-04-22T01:50:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:50:33.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:50:33.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:51:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:51:23.784Z||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-04-22T01:51:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:51:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:51:23.787Z||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-04-22T01:51:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:51:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:51:33.327Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:52:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:52:23.784Z||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-04-22T01:52:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:52:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:52:23.786Z||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-04-22T01:52:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:52:33.321Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:52:33.321Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:53:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:53:23.784Z||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-04-22T01:53:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:53:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:53:23.786Z||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-04-22T01:53:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:53:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:53:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:54:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:54:23.784Z||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-04-22T01:54:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:54:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:54:23.786Z||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-04-22T01:54:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:54:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:54:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:55:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:55:23.785Z||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-04-22T01:55:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:55:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:55:23.786Z||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-04-22T01:55:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:55:33.329Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:55:33.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:56:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:56:23.785Z||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-04-22T01:56:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:56:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:56:23.786Z||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-04-22T01:56:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:56:33.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:56:33.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:57:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:57:23.785Z||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-04-22T01:57:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:57:23.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:57:23.786Z||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-04-22T01:57:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:57:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:57:33.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:58:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:58:23.785Z||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-04-22T01:58:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:58:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:58:23.786Z||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-04-22T01:58:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:58:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:58:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:59:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:59:23.784Z||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-04-22T01:59:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:59:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T01:59:23.786Z||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-04-22T01:59:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T01:59:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T01:59:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:00:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:00:23.784Z||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-04-22T02:00:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:00:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:00:23.786Z||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-04-22T02:00:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:00:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:00:33.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:01:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:01:23.785Z||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-04-22T02:01:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:01:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:01:23.786Z||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-04-22T02:01:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:01:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:01:33.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:02:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:02:23.784Z||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-04-22T02:02:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:02:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:02:23.786Z||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-04-22T02:02:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:02:33.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:02:33.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:03:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:03:23.784Z||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-04-22T02:03:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:03:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:03:23.786Z||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-04-22T02:03:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:03:33.323Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:03:33.329Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:04:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:04:23.784Z||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-04-22T02:04:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:04:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:04:23.786Z||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-04-22T02:04:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:04:33.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:04:33.322Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:05:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:05:23.785Z||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-04-22T02:05:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:05:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:05:23.786Z||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-04-22T02:05:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:05:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:05:33.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:06:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:06:23.785Z||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-04-22T02:06:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:06:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:06:23.786Z||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-04-22T02:06:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:06:33.323Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:06:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:07:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:07:23.785Z||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-04-22T02:07:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:07:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:07:23.786Z||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-04-22T02:07:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:07:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:07:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:08:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:08:23.785Z||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-04-22T02:08:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:08:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:08:23.786Z||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-04-22T02:08:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:08:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:08:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:09:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:09:23.785Z||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-04-22T02:09:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:09:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:09:23.787Z||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-04-22T02:09:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:09:33.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:09:33.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:10:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:10:23.784Z||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-04-22T02:10:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:10:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:10:23.786Z||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-04-22T02:10:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:10:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:10:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:11:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:11:23.785Z||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-04-22T02:11:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:11:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:11:23.786Z||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-04-22T02:11:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:11:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:11:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:12:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:12:23.784Z||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-04-22T02:12:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:12:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:12:23.786Z||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-04-22T02:12:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:12:33.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:12:33.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:13:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:13:23.785Z||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-04-22T02:13:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:13:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:13:23.786Z||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-04-22T02:13:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:13:33.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:13:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:14:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:14:23.784Z||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-04-22T02:14:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:14:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:14:23.786Z||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-04-22T02:14:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:14:33.325Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:14:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:15:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:15:23.784Z||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-04-22T02:15:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:15:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:15:23.786Z||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-04-22T02:15:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:15:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:15:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:16:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:16:23.784Z||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-04-22T02:16:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:16:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:16:23.786Z||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-04-22T02:16:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:16:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:16:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:17:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:17:23.785Z||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-04-22T02:17:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:17:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:17:23.786Z||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-04-22T02:17:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:17:33.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:17:33.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:18:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:18:23.785Z||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-04-22T02:18:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:18:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:18:23.786Z||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-04-22T02:18:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:18:33.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:18:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:19:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:19:23.784Z||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-04-22T02:19:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:19:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:19:23.786Z||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-04-22T02:19:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:19:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:19:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:20:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:20:23.784Z||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-04-22T02:20:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:20:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:20:23.786Z||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-04-22T02:20:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:20:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:20:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:21:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:21:23.785Z||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-04-22T02:21:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:21:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:21:23.786Z||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-04-22T02:21:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:21:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:21:33.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:22:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:22:23.785Z||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-04-22T02:22:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:22:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:22:23.786Z||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-04-22T02:22:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:22:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:22:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:23:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:23:23.784Z||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-04-22T02:23:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:23:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:23:23.786Z||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-04-22T02:23:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:23:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:23:33.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:24:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:24:23.784Z||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-04-22T02:24:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:24:23.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:24:23.787Z||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-04-22T02:24:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:24:33.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:24:33.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:25:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:25:23.784Z||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-04-22T02:25:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:25:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:25:23.786Z||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-04-22T02:25:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:25:33.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:25:33.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:26:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:26:23.785Z||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-04-22T02:26:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:26:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:26:23.786Z||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-04-22T02:26:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:26:33.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:26:33.327Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:27:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:27:23.785Z||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-04-22T02:27:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:27:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:27:23.786Z||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-04-22T02:27:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:27:33.322Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:27:33.322Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:28:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:28:23.785Z||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-04-22T02:28:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:28:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:28:23.786Z||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-04-22T02:28:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:28:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:28:33.329Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:29:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:29:23.784Z||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-04-22T02:29:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:29:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:29:23.786Z||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-04-22T02:29:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:29:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:29:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:30:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:30:23.784Z||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-04-22T02:30:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:30:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:30:23.786Z||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-04-22T02:30:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:30:33.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:30:33.327Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:31:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:31:23.785Z||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-04-22T02:31:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:31:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:31:23.786Z||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-04-22T02:31:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:31:33.329Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:31:33.329Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:32:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:32:23.784Z||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-04-22T02:32:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:32:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:32:23.786Z||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-04-22T02:32:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:32:33.323Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:32:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:33:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:33:23.784Z||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-04-22T02:33:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:33:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:33:23.786Z||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-04-22T02:33:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:33:33.328Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:33:33.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:34:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:34:23.784Z||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-04-22T02:34:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:34:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:34:23.786Z||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-04-22T02:34:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:34:33.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:34:33.328Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:35:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:35:23.785Z||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-04-22T02:35:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:35:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:35:23.786Z||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-04-22T02:35:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:35:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:35:33.327Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:36:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:36:23.785Z||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-04-22T02:36:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:36:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:36:23.786Z||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-04-22T02:36:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:36:33.323Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:36:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:37:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:37:23.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:37:23.787Z||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-04-22T02:37:23.787Z||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-04-22T02:37:23.788Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:37:23.788Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:37:33.332Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:37:33.332Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:38:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:38:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:38:23.786Z||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-04-22T02:38:23.786Z||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-04-22T02:38:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:38:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:38:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:38:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:39:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:39:23.785Z||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-04-22T02:39:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:39:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:39:23.786Z||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-04-22T02:39:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:39:33.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:39:33.329Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:40:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:40:23.785Z||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-04-22T02:40:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:40:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:40:23.786Z||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-04-22T02:40:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:40:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:40:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:41:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:41:23.784Z||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-04-22T02:41:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:41:23.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:41:23.787Z||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-04-22T02:41:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:41:33.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:41:33.329Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:42:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:42:23.784Z||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-04-22T02:42:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:42:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:42:23.786Z||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-04-22T02:42:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:42:33.323Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:42:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:43:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:43:23.784Z||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-04-22T02:43:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:43:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:43:23.787Z||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-04-22T02:43:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:43:33.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:43:33.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:44:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:44:23.784Z||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-04-22T02:44:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:44:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:44:23.786Z||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-04-22T02:44:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:44:33.323Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:44:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:45:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:45:23.785Z||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-04-22T02:45:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:45:23.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:45:23.786Z||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-04-22T02:45:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:45:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:45:33.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:46:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:46:23.784Z||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-04-22T02:46:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:46:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:46:23.786Z||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-04-22T02:46:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:46:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:46:33.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:47:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:47:23.785Z||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-04-22T02:47:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:47:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:47:23.786Z||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-04-22T02:47:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:47:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:47:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:48:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:48:23.785Z||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-04-22T02:48:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:48:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:48:23.786Z||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-04-22T02:48:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:48:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:48:33.326Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:49:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:49:23.785Z||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-04-22T02:49:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:49:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:49:23.788Z||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-04-22T02:49:23.788Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:49:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:49:33.325Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:50:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:50:23.785Z||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-04-22T02:50:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:50:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:50:23.786Z||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-04-22T02:50:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:50:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:50:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:51:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:51:23.784Z||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-04-22T02:51:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:51:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:51:23.786Z||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-04-22T02:51:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:51:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:51:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:52:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:52:23.785Z||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-04-22T02:52:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:52:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:52:23.786Z||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-04-22T02:52:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:52:33.325Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:52:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:53:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:53:23.784Z||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-04-22T02:53:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:53:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:53:23.786Z||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-04-22T02:53:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:53:33.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:53:33.327Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:54:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:54:23.784Z||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-04-22T02:54:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:54:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:54:23.786Z||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-04-22T02:54:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:54:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:54:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:55:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:55:23.785Z||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-04-22T02:55:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:55:23.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:55:23.786Z||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-04-22T02:55:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:55:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:55:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:56:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:56:23.784Z||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-04-22T02:56:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:56:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:56:23.786Z||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-04-22T02:56:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:56:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:56:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:57:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:57:23.784Z||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-04-22T02:57:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:57:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:57:23.786Z||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-04-22T02:57:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:57:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:57:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:58:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:58:23.785Z||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-04-22T02:58:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:58:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:58:23.786Z||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-04-22T02:58:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:58:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:58:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:59:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:59:23.784Z||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-04-22T02:59:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:59:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T02:59:23.786Z||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-04-22T02:59:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T02:59:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T02:59:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:00:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:00:23.785Z||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-04-22T03:00:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:00:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:00:23.786Z||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-04-22T03:00:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:00:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:00:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:01:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:01:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:01:23.786Z||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-04-22T03:01:23.786Z||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-04-22T03:01:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:01:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:01:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:01:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:02:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:02:23.785Z||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-04-22T03:02:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:02:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:02:23.786Z||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-04-22T03:02:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:02:33.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:02:33.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:03:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:03:23.785Z||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-04-22T03:03:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:03:23.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:03:23.786Z||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-04-22T03:03:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:03:33.323Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:03:33.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:04:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:04:23.784Z||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-04-22T03:04:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:04:23.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:04:23.786Z||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-04-22T03:04:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:04:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:04:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:05:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:05:23.785Z||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-04-22T03:05:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:05:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:05:23.786Z||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-04-22T03:05:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:05:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:05:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:06:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:06:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:06:23.785Z||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-04-22T03:06:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:06:23.786Z||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-04-22T03:06:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:06:33.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:06:33.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:07:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:07:23.785Z||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-04-22T03:07:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:07:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:07:23.786Z||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-04-22T03:07:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:07:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:07:33.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:08:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:08:23.785Z||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-04-22T03:08:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:08:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:08:23.786Z||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-04-22T03:08:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:08:33.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:08:33.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:09:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:09:23.784Z||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-04-22T03:09:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:09:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:09:23.786Z||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-04-22T03:09:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:09:33.323Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:09:33.323Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:10:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:10:23.785Z||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-04-22T03:10:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:10:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:10:23.786Z||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-04-22T03:10:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:10:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:10:33.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:11:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:11:23.785Z||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-04-22T03:11:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:11:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:11:23.786Z||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-04-22T03:11:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:11:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:11:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:12:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:12:23.784Z||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-04-22T03:12:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:12:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:12:23.786Z||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-04-22T03:12:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:12:33.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:12:33.329Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:13:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:13:23.784Z||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-04-22T03:13:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:13:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:13:23.786Z||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-04-22T03:13:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:13:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:13:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:14:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:14:23.785Z||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-04-22T03:14:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:14:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:14:23.786Z||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-04-22T03:14:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:14:33.329Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:14:33.329Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:15:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:15:23.785Z||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-04-22T03:15:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:15:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:15:23.786Z||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-04-22T03:15:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:15:33.325Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:15:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:16:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:16:23.784Z||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-04-22T03:16:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:16:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:16:23.786Z||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-04-22T03:16:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:16:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:16:33.328Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:17:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:17:23.785Z||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-04-22T03:17:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:17:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:17:23.786Z||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-04-22T03:17:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:17:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:17:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:18:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:18:23.784Z||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-04-22T03:18:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:18:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:18:23.786Z||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-04-22T03:18:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:18:33.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:18:33.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:19:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:19:23.785Z||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-04-22T03:19:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:19:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:19:23.786Z||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-04-22T03:19:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:19:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:19:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:20:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:20:23.784Z||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-04-22T03:20:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:20:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:20:23.786Z||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-04-22T03:20:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:20:33.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:20:33.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:21:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:21:23.784Z||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-04-22T03:21:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:21:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:21:23.786Z||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-04-22T03:21:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:21:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:21:33.330Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:22:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:22:23.784Z||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-04-22T03:22:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:22:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:22:23.786Z||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-04-22T03:22:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:22:33.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:22:33.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:23:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:23:23.784Z||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-04-22T03:23:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:23:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:23:23.786Z||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-04-22T03:23:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:23:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:23:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:24:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:24:23.784Z||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-04-22T03:24:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:24:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:24:23.786Z||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-04-22T03:24:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:24:33.321Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:24:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:25:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:25:23.784Z||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-04-22T03:25:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:25:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:25:23.786Z||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-04-22T03:25:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:25:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:25:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:26:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:26:23.785Z||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-04-22T03:26:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:26:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:26:23.786Z||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-04-22T03:26:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:26:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:26:33.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:27:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:27:23.784Z||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-04-22T03:27:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:27:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:27:23.786Z||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-04-22T03:27:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:27:33.321Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:27:33.321Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:28:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:28:23.784Z||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-04-22T03:28:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:28:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:28:23.787Z||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-04-22T03:28:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:28:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:28:33.328Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:29:23.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:29:23.785Z||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-04-22T03:29:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:29:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:29:23.786Z||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-04-22T03:29:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:29:33.322Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:29:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:30:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:30:23.785Z||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-04-22T03:30:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:30:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:30:23.786Z||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-04-22T03:30:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:30:33.328Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:30:33.328Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:31:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:31:23.784Z||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-04-22T03:31:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:31:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:31:23.786Z||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-04-22T03:31:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:31:33.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:31:33.329Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:32:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:32:23.784Z||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-04-22T03:32:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:32:23.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:32:23.787Z||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-04-22T03:32:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:32:33.320Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:32:33.322Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:33:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:33:23.785Z||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-04-22T03:33:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:33:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:33:23.786Z||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-04-22T03:33:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:33:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:33:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:34:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:34:23.784Z||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-04-22T03:34:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:34:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:34:23.786Z||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-04-22T03:34:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:34:33.331Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:34:33.332Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:35:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:35:23.785Z||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-04-22T03:35:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:35:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:35:23.786Z||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-04-22T03:35:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:35:33.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:35:33.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:36:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:36:23.784Z||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-04-22T03:36:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:36:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:36:23.786Z||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-04-22T03:36:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:36:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:36:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:37:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:37:23.785Z||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-04-22T03:37:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:37:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:37:23.786Z||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-04-22T03:37:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:37:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:37:33.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:38:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:38:23.785Z||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-04-22T03:38:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:38:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:38:23.786Z||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-04-22T03:38:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:38:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:38:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:39:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:39:23.784Z||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-04-22T03:39:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:39:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:39:23.786Z||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-04-22T03:39:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:39:33.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:39:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:40:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:40:23.785Z||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-04-22T03:40:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:40:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:40:23.786Z||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-04-22T03:40:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:40:33.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:40:33.326Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:41:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:41:23.785Z||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-04-22T03:41:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:41:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:41:23.786Z||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-04-22T03:41:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:41:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:41:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:42:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:42:23.784Z||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-04-22T03:42:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:42:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:42:23.786Z||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-04-22T03:42:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:42:33.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:42:33.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:43:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:43:23.785Z||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-04-22T03:43:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:43:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:43:23.786Z||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-04-22T03:43:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:43:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:43:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:44:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:44:23.784Z||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-04-22T03:44:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:44:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:44:23.787Z||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-04-22T03:44:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:44:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:44:33.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:45:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:45:23.785Z||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-04-22T03:45:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:45:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:45:23.786Z||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-04-22T03:45:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:45:33.330Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:45:33.330Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:46:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:46:23.784Z||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-04-22T03:46:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:46:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:46:23.786Z||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-04-22T03:46:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:46:33.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:46:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:47:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:47:23.785Z||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-04-22T03:47:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:47:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:47:23.786Z||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-04-22T03:47:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:47:33.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:47:33.329Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:48:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:48:23.784Z||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-04-22T03:48:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:48:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:48:23.786Z||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-04-22T03:48:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:48:33.323Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:48:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:49:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:49:23.784Z||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-04-22T03:49:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:49:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:49:23.786Z||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-04-22T03:49:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:49:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:49:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:50:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:50:23.784Z||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-04-22T03:50:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:50:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:50:23.786Z||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-04-22T03:50:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:50:33.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:50:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:51:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:51:23.784Z||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-04-22T03:51:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:51:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:51:23.786Z||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-04-22T03:51:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:51:33.327Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:51:33.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:52:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:52:23.784Z||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-04-22T03:52:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:52:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:52:23.786Z||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-04-22T03:52:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:52:33.320Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:52:33.325Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:53:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:53:23.784Z||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-04-22T03:53:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:53:23.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:53:23.786Z||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-04-22T03:53:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:53:33.319Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:53:33.322Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:54:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:54:23.784Z||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-04-22T03:54:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:54:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:54:23.786Z||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-04-22T03:54:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:54:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:54:33.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:55:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:55:23.785Z||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-04-22T03:55:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:55:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:55:23.786Z||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-04-22T03:55:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:55:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:55:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:56:23.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:56:23.784Z||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-04-22T03:56:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:56:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:56:23.786Z||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-04-22T03:56:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:56:33.327Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:56:33.327Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:57:23.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:57:23.784Z||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-04-22T03:57:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:57:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:57:23.787Z||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-04-22T03:57:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:57:33.325Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:57:33.327Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:58:23.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:58:23.784Z||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-04-22T03:58:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:58:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:58:23.787Z||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-04-22T03:58:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:58:33.326Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:58:33.326Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:59:23.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:59:23.785Z||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-04-22T03:59:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:59:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T03:59:23.786Z||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-04-22T03:59:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T03:59:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T03:59:33.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:00:23.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:00:23.785Z||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-04-22T04:00:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:00:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:00:23.786Z||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-04-22T04:00:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:00:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:00:33.326Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:01:23.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:01:23.784Z||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-04-22T04:01:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:01:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:01:23.786Z||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-04-22T04:01:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:01:33.320Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:01:33.320Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:02:23.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:02:23.785Z||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-04-22T04:02:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:02:23.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:02:23.786Z||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-04-22T04:02:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:02:33.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:02:33.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:03:23.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:03:23.784Z||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-04-22T04:03:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:03:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:03:23.786Z||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-04-22T04:03:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:03:33.327Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:03:33.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:04:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:04:23.784Z||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-04-22T04:04:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:04:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:04:23.787Z||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-04-22T04:04:23.788Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:04:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:04:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:05:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:05:23.784Z||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-04-22T04:05:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:05:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:05:23.786Z||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-04-22T04:05:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:05:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:05:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:06:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:06:23.784Z||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-04-22T04:06:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:06:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:06:23.786Z||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-04-22T04:06:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:06:33.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:06:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:07:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:07:23.784Z||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-04-22T04:07:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:07:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:07:23.786Z||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-04-22T04:07:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:07:33.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:07:33.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:08:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:08:23.784Z||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-04-22T04:08:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:08:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:08:23.786Z||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-04-22T04:08:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:08:33.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:08:33.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:09:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:09:23.784Z||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-04-22T04:09:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:09:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:09:23.786Z||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-04-22T04:09:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:09:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:09:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:10:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:10:23.784Z||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-04-22T04:10:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:10:23.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:10:23.786Z||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-04-22T04:10:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:10:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:10:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:11:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:11:23.785Z||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-04-22T04:11:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:11:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:11:23.786Z||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-04-22T04:11:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:11:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:11:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:12:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:12:23.784Z||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-04-22T04:12:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:12:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:12:23.786Z||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-04-22T04:12:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:12:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:12:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:13:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:13:23.784Z||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-04-22T04:13:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:13:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:13:23.786Z||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-04-22T04:13:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:13:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:13:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:14:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:14:23.784Z||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-04-22T04:14:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:14:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:14:23.786Z||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-04-22T04:14:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:15:23.829Z||pool-2-thread-7|||||WARN|500||Error executing HTTP request. Read timed out; blacklisting for 2 minutes 2021-04-22T04:15:23.830Z||pool-2-thread-5|||||WARN|500||Error executing HTTP request. Read timed out; blacklisting for 2 minutes 2021-04-22T04:15:23.834Z||pool-2-thread-5|||||ERROR|500||Error exception occured when fetching with Cambria Client:Read timed out 2021-04-22T04:15:23.834Z||pool-2-thread-7|||||ERROR|500||Error exception occured when fetching with Cambria Client:Read timed out 2021-04-22T04:15:23.834Z||pool-2-thread-7|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Read timed out java.net.SocketTimeoutException: Read timed out at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(Unknown Source) at java.base/java.net.SocketInputStream.read(Unknown Source) at java.base/java.net.SocketInputStream.read(Unknown Source) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622) at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380) at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364) at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87) at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49) 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-04-22T04:15:23.834Z||pool-2-thread-5|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Read timed out java.net.SocketTimeoutException: Read timed out at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(Unknown Source) at java.base/java.net.SocketInputStream.read(Unknown Source) at java.base/java.net.SocketInputStream.read(Unknown Source) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622) at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380) at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364) at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87) at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62) 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-04-22T04:15:23.835Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:15:23.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:15:23.835Z||pool-2-thread-7|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-22T04:15:23.835Z||pool-2-thread-5|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-22T04:15:23.835Z||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-04-22T04:15:23.835Z||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-04-22T04:15:23.836Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:15:23.836Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:15:33.404Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:15:33.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:16:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:16:23.784Z||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-04-22T04:16:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:16:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:16:23.786Z||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-04-22T04:16:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:16:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:16:33.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:17:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:17:23.784Z||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-04-22T04:17:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:17:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:17:23.786Z||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-04-22T04:17:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:17:33.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:17:33.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:18:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:18:23.784Z||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-04-22T04:18:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:18:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:18:23.786Z||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-04-22T04:18:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:18:33.316Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:18:33.332Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:19:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:19:23.785Z||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-04-22T04:19:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:19:23.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:19:23.787Z||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-04-22T04:19:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:19:33.344Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:19:33.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:20:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:20:23.785Z||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-04-22T04:20:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:20:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:20:23.786Z||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-04-22T04:20:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:20:34.107Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:20:34.107Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:21:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:21:23.784Z||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-04-22T04:21:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:21:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:21:23.786Z||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-04-22T04:21:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:21:33.316Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:21:33.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:22:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:22:23.784Z||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-04-22T04:22:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:22:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:22:23.786Z||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-04-22T04:22:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:22:33.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:22:33.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:23:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:23:23.785Z||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-04-22T04:23:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:23:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:23:23.786Z||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-04-22T04:23:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:23:33.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:23:33.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:24:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:24:23.784Z||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-04-22T04:24:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:24:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:24:23.786Z||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-04-22T04:24:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:24:33.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:24:33.315Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:25:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:25:23.784Z||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-04-22T04:25:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:25:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:25:23.786Z||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-04-22T04:25:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:25:33.317Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:25:33.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:26:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:26:23.784Z||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-04-22T04:26:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:26:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:26:23.786Z||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-04-22T04:26:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:26:33.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:26:33.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:27:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:27:23.785Z||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-04-22T04:27:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:27:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:27:23.786Z||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-04-22T04:27:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:27:33.316Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:27:33.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:28:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:28:23.785Z||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-04-22T04:28:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:28:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:28:23.786Z||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-04-22T04:28:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:28:33.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:28:33.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:29:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:29:23.785Z||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-04-22T04:29:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:29:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:29:23.786Z||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-04-22T04:29:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:29:33.318Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:29:33.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:30:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:30:23.784Z||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-04-22T04:30:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:30:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:30:23.786Z||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-04-22T04:30:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:30:33.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:30:33.313Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:31:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:31:23.784Z||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-04-22T04:31:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:31:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:31:23.786Z||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-04-22T04:31:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:31:33.313Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:31:33.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:32:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:32:23.784Z||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-04-22T04:32:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:32:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:32:23.786Z||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-04-22T04:32:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:32:33.315Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:32:33.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:33:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:33:23.784Z||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-04-22T04:33:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:33:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:33:23.786Z||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-04-22T04:33:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:33:33.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:33:33.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:34:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:34:23.785Z||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-04-22T04:34:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:34:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:34:23.786Z||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-04-22T04:34:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:34:33.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:34:33.314Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:35:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:35:23.785Z||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-04-22T04:35:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:35:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:35:23.786Z||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-04-22T04:35:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:35:33.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:35:33.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:36:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:36:23.784Z||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-04-22T04:36:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:36:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:36:23.786Z||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-04-22T04:36:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:36:33.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:36:33.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:37:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:37:23.784Z||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-04-22T04:37:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:37:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:37:23.786Z||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-04-22T04:37:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:37:33.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:37:33.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:38:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:38:23.784Z||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-04-22T04:38:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:38:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:38:23.786Z||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-04-22T04:38:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:38:33.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:38:33.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:39:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:39:23.785Z||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-04-22T04:39:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:39:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:39:23.786Z||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-04-22T04:39:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:39:33.316Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:39:33.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:40:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:40:23.785Z||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-04-22T04:40:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:40:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:40:23.786Z||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-04-22T04:40:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:40:33.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:40:33.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:41:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:41:23.785Z||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-04-22T04:41:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:41:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:41:23.786Z||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-04-22T04:41:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:41:33.313Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:41:33.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:42:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:42:23.784Z||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-04-22T04:42:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:42:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:42:23.786Z||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-04-22T04:42:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:42:33.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:42:33.314Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:43:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:43:23.785Z||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-04-22T04:43:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:43:23.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:43:23.786Z||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-04-22T04:43:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:43:33.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:43:33.316Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:44:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:44:23.785Z||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-04-22T04:44:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:44:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:44:23.786Z||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-04-22T04:44:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:44:33.316Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:44:33.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:45:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:45:23.784Z||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-04-22T04:45:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:45:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:45:23.786Z||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-04-22T04:45:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:45:33.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:45:33.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:46:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:46:23.784Z||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-04-22T04:46:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:46:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:46:23.786Z||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-04-22T04:46:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:46:33.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:46:33.314Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:47:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:47:23.785Z||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-04-22T04:47:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:47:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:47:23.786Z||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-04-22T04:47:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:47:33.315Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:47:33.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:48:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:48:23.784Z||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-04-22T04:48:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:48:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:48:23.786Z||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-04-22T04:48:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:48:33.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:48:33.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:49:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:49:23.785Z||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-04-22T04:49:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:49:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:49:23.786Z||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-04-22T04:49:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:49:33.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:49:33.316Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:50:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:50:23.784Z||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-04-22T04:50:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:50:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:50:23.786Z||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-04-22T04:50:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:50:33.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:50:33.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:51:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:51:23.784Z||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-04-22T04:51:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:51:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:51:23.786Z||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-04-22T04:51:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:51:33.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:51:33.317Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:52:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:52:23.784Z||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-04-22T04:52:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:52:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:52:23.786Z||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-04-22T04:52:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:52:33.314Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:52:33.314Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:53:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:53:23.785Z||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-04-22T04:53:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:53:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:53:23.786Z||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-04-22T04:53:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:53:33.312Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:53:33.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:54:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:54:23.784Z||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-04-22T04:54:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:54:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:54:23.786Z||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-04-22T04:54:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:54:33.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:54:33.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:55:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:55:23.785Z||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-04-22T04:55:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:55:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:55:23.786Z||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-04-22T04:55:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:55:33.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:55:33.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:56:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:56:23.784Z||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-04-22T04:56:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:56:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:56:23.786Z||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-04-22T04:56:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:56:33.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:56:33.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:57:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:57:23.784Z||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-04-22T04:57:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:57:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:57:23.786Z||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-04-22T04:57:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:57:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:57:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:58:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:58:23.784Z||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-04-22T04:58:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:58:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:58:23.786Z||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-04-22T04:58:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:58:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:58:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:59:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:59:23.784Z||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-04-22T04:59:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:59:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T04:59:23.786Z||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-04-22T04:59:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T04:59:33.331Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T04:59:33.332Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:00:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:00:23.784Z||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-04-22T05:00:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:00:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:00:23.786Z||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-04-22T05:00:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:00:33.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:00:33.329Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:01:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:01:23.784Z||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-04-22T05:01:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:01:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:01:23.786Z||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-04-22T05:01:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:01:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:01:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:02:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:02:23.784Z||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-04-22T05:02:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:02:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:02:23.786Z||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-04-22T05:02:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:02:33.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:02:33.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:03:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:03:23.785Z||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-04-22T05:03:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:03:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:03:23.786Z||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-04-22T05:03:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:03:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:03:33.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:04:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:04:23.785Z||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-04-22T05:04:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:04:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:04:23.786Z||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-04-22T05:04:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:04:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:04:33.325Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:05:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:05:23.784Z||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-04-22T05:05:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:05:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:05:23.786Z||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-04-22T05:05:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:05:33.329Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:05:33.330Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:06:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:06:23.784Z||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-04-22T05:06:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:06:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:06:23.786Z||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-04-22T05:06:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:06:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:06:33.325Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:07:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:07:23.785Z||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-04-22T05:07:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:07:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:07:23.786Z||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-04-22T05:07:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:07:33.329Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:07:33.334Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:08:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:08:23.784Z||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-04-22T05:08:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:08:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:08:23.786Z||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-04-22T05:08:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:08:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:08:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:09:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:09:23.784Z||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-04-22T05:09:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:09:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:09:23.786Z||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-04-22T05:09:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:09:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:09:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:10:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:10:23.784Z||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-04-22T05:10:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:10:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:10:23.786Z||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-04-22T05:10:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:10:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:10:33.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:11:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:11:23.784Z||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-04-22T05:11:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:11:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:11:23.786Z||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-04-22T05:11:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:11:33.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:11:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:12:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:12:23.785Z||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-04-22T05:12:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:12:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:12:23.786Z||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-04-22T05:12:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:12:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:12:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:13:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:13:23.784Z||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-04-22T05:13:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:13:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:13:23.786Z||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-04-22T05:13:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:13:33.322Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:13:33.322Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:14:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:14:23.784Z||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-04-22T05:14:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:14:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:14:23.786Z||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-04-22T05:14:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:14:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:14:33.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:15:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:15:23.784Z||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-04-22T05:15:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:15:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:15:23.786Z||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-04-22T05:15:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:15:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:15:33.328Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:16:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:16:23.784Z||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-04-22T05:16:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:16:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:16:23.786Z||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-04-22T05:16:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:16:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:16:33.325Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:17:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:17:23.784Z||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-04-22T05:17:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:17:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:17:23.786Z||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-04-22T05:17:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:17:33.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:17:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:18:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:18:23.784Z||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-04-22T05:18:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:18:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:18:23.786Z||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-04-22T05:18:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:18:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:18:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:19:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:19:23.784Z||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-04-22T05:19:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:19:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:19:23.786Z||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-04-22T05:19:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:19:33.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:19:33.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:20:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:20:23.784Z||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-04-22T05:20:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:20:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:20:23.786Z||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-04-22T05:20:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:20:33.330Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:20:33.330Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:21:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:21:23.785Z||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-04-22T05:21:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:21:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:21:23.786Z||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-04-22T05:21:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:21:33.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:21:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:22:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:22:23.784Z||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-04-22T05:22:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:22:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:22:23.786Z||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-04-22T05:22:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:22:33.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:22:33.330Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:23:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:23:23.784Z||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-04-22T05:23:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:23:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:23:23.786Z||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-04-22T05:23:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:23:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:23:33.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:24:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:24:23.784Z||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-04-22T05:24:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:24:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:24:23.786Z||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-04-22T05:24:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:24:33.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:24:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:25:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:25:23.784Z||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-04-22T05:25:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:25:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:25:23.786Z||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-04-22T05:25:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:25:33.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:25:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:26:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:26:23.784Z||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-04-22T05:26:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:26:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:26:23.786Z||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-04-22T05:26:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:26:33.361Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:26:33.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:27:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:27:23.785Z||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-04-22T05:27:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:27:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:27:23.786Z||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-04-22T05:27:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:27:33.325Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:27:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:28:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:28:23.784Z||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-04-22T05:28:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:28:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:28:23.786Z||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-04-22T05:28:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:28:33.323Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:28:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:29:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:29:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:29:23.786Z||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-04-22T05:29:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:29:23.786Z||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-04-22T05:29:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:29:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:29:33.330Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:30:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:30:23.785Z||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-04-22T05:30:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:30:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:30:23.786Z||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-04-22T05:30:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:30:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:30:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:31:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:31:23.784Z||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-04-22T05:31:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:31:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:31:23.786Z||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-04-22T05:31:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:31:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:31:33.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:32:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:32:23.784Z||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-04-22T05:32:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:32:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:32:23.786Z||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-04-22T05:32:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:32:33.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:32:33.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:33:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:33:23.784Z||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-04-22T05:33:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:33:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:33:23.786Z||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-04-22T05:33:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:33:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:33:33.328Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:34:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:34:23.785Z||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-04-22T05:34:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:34:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:34:23.786Z||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-04-22T05:34:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:34:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:34:33.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:35:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:35:23.784Z||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-04-22T05:35:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:35:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:35:23.786Z||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-04-22T05:35:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:35:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:35:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:36:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:36:23.784Z||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-04-22T05:36:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:36:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:36:23.786Z||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-04-22T05:36:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:36:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:36:33.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:37:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:37:23.784Z||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-04-22T05:37:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:37:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:37:23.786Z||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-04-22T05:37:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:37:33.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:37:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:38:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:38:23.784Z||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-04-22T05:38:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:38:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:38:23.786Z||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-04-22T05:38:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:38:33.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:38:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:39:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:39:23.784Z||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-04-22T05:39:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:39:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:39:23.786Z||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-04-22T05:39:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:39:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:39:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:40:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:40:23.784Z||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-04-22T05:40:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:40:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:40:23.786Z||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-04-22T05:40:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:40:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:40:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:41:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:41:23.784Z||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-04-22T05:41:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:41:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:41:23.786Z||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-04-22T05:41:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:41:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:41:33.326Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:42:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:42:23.784Z||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-04-22T05:42:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:42:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:42:23.786Z||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-04-22T05:42:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:42:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:42:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:43:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:43:23.784Z||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-04-22T05:43:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:43:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:43:23.786Z||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-04-22T05:43:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:43:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:43:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:44:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:44:23.785Z||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-04-22T05:44:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:44:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:44:23.786Z||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-04-22T05:44:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:44:33.323Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:44:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:45:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:45:23.784Z||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-04-22T05:45:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:45:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:45:23.786Z||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-04-22T05:45:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:45:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:45:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:46:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:46:23.785Z||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-04-22T05:46:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:46:23.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:46:23.786Z||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-04-22T05:46:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:46:33.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:46:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:47:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:47:23.784Z||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-04-22T05:47:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:47:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:47:23.786Z||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-04-22T05:47:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:47:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:47:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:48:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:48:23.784Z||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-04-22T05:48:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:48:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:48:23.786Z||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-04-22T05:48:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:48:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:48:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:49:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:49:23.784Z||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-04-22T05:49:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:49:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:49:23.786Z||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-04-22T05:49:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:49:33.321Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:49:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:50:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:50:23.784Z||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-04-22T05:50:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:50:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:50:23.786Z||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-04-22T05:50:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:50:33.322Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:50:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:51:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:51:23.784Z||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-04-22T05:51:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:51:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:51:23.786Z||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-04-22T05:51:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:51:33.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:51:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:52:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:52:23.784Z||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-04-22T05:52:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:52:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:52:23.786Z||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-04-22T05:52:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:52:33.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:52:33.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:53:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:53:23.785Z||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-04-22T05:53:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:53:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:53:23.786Z||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-04-22T05:53:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:53:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:53:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:54:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:54:23.784Z||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-04-22T05:54:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:54:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:54:23.786Z||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-04-22T05:54:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:54:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:54:33.324Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:55:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:55:23.784Z||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-04-22T05:55:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:55:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:55:23.786Z||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-04-22T05:55:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:55:33.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:55:33.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:56:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:56:23.784Z||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-04-22T05:56:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:56:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:56:23.786Z||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-04-22T05:56:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:56:33.320Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:56:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:57:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:57:23.784Z||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-04-22T05:57:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:57:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:57:23.786Z||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-04-22T05:57:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:57:33.321Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:57:33.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:58:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:58:23.784Z||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-04-22T05:58:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:58:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:58:23.786Z||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-04-22T05:58:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:58:33.326Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:58:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:59:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:59:23.784Z||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-04-22T05:59:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:59:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T05:59:23.786Z||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-04-22T05:59:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T05:59:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T05:59:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:00:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:00:23.784Z||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-04-22T06:00:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:00:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:00:23.786Z||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-04-22T06:00:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:00:33.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:00:33.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:01:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:01:23.784Z||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-04-22T06:01:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:01:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:01:23.786Z||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-04-22T06:01:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:01:33.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:01:33.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:02:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:02:23.785Z||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-04-22T06:02:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:02:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:02:23.786Z||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-04-22T06:02:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:02:33.329Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:02:33.329Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:03:23.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:03:23.784Z||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-04-22T06:03:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:03:23.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:03:23.786Z||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-04-22T06:03:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:03:33.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:03:33.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:04:23.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:04:23.784Z||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-04-22T06:04:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:04:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:04:23.786Z||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-04-22T06:04:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:04:33.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:04:33.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:05:23.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:05:23.784Z||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-04-22T06:05:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:05:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:05:23.786Z||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-04-22T06:05:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:05:33.321Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:05:33.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:06:23.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:06:23.784Z||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-04-22T06:06:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:06:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:06:23.786Z||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-04-22T06:06:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:06:33.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:06:33.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:07:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:07:23.784Z||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-04-22T06:07:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:07:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:07:23.786Z||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-04-22T06:07:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:07:33.323Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:07:33.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:08:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:08:23.784Z||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-04-22T06:08:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:08:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:08:23.786Z||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-04-22T06:08:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:08:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:08:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:09:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:09:23.784Z||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-04-22T06:09:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:09:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:09:23.786Z||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-04-22T06:09:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:09:33.322Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:09:33.322Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:10:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:10:23.784Z||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-04-22T06:10:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:10:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:10:23.786Z||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-04-22T06:10:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:10:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:10:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:11:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:11:23.785Z||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-04-22T06:11:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:11:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:11:23.786Z||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-04-22T06:11:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:11:33.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:11:33.330Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:12:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:12:23.784Z||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-04-22T06:12:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:12:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:12:23.786Z||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-04-22T06:12:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:12:33.324Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:12:33.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:13:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:13:23.784Z||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-04-22T06:13:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:13:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:13:23.786Z||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-04-22T06:13:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:13:33.322Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:13:33.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:14:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:14:23.784Z||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-04-22T06:14:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:14:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:14:23.786Z||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-04-22T06:14:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:14:33.319Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:14:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:15:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:15:23.784Z||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-04-22T06:15:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:15:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:15:23.786Z||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-04-22T06:15:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:15:33.320Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:15:33.320Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:16:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:16:23.784Z||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-04-22T06:16:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:16:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:16:23.786Z||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-04-22T06:16:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:16:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:16:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:17:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:17:23.784Z||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-04-22T06:17:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:17:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:17:23.786Z||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-04-22T06:17:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:17:33.323Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:17:33.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:18:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:18:23.784Z||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-04-22T06:18:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:18:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:18:23.786Z||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-04-22T06:18:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:18:33.323Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:18:33.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:19:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:19:23.784Z||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-04-22T06:19:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:19:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:19:23.786Z||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-04-22T06:19:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:19:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:19:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:20:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:20:23.784Z||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-04-22T06:20:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:20:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:20:23.786Z||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-04-22T06:20:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:20:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:20:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:21:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:21:23.784Z||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-04-22T06:21:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:21:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:21:23.786Z||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-04-22T06:21:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:21:33.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:21:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:22:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:22:23.784Z||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-04-22T06:22:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:22:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:22:23.786Z||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-04-22T06:22:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:22:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:22:33.325Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:23:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:23:23.784Z||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-04-22T06:23:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:23:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:23:23.786Z||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-04-22T06:23:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:23:33.322Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:23:33.323Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:24:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:24:23.784Z||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-04-22T06:24:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:24:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:24:23.786Z||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-04-22T06:24:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:24:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:24:33.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:25:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:25:23.784Z||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-04-22T06:25:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:25:23.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:25:23.786Z||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-04-22T06:25:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:25:33.327Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:25:33.327Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:26:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:26:23.784Z||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-04-22T06:26:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:26:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:26:23.786Z||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-04-22T06:26:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:26:33.322Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:26:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:27:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:27:23.784Z||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-04-22T06:27:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:27:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:27:23.786Z||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-04-22T06:27:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:27:33.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:27:33.325Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:28:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:28:23.784Z||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-04-22T06:28:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:28:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:28:23.786Z||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-04-22T06:28:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:28:33.320Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:28:33.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:29:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:29:23.785Z||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-04-22T06:29:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:29:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:29:23.786Z||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-04-22T06:29:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:29:33.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:29:33.328Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:30:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:30:23.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:30:23.786Z||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-04-22T06:30:23.786Z||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-04-22T06:30:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:30:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:30:33.329Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:30:33.330Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:31:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:31:23.784Z||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-04-22T06:31:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:31:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:31:23.786Z||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-04-22T06:31:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:31:33.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:31:33.325Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:32:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:32:23.785Z||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-04-22T06:32:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:32:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:32:23.786Z||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-04-22T06:32:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:32:33.325Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:32:33.325Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:33:23.784Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:33:23.784Z||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-04-22T06:33:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:33:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:33:23.786Z||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-04-22T06:33:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:33:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:33:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:34:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:34:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:34:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:34:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:34:23.786Z||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-04-22T06:34:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:34:33.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:34:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:35:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:35:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:35:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:35:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:35:23.786Z||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-04-22T06:35:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:35:33.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:35:33.325Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:36:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:36:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:36:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:36:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:36:23.786Z||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-04-22T06:36:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:36:33.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:36:33.327Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:37:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:37:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:37:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:37:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:37:23.786Z||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-04-22T06:37:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:37:33.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:37:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:38:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:38:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:38:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:38:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:38:23.786Z||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-04-22T06:38:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:38:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:38:33.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:39:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:39:23.785Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:39:23.785Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:39:23.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:39:23.786Z||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-04-22T06:39:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:39:33.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:39:33.323Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:40:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:40:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:40:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:40:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:40:23.786Z||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-04-22T06:40:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:40:33.322Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:40:33.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:41:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:41:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:41:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:41:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:41:23.786Z||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-04-22T06:41:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:41:33.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:41:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:42:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:42:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:42:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:42:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:42:23.786Z||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-04-22T06:42:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:42:33.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:42:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:43:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:43:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:43:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:43:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:43:23.786Z||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-04-22T06:43:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:43:33.327Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:43:33.327Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:44:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:44:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:44:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:44:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:44:23.786Z||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-04-22T06:44:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:44:33.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:44:33.325Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:45:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:45:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:45:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:45:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:45:23.786Z||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-04-22T06:45:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:45:33.322Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:45:33.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:46:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:46:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:46:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:46:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:46:23.786Z||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-04-22T06:46:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:46:33.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:46:33.325Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:47:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:47:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:47:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:47:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:47:23.786Z||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-04-22T06:47:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:47:33.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:47:33.323Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:48:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:48:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:48:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:48:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:48:23.786Z||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-04-22T06:48:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:48:33.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:48:33.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:49:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:49:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:49:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:49:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:49:23.786Z||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-04-22T06:49:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:49:33.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:49:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:50:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:50:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:50:23.785Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:50:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:50:23.786Z||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-04-22T06:50:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:50:33.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:50:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:51:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:51:23.785Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:51:23.785Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:51:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:51:23.786Z||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-04-22T06:51:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:51:33.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:51:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:52:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:52:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T06:52:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T06:52:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:52:23.786Z||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-04-22T06:52:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:52:33.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:52:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:53:23.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:53:23.784Z||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-04-22T06:53:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:53:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:53:23.786Z||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-04-22T06:53:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:53:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:53:33.325Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:54:23.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:54:23.784Z||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-04-22T06:54:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:54:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:54:23.786Z||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-04-22T06:54:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:54:33.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:54:33.327Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:55:23.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:55:23.785Z||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-04-22T06:55:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:55:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:55:23.786Z||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-04-22T06:55:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:55:33.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:55:33.327Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:56:23.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:56:23.784Z||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-04-22T06:56:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:56:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:56:23.786Z||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-04-22T06:56:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:56:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:56:33.326Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:57:23.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:57:23.785Z||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-04-22T06:57:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:57:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:57:23.786Z||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-04-22T06:57:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:57:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:57:33.326Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:58:23.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:58:23.784Z||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-04-22T06:58:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:58:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:58:23.786Z||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-04-22T06:58:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:58:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:58:33.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:59:23.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:59:23.784Z||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-04-22T06:59:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:59:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T06:59:23.786Z||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-04-22T06:59:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T06:59:33.326Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T06:59:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:00:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:00:23.784Z||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-04-22T07:00:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:00:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:00:23.786Z||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-04-22T07:00:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:00:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:00:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:01:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:01:23.784Z||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-04-22T07:01:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:01:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:01:23.786Z||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-04-22T07:01:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:01:33.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:01:33.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:02:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:02:23.784Z||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-04-22T07:02:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:02:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:02:23.786Z||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-04-22T07:02:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:02:33.318Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:02:33.320Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:03:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:03:23.784Z||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-04-22T07:03:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:03:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:03:23.786Z||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-04-22T07:03:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:03:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:03:33.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:04:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:04:23.784Z||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-04-22T07:04:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:04:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:04:23.786Z||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-04-22T07:04:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:04:33.321Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:04:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:05:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:05:23.784Z||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-04-22T07:05:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:05:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:05:23.786Z||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-04-22T07:05:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:05:33.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:05:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:06:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:06:23.784Z||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-04-22T07:06:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:06:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:06:23.786Z||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-04-22T07:06:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:06:33.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:06:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:07:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:07:23.784Z||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-04-22T07:07:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:07:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:07:23.786Z||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-04-22T07:07:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:07:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:07:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:08:23.784Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:08:23.784Z||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-04-22T07:08:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:08:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:08:23.786Z||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-04-22T07:08:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:08:33.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:08:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:09:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:09:23.784Z||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-04-22T07:09:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:09:23.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:09:23.786Z||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-04-22T07:09:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:09:33.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:09:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:10:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:10:23.785Z||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-04-22T07:10:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:10:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:10:23.786Z||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-04-22T07:10:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:10:33.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:10:33.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:11:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:11:23.785Z||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-04-22T07:11:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:11:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:11:23.786Z||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-04-22T07:11:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:11:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:11:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:12:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:12:23.784Z||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-04-22T07:12:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:12:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:12:23.786Z||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-04-22T07:12:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:12:33.322Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:12:33.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:13:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:13:23.784Z||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-04-22T07:13:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:13:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:13:23.786Z||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-04-22T07:13:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:13:33.321Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:13:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:14:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:14:23.784Z||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-04-22T07:14:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:14:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:14:23.786Z||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-04-22T07:14:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:14:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:14:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:15:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:15:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:15:23.785Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:15:23.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:15:23.786Z||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-04-22T07:15:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:15:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:15:33.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:16:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:16:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:16:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:16:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:16:23.786Z||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-04-22T07:16:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:16:33.322Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:16:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:17:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:17:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:17:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:17:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:17:23.786Z||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-04-22T07:17:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:17:33.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:17:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:18:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:18:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:18:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:18:23.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:18:23.786Z||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-04-22T07:18:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:18:33.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:18:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:19:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:19:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:19:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:19:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:19:23.786Z||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-04-22T07:19:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:19:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:19:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:20:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:20:23.785Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:20:23.785Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:20:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:20:23.786Z||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-04-22T07:20:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:20:33.322Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:20:33.323Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:21:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:21:23.785Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:21:23.785Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:21:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:21:23.786Z||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-04-22T07:21:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:21:33.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:21:33.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:22:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:22:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:22:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:22:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:22:23.786Z||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-04-22T07:22:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:22:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:22:33.325Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:23:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:23:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:23:23.784Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:23:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:23:23.786Z||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-04-22T07:23:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:23:33.321Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:23:33.321Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:24:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:24:23.784Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:24:23.785Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:24:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:24:23.786Z||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-04-22T07:24:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:24:33.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:24:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:25:23.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:25:23.785Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:25:23.785Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:25:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:25:23.786Z||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-04-22T07:25:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:25:33.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:25:33.323Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:26:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:26:23.784Z||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-04-22T07:26:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:26:23.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:26:23.786Z||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-04-22T07:26:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:26:33.320Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:26:33.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:27:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:27:23.784Z||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-04-22T07:27:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:27:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:27:23.786Z||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-04-22T07:27:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:27:33.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:27:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:28:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:28:23.784Z||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-04-22T07:28:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:28:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:28:23.786Z||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-04-22T07:28:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:28:33.323Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:28:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:29:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:29:23.784Z||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-04-22T07:29:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:29:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:29:23.786Z||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-04-22T07:29:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:29:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:29:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:30:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:30:23.784Z||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-04-22T07:30:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:30:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:30:23.786Z||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-04-22T07:30:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:30:33.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:30:33.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:31:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:31:23.784Z||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-04-22T07:31:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:31:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:31:23.786Z||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-04-22T07:31:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:31:33.321Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:31:33.321Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:32:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:32:23.784Z||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-04-22T07:32:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:32:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:32:23.786Z||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-04-22T07:32:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:32:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:32:33.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:33:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:33:23.785Z||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-04-22T07:33:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:33:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:33:23.786Z||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-04-22T07:33:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:33:33.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:33:33.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:34:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:34:23.784Z||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-04-22T07:34:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:34:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:34:23.786Z||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-04-22T07:34:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:34:33.321Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:34:33.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:35:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:35:23.784Z||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-04-22T07:35:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:35:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:35:23.786Z||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-04-22T07:35:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:35:33.323Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:35:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:36:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:36:23.784Z||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-04-22T07:36:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:36:23.785Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:36:23.786Z||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-04-22T07:36:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:36:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:36:33.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:37:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:37:23.784Z||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-04-22T07:37:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:37:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:37:23.786Z||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-04-22T07:37:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:37:33.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:37:33.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:38:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:38:23.784Z||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-04-22T07:38:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:38:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:38:23.786Z||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-04-22T07:38:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:38:33.322Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:38:33.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:39:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:39:23.784Z||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-04-22T07:39:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:39:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:39:23.786Z||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-04-22T07:39:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:39:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:39:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:40:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:40:23.784Z||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-04-22T07:40:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:40:23.785Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:40:23.786Z||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-04-22T07:40:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:40:33.325Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:40:33.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:23.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:41:23.784Z||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-04-22T07:41:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:41:23.786Z||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-04-22T07:41:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:24.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:24.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "ves-openapi-manager", "timestamp": 1619077272166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "cds", "timestamp": 1619077271229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "policy-id", "timestamp": 1619077268029, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "aai-ml", "timestamp": 1619077269179, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "cds", "timestamp": 1619077271229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "ves-openapi-manager", "timestamp": 1619077272166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "policy-id", "timestamp": 1619077268029, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077276985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "aai-ml", "timestamp": 1619077269179, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "cds", "timestamp": 1619077271229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "ves-openapi-manager", "timestamp": 1619077272166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "policy-id", "timestamp": 1619077268029, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077276985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "NOTIFIED" } 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "aai-ml", "timestamp": 1619077269179, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "cds", "timestamp": 1619077271229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "ves-openapi-manager", "timestamp": 1619077272166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "policy-id", "timestamp": 1619077268029, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077276985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-22T07:41:24.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "aai-ml", "timestamp": 1619077269179, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-k8s-id", "timestamp": 1619077279609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "cds", "timestamp": 1619077271229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "ves-openapi-manager", "timestamp": 1619077272166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "policy-id", "timestamp": 1619077268029, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077276985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "aai-ml", "timestamp": 1619077269179, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-k8s-id", "timestamp": 1619077279609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "NOTIFIED" } 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "cds", "timestamp": 1619077271229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "ves-openapi-manager", "timestamp": 1619077272166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "policy-id", "timestamp": 1619077268029, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077276985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "aai-ml", "timestamp": 1619077269179, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-k8s-id", "timestamp": 1619077279609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "cds", "timestamp": 1619077271229, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "ves-openapi-manager", "timestamp": 1619077272166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "policy-id", "timestamp": 1619077268029, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077276985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "aai-ml", "timestamp": 1619077269179, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-k8s-id", "timestamp": 1619077279609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077276985, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:41:24.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:41:24.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:24.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:41:24.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"352c9b64-daae-47b5-9496-c69c2f9299b7","serviceName":"vFW 2021-04-22 07-38-19","serviceVersion":"1.0","serviceUUID":"e2b50d26-a3bf-4b0d-8742-5c242129dfd5","serviceDescription":"catalog service description","serviceInvariantUUID":"d9c41b25-0996-410c-88b2-8569c1467b01","resources":[{"resourceInstanceName":"vFW cd461a94-f786 0","resourceName":"vFW cd461a94-f786","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"200815d5-56a2-4a7f-848e-a526c2d18ca3","resourceInvariantUUID":"525ccbcf-47a0-4d41-bf70-3f43953d59bb","resourceCustomizationUUID":"59d1cfbe-1e35-4240-bcd9-c6adad6cbd90","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml","artifactChecksum":"MzNmMjUyNjllZTQyZTlhMTc2OTEyNjVjNzE3YTViMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ecce5f49-dc21-4d42-b019-301f49194444","artifactVersion":"1"},{"artifactName":"vfwcd461a94f7860_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json","artifactChecksum":"MmE1ZjQyMzU2YTI1NDI5MTg0YWMwMzU0Mzg3YmUxODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"172e4348-59c6-4da0-ba97-bc05d9bfb997","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"53af22ec-946f-4fc3-8267-e00ee1fa7b47","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml","artifactChecksum":"Y2QxOTgxN2Y0ZjgyZjA0Yjg2MjNmMWM4NGI5ODNhYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d5c8dab-f5f5-4800-be50-71d851d8666e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7e3b8889-884a-4616-87a0-0886030903f5","artifactVersion":"2","generatedFromUUID":"53af22ec-946f-4fc3-8267-e00ee1fa7b47"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210422073819-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml","artifactChecksum":"ZDhkOTQ1YjUzNzJkNTdjZjJkYWJmN2IzZWViZDk5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"333ed4d0-d4d9-4d32-b329-a67f376242cc","artifactVersion":"1"},{"artifactName":"service-Vfw20210422073819-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar","artifactChecksum":"OGE2M2NlMGFiODM3NjY2NzdlNGVkYWI2MTYyYjEyMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0b3c5fb-aff7-4de5-a8ea-46fbdc11572d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-22T07:41:24.413Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:41:24.442Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:24.449Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:24.449Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:24.550Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2021-04-22T07:41:24.553Z||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-04-22T07:41:24.554Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:24.563Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:24.564Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:41:25.472Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:41:25.472Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:25.474Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:25.474Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "NOTIFIED" } 2021-04-22T07:41:25.574Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:25.575Z||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-04-22T07:41:25.575Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:25.584Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:25.585Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:41:26.474Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:41:26.475Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:26.477Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:26.477Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-22T07:41:26.577Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:26.578Z||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-04-22T07:41:26.578Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:26.587Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:26.587Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:41:27.477Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:41:27.478Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:27.479Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:27.480Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:27.580Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:27.580Z||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-04-22T07:41:27.581Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:27.591Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:27.592Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:41:28.480Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:41:28.481Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:28.482Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:28.482Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-22T07:41:28.582Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:28.583Z||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-04-22T07:41:28.583Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:28.593Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:28.593Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:41:29.482Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:41:29.483Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:29.485Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:29.485Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:41:29.585Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:29.586Z||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-04-22T07:41:29.586Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:29.594Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:29.595Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:41:30.486Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:41:30.487Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:30.488Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:30.488Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:41:30.588Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:30.589Z||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-04-22T07:41:30.589Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:30.599Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:30.600Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:41:31.490Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "serviceName": "vFW 2021-04-22 07-38-19", "serviceVersion": "1.0", "serviceUUID": "e2b50d26-a3bf-4b0d-8742-5c242129dfd5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d9c41b25-0996-410c-88b2-8569c1467b01", "resources": [ { "resourceInstanceName": "vFW cd461a94-f786 0", "resourceCustomizationUUID": "59d1cfbe-1e35-4240-bcd9-c6adad6cbd90", "resourceName": "vFW cd461a94-f786", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "200815d5-56a2-4a7f-848e-a526c2d18ca3", "resourceInvariantUUID": "525ccbcf-47a0-4d41-bf70-3f43953d59bb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwcd461a94f7860_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "artifactChecksum": "MmE1ZjQyMzU2YTI1NDI5MTg0YWMwMzU0Mzg3YmUxODI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "172e4348-59c6-4da0-ba97-bc05d9bfb997", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "53af22ec-946f-4fc3-8267-e00ee1fa7b47", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7e3b8889-884a-4616-87a0-0886030903f5", "generatedFromUUID": "53af22ec-946f-4fc3-8267-e00ee1fa7b47" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7e3b8889-884a-4616-87a0-0886030903f5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210422073819-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "artifactChecksum": "OGE2M2NlMGFiODM3NjY2NzdlNGVkYWI2MTYyYjEyMDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e0b3c5fb-aff7-4de5-a8ea-46fbdc11572d" } ], "workloadContext": "Production" } 2021-04-22T07:41:31.491Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-22T07:41:31.491Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e2b50d26-a3bf-4b0d-8742-5c242129dfd5 ASDC 2021-04-22T07:41:31.619Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:352c9b64-daae-47b5-9496-c69c2f9299b7 ServiceName:vFW 2021-04-22 07-38-19 ServiceVersion:1.0 ServiceUUID:e2b50d26-a3bf-4b0d-8742-5c242129dfd5 ServiceInvariantUUID:d9c41b25-0996-410c-88b2-8569c1467b01 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210422073819-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar ArtifactUUID:e0b3c5fb-aff7-4de5-a8ea-46fbdc11572d ArtifactChecksum:OGE2M2NlMGFiODM3NjY2NzdlNGVkYWI2MTYyYjEyMDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW cd461a94-f786 0 ResourceCustomizationUUID:59d1cfbe-1e35-4240-bcd9-c6adad6cbd90 ResourceInvariantUUID:525ccbcf-47a0-4d41-bf70-3f43953d59bb ResourceName:vFW cd461a94-f786 ResourceType:VF ResourceUUID:200815d5-56a2-4a7f-848e-a526c2d18ca3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwcd461a94f7860_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json ArtifactUUID:172e4348-59c6-4da0-ba97-bc05d9bfb997 ArtifactChecksum:MmE1ZjQyMzU2YTI1NDI5MTg0YWMwMzU0Mzg3YmUxODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml ArtifactUUID:53af22ec-946f-4fc3-8267-e00ee1fa7b47 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env ArtifactUUID:7e3b8889-884a-4616-87a0-0886030903f5 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env ArtifactUUID:7e3b8889-884a-4616-87a0-0886030903f5 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-22T07:41:31.619Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2b50d26-a3bf-4b0d-8742-5c242129dfd5 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-04-22T07:41:32.389Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T07:41:32.390Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-22T07:41:32.391Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-22T07:41:32.391Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e0b3c5fb-aff7-4de5-a8ea-46fbdc11572d from URL: /sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:32.391Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-22T07:41:32.392Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:33.253Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-22T07:41:33.327Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar e0b3c5fb-aff7-4de5-a8ea-46fbdc11572d 110194 2021-04-22T07:41:33.328Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar ASDC sendASDCNotification 2021-04-22T07:41:33.328Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:33.355Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:41:33.356Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:33.358Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:33.358Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077293328, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:41:33.458Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:33.459Z||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-04-22T07:41:33.459Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:33.469Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:33.469Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:41:34.358Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T07:41:34.360Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-22T07:41:34.360Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e0b3c5fb-aff7-4de5-a8ea-46fbdc11572d, URL: /sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar to file: /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:34.360Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210422073819-csar.csar 2021-04-22T07:41:34.711Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:34.711Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:35.607Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15794591913052594092/Definitions/service-Vfw20210422073819-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-04-22T07:41:37.836Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-22T07:41:37.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-22T07:41:37.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-22T07:41:37.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cd461a94-f786 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cd461a94-f786 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:37.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-22T07:41:37.850Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.851Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:37.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is matching search criteria 2021-04-22T07:41:37.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-22T07:41:37.856Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cd461a94-f786 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T07:41:37.857Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.857Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:37.857Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is matching search criteria 2021-04-22T07:41:37.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-22T07:41:37.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cd461a94-f786 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T07:41:37.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:37.861Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.862Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is not matching search criteria 2021-04-22T07:41:37.862Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-22T07:41:37.862Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-22T07:41:37.862Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:37.862Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-22T07:41:37.862Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-22T07:41:37.862Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-22T07:41:37.862Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-22T07:41:37.863Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-22T07:41:37.863Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-22T07:41:37.863Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-22T07:41:37.863Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:37.863Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-22T07:41:37.863Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:37.863Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-22T07:41:37.863Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-22T07:41:37.863Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-22T07:41:37.864Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.864Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-22T07:41:37.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is matching search criteria 2021-04-22T07:41:37.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cd461a94-f786 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:41:37.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is matching search criteria 2021-04-22T07:41:37.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cd461a94-f786 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:41:37.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is matching search criteria 2021-04-22T07:41:37.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cd461a94-f786 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:41:37.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is not matching search criteria 2021-04-22T07:41:37.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-22T07:41:37.867Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-22T07:41:37.867Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-22T07:41:37.867Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-22T07:41:37.867Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-22T07:41:37.867Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-22T07:41:37.867Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:37.867Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-22T07:41:37.867Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:37.867Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-22T07:41:37.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-22T07:41:37.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1ca085b-5d64-4f25-87bb-2e7d511e510b 2021-04-22T07:41:37.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is not matching search criteria 2021-04-22T07:41:37.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-22T07:41:37.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-22T07:41:37.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:37.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-22T07:41:37.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-22T07:41:37.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-22T07:41:37.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-22T07:41:37.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-22T07:41:37.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-22T07:41:37.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:37.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-22T07:41:37.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-22T07:41:37.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32b627cd-d13c-4fa8-9e17-ab7aaff0b545 2021-04-22T07:41:37.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is not matching search criteria 2021-04-22T07:41:37.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-22T07:41:37.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-22T07:41:37.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:37.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-22T07:41:37.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-22T07:41:37.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-22T07:41:37.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-22T07:41:37.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-22T07:41:37.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-22T07:41:37.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-22T07:41:37.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:37.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-22T07:41:37.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34b8b615-dfb4-4668-8482-e53c80ea974f 2021-04-22T07:41:37.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:37.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:37.872Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.872Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:37.872Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:37.872Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:37.872Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-22 07-38-19 Description:catalog service description Model UUID:e2b50d26-a3bf-4b0d-8742-5c242129dfd5 Model Version:NULL Model InvariantUuid:d9c41b25-0996-410c-88b2-8569c1467b01 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW cd461a94-f786 Model UUID:e2462239-2389-416d-bf1d-8f341a236932 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:525ccbcf-47a0-4d41-bf70-3f43953d59bb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:59d1cfbe-1e35-4240-bcd9-c6adad6cbd90 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a0c90480-59ad-47f9-94a3-5b1300f1da33 ModelName:VfwCd461a94F786..base_vfw..module-0 ModelUuid:00df7b47-dc36-4164-adb0-b94bce9a879d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d1ca085b-5d64-4f25-87bb-2e7d511e510b ModelInvariantUuid:314f9e75-d077-4d36-8a11-d56e4a63c0a2 ModelName:vFW cd461a94-f786-nodes.vfwCvfc ModelUuid:cbda672f-43b0-4a60-a4b4-7708aef615f5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:40d6b894-6766-4293-a77c-0f5db3e26b4a ModelInvariantUuid:8ed292e7-3dca-438b-916c-9886b6445ebe ModelName:VfwCd461a94F786.compute.nodes.heat.vfw ModelUuid:5c206185-dc82-4f0d-8e72-b2576883e43e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:32b627cd-d13c-4fa8-9e17-ab7aaff0b545 ModelInvariantUuid:dc0077b0-3161-460e-a380-442f3d92a092 ModelName:vFW cd461a94-f786-nodes.vsnCvfc ModelUuid:392bdad8-061a-4374-9c64-d99254a7a0c0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a240790a-7c58-4c2b-ada3-7c949aa49f93 ModelInvariantUuid:8a720e23-dfa4-42b5-9cbf-0a5dea316d52 ModelName:VfwCd461a94F786.compute.nodes.heat.vsn ModelUuid:c0a7ea38-0f0d-4e0c-8ce0-eedb62758a47 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:34b8b615-dfb4-4668-8482-e53c80ea974f ModelInvariantUuid:2694bf7a-c7dd-45ca-9b05-8d479f276924 ModelName:vFW cd461a94-f786-nodes.vpgCvfc ModelUuid:7d040722-680e-435b-8ae6-c123d861989d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6f1cbaf6-547f-43a7-874d-b68a53147833 ModelInvariantUuid:387ea7f6-9800-428b-85c9-f660e3fa6f3b ModelName:VfwCd461a94F786.compute.nodes.heat.vpg ModelUuid:875b1e3b-d275-418e-aa8b-6e96d4606fc4 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-04-22T07:41:37.949Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 200815d5-56a2-4a7f-848e-a526c2d18ca3 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-04-22T07:41:38.236Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||vFW cd461a94-f786 0 2021-04-22T07:41:38.242Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 200815d5-56a2-4a7f-848e-a526c2d18ca3 2021-04-22T07:41:38.242Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 172e4348-59c6-4da0-ba97-bc05d9bfb997 from URL: /sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json 2021-04-22T07:41:38.242Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-22T07:41:38.243Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json 2021-04-22T07:41:39.446Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-22T07:41:39.446Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json 172e4348-59c6-4da0-ba97-bc05d9bfb997 785 2021-04-22T07:41:39.447Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json ASDC sendASDCNotification 2021-04-22T07:41:39.447Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json 2021-04-22T07:41:39.447Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:41:39.447Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:39.449Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:39.449Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077299447, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:41:39.550Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T07:41:39.551Z||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-04-22T07:41:39.551Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:39.561Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:39.562Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:41:40.451Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCd461a94F786..base_vfw..module-0", "vfModuleModelInvariantUUID": "a0c90480-59ad-47f9-94a3-5b1300f1da33", "vfModuleModelVersion": "1", "vfModuleModelUUID": "00df7b47-dc36-4164-adb0-b94bce9a879d", "vfModuleModelCustomizationUUID": "8ccf55c3-609d-4e44-9fa9-ae3dedfc6fb7", "isBase": true, "artifacts": [ "53af22ec-946f-4fc3-8267-e00ee1fa7b47", "7e3b8889-884a-4616-87a0-0886030903f5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-22T07:41:40.496Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCd461a94F786..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:00df7b47-dc36-4164-adb0-b94bce9a879d VfModuleModelInvariantUUID:a0c90480-59ad-47f9-94a3-5b1300f1da33 VfModuleModelDescription:NULL Artifacts UUID List:{ 53af22ec-946f-4fc3-8267-e00ee1fa7b47 , 7e3b8889-884a-4616-87a0-0886030903f5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-22T07:41:40.499Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCd461a94F786..base_vfw..module-0", "vfModuleModelInvariantUUID": "a0c90480-59ad-47f9-94a3-5b1300f1da33", "vfModuleModelVersion": "1", "vfModuleModelUUID": "00df7b47-dc36-4164-adb0-b94bce9a879d", "vfModuleModelCustomizationUUID": "8ccf55c3-609d-4e44-9fa9-ae3dedfc6fb7", "isBase": true, "artifacts": [ "53af22ec-946f-4fc3-8267-e00ee1fa7b47", "7e3b8889-884a-4616-87a0-0886030903f5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-22T07:41:40.499Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCd461a94F786..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:00df7b47-dc36-4164-adb0-b94bce9a879d VfModuleModelInvariantUUID:a0c90480-59ad-47f9-94a3-5b1300f1da33 VfModuleModelDescription:NULL Artifacts UUID List:{ 53af22ec-946f-4fc3-8267-e00ee1fa7b47 , 7e3b8889-884a-4616-87a0-0886030903f5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-22T07:41:40.499Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 53af22ec-946f-4fc3-8267-e00ee1fa7b47 from URL: /sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml 2021-04-22T07:41:40.499Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-22T07:41:40.500Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml 2021-04-22T07:41:41.156Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-22T07:41:41.157Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml 53af22ec-946f-4fc3-8267-e00ee1fa7b47 20368 2021-04-22T07:41:41.158Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-22T07:41:41.158Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml 2021-04-22T07:41:41.158Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:41:41.158Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:41.160Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:41.160Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077301158, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:41:41.260Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:41.261Z||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-04-22T07:41:41.261Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:41.270Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:41.270Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:41:42.161Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7e3b8889-884a-4616-87a0-0886030903f5 from URL: /sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env 2021-04-22T07:41:42.161Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-22T07:41:42.162Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env 2021-04-22T07:41:42.953Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-22T07:41:42.954Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env 7e3b8889-884a-4616-87a0-0886030903f5 2098 2021-04-22T07:41:42.954Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-22T07:41:42.954Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env 2021-04-22T07:41:42.954Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:41:42.954Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:42.957Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:42.957Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077302954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:41:43.057Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:43.059Z||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-04-22T07:41:43.059Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:43.069Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:43.070Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:41:43.957Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: e2b50d26-a3bf-4b0d-8742-5c242129dfd5 2021-04-22T07:41:43.958Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cd461a94-f786 0 200815d5-56a2-4a7f-848e-a526c2d18ca3 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-04-22T07:41:43.992Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:43.992Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:43.992Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-22T07:41:43.993Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 59d1cfbe-1e35-4240-bcd9-c6adad6cbd90 2021-04-22T07:41:43.993Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59d1cfbe-1e35-4240-bcd9-c6adad6cbd90 matches Tosca VF Customization UUID: 59d1cfbe-1e35-4240-bcd9-c6adad6cbd90 2021-04-22T07:41:43.993Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 59d1cfbe-1e35-4240-bcd9-c6adad6cbd90 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-04-22T07:41:43.998Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:43.998Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:43.999Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 59d1cfbe-1e35-4240-bcd9-c6adad6cbd90: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-04-22T07:41:43.999Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@610c7f5 2021-04-22T07:41:44.000Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.000Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-22T07:41:44.000Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8ccf55c3-609d-4e44-9fa9-ae3dedfc6fb7 2021-04-22T07:41:44.001Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8ccf55c3-609d-4e44-9fa9-ae3dedfc6fb7 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-04-22T07:41:44.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is matching search criteria 2021-04-22T07:41:44.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cd461a94-f786 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:41:44.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is matching search criteria 2021-04-22T07:41:44.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cd461a94-f786 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:41:44.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is not matching search criteria 2021-04-22T07:41:44.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-22T07:41:44.007Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-22T07:41:44.007Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-22T07:41:44.007Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-22T07:41:44.007Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-22T07:41:44.007Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-22T07:41:44.007Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:44.007Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-22T07:41:44.007Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:44.007Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-22T07:41:44.007Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-22T07:41:44.007Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1ca085b-5d64-4f25-87bb-2e7d511e510b 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-04-22T07:41:44.014Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.014Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is matching search criteria 2021-04-22T07:41:44.014Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cd461a94-f786 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:41:44.014Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is not matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-22T07:41:44.015Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32b627cd-d13c-4fa8-9e17-ab7aaff0b545 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-04-22T07:41:44.017Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.017Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is matching search criteria 2021-04-22T07:41:44.017Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cd461a94-f786 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:41:44.019Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is not matching search criteria 2021-04-22T07:41:44.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-22T07:41:44.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-22T07:41:44.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:44.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-22T07:41:44.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-22T07:41:44.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-22T07:41:44.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-22T07:41:44.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-22T07:41:44.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-22T07:41:44.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-22T07:41:44.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-22T07:41:44.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-22T07:41:44.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34b8b615-dfb4-4668-8482-e53c80ea974f 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-04-22T07:41:44.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is matching search criteria 2021-04-22T07:41:44.023Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cd461a94-f786 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:41:44.023Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.023Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Node template vFW cd461a94-f786 0 is matching search criteria 2021-04-22T07:41:44.023Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cd461a94-f786 0] matching following query criteria: sdcType=VF, customizationUUID=59d1cfbe-1e35-4240-bcd9-c6adad6cbd90 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-04-22T07:41:44.024Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.024Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:44.025Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid e2b50d26-a3bf-4b0d-8742-5c242129dfd5: vFW cd461a94-f786 2021-04-22T07:41:44.025Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.025Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:44.025Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.025Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:44.025Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.025Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:44.025Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.025Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:44.025Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:41:44.025Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-22 07-38-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:41:44.026Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-04-22 07-38-19 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-22T07:41:44.258Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cd461a94-f786 200815d5-56a2-4a7f-848e-a526c2d18ca3 1 ASDC deployResourceStructure 2021-04-22T07:41:44.259Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json ASDC sendASDCNotification 2021-04-22T07:41:44.259Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json 2021-04-22T07:41:44.259Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:41:44.259Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:44.261Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:44.261Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077304259, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:41:44.361Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:44.362Z||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-04-22T07:41:44.362Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:44.372Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:44.372Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:41:45.262Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-22T07:41:45.262Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml 2021-04-22T07:41:45.262Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:41:45.262Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:45.264Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:45.264Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077305262, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-22T07:41:45.364Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:45.365Z||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-04-22T07:41:45.365Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:45.374Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:45.375Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:41:46.265Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-22T07:41:46.265Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env 2021-04-22T07:41:46.265Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:41:46.266Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:46.268Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:46.268Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077306265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-22T07:41:46.368Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:46.369Z||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-04-22T07:41:46.369Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:46.379Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:46.379Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:41:47.269Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar ASDC sendASDCNotification 2021-04-22T07:41:47.269Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar 2021-04-22T07:41:47.269Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:41:47.269Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:41:47.270Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:41:47.271Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077307268, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:41:47.371Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:41:47.372Z||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-04-22T07:41:47.372Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:41:47.380Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:41:47.380Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:41:48.271Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:41:48.294Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:41:48.298Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:41:48.298Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T07:41:48.298Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T07:42:18.299Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:42:18.310Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:42:18.313Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:42:18.313Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T07:42:18.313Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T07:42:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:42:23.787Z||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-04-22T07:42:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:42:23.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:42:23.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:42:23.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "dcae-sch", "timestamp": 1619077283403, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:42:23.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:42:48.313Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:42:48.324Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:42:48.326Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:42:48.326Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T07:42:48.326Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T07:43:18.326Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:43:18.338Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:43:18.341Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:43:18.341Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T07:43:18.341Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T07:43:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:43:23.786Z||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-04-22T07:43:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:43:23.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:43:23.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:43:23.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-k8s-id", "timestamp": 1619077279609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-22T07:43:23.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:43:48.341Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:43:48.352Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:43:48.355Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:43:48.355Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T07:43:48.356Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T07:44:18.356Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:44:18.363Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:44:18.365Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:44:18.366Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T07:44:18.366Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T07:44:23.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:44:23.786Z||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-04-22T07:44:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:44:23.802Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:44:23.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "cds", "timestamp": 1619077284293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "policy-id", "timestamp": 1619077284293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "aai-ml", "timestamp": 1619077284338, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "clamp", "timestamp": 1619077283724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077285011, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "dcae-sch", "timestamp": 1619077283403, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-k8s-id", "timestamp": 1619077279609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "cds", "timestamp": 1619077285306, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-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-04-22T07:44:23.821Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 352c9b64-daae-47b5-9496-c69c2f9299b7 2021-04-22T07:44:23.821Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:44:23.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "policy-id", "timestamp": 1619077285310, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "clamp", "timestamp": 1619077283724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "NOTIFIED" } 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "NOTIFIED" } 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "dcae-sch", "timestamp": 1619077283403, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-windriver-id", "timestamp": 1619077285597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-k8s-id", "timestamp": 1619077279609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:44:23.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077286297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "policy-id", "timestamp": 1619077286313, "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-04-22T07:44:23.837Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 352c9b64-daae-47b5-9496-c69c2f9299b7 2021-04-22T07:44:23.837Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:44:23.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "clamp", "timestamp": 1619077283724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "dcae-sch", "timestamp": 1619077283403, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-windriver-id", "timestamp": 1619077285597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "NOTIFIED" } 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "clamp", "timestamp": 1619077283724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-k8s-id", "timestamp": 1619077287505, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077287509, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "dcae-sch", "timestamp": 1619077283403, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-windriver-id", "timestamp": 1619077285597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "clamp", "timestamp": 1619077283724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077288514, "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-04-22T07:44:23.855Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 352c9b64-daae-47b5-9496-c69c2f9299b7 2021-04-22T07:44:23.856Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:44:23.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "dcae-sch", "timestamp": 1619077283403, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-k8s-id", "timestamp": 1619077289072, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-windriver-id", "timestamp": 1619077285597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "clamp", "timestamp": 1619077283724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077289517, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "dcae-sch", "timestamp": 1619077283403, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-windriver-id", "timestamp": 1619077285597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "clamp", "timestamp": 1619077283724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:44:23.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077283784, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-windriver-id", "timestamp": 1619077285597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-k8s-id", "timestamp": 1619077292152, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-windriver-id", "timestamp": 1619077285597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077293328, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-windriver-id", "timestamp": 1619077294353, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077293861, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-k8s-id", "timestamp": 1619077294556, "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-04-22T07:44:23.870Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 352c9b64-daae-47b5-9496-c69c2f9299b7 2021-04-22T07:44:23.870Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:44:23.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077293861, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-k8s-id", "timestamp": 1619077295559, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077293861, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-windriver-id", "timestamp": 1619077297057, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077293861, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077293861, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-windriver-id", "timestamp": 1619077299251, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077299447, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077293861, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-windriver-id", "timestamp": 1619077300257, "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-04-22T07:44:23.883Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 352c9b64-daae-47b5-9496-c69c2f9299b7 2021-04-22T07:44:23.883Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:44:23.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077293861, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:44:23.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077301158, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.889Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "multicloud-windriver-id", "timestamp": 1619077301262, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077302192, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077302954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077304259, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/vfwcd461a94f7860_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "clamp", "timestamp": 1619077305130, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077305262, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "clamp", "timestamp": 1619077306182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077306265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/resourceInstances/vfwcd461a94f7860/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "aai-ml", "timestamp": 1619077306360, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "clamp", "timestamp": 1619077307187, "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-04-22T07:44:23.895Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 352c9b64-daae-47b5-9496-c69c2f9299b7 2021-04-22T07:44:23.896Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:44:23.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077307243, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077307268, "artifactURL": "/sdc/v1/catalog/services/Vfw20210422073819/1.0/artifacts/service-Vfw20210422073819-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "aai-ml", "timestamp": 1619077307365, "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-04-22T07:44:23.912Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 352c9b64-daae-47b5-9496-c69c2f9299b7 2021-04-22T07:44:23.912Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:44:23.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077308248, "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-04-22T07:44:23.926Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 352c9b64-daae-47b5-9496-c69c2f9299b7 2021-04-22T07:44:23.926Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:44:23.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "aai-ml", "timestamp": 1619077329179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-windriver-id", "timestamp": 1619077325597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077323861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "cds", "timestamp": 1619077331229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "dcae-sch", "timestamp": 1619077323403, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "policy-id", "timestamp": 1619077328029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "ves-openapi-manager", "timestamp": 1619077332166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "cds", "timestamp": 1619077331229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-windriver-id", "timestamp": 1619077325597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "dcae-sch", "timestamp": 1619077323403, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077323861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "aai-ml", "timestamp": 1619077329179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "policy-id", "timestamp": 1619077328029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "ves-openapi-manager", "timestamp": 1619077332166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "aai-ml", "timestamp": 1619077329179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077323861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "cds", "timestamp": 1619077331229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-windriver-id", "timestamp": 1619077325597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "dcae-sch", "timestamp": 1619077323403, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "policy-id", "timestamp": 1619077328029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "ves-openapi-manager", "timestamp": 1619077332166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-windriver-id", "timestamp": 1619077325597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077323861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "dcae-sch", "timestamp": 1619077323403, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "aai-ml", "timestamp": 1619077329179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "cds", "timestamp": 1619077331229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "policy-id", "timestamp": 1619077328029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "ves-openapi-manager", "timestamp": 1619077332166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "aai-ml", "timestamp": 1619077329179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "cds", "timestamp": 1619077331229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "dcae-sch", "timestamp": 1619077323403, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077323861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-windriver-id", "timestamp": 1619077325597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "policy-id", "timestamp": 1619077328029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "ves-openapi-manager", "timestamp": 1619077332166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-windriver-id", "timestamp": 1619077325597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "dcae-sch", "timestamp": 1619077323403, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "cds", "timestamp": 1619077331229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077323861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "aai-ml", "timestamp": 1619077329179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "policy-id", "timestamp": 1619077328029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077336985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "ves-openapi-manager", "timestamp": 1619077332166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "cds", "timestamp": 1619077331229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-windriver-id", "timestamp": 1619077325597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "aai-ml", "timestamp": 1619077329179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "dcae-sch", "timestamp": 1619077323403, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077323861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "policy-id", "timestamp": 1619077328029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077336985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:44:23.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "ves-openapi-manager", "timestamp": 1619077332166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077336985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-windriver-id", "timestamp": 1619077340055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077340071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "aai-ml", "timestamp": 1619077340083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "cds", "timestamp": 1619077340090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "policy-id", "timestamp": 1619077340088, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-k8s-id", "timestamp": 1619077339609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077336985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "cds", "timestamp": 1619077341095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-22T07:44:23.961Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d7f31190-a7e0-4f4b-bb14-0b94deea007c 2021-04-22T07:44:23.961Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f31190-a7e0-4f4b-bb14-0b94deea007c 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-04-22T07:44:23.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "policy-id", "timestamp": 1619077341091, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-k8s-id", "timestamp": 1619077339609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-windriver-id", "timestamp": 1619077341572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077336985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "policy-id", "timestamp": 1619077342095, "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-04-22T07:44:23.975Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7f31190-a7e0-4f4b-bb14-0b94deea007c 2021-04-22T07:44:23.976Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f31190-a7e0-4f4b-bb14-0b94deea007c 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-04-22T07:44:23.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077342224, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:44:23.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-k8s-id", "timestamp": 1619077339609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-22T07:44:23.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077336985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:23.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:23.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-windriver-id", "timestamp": 1619077343084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:44:23.986Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:44:23.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:23.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077343227, "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-04-22T07:44:23.991Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7f31190-a7e0-4f4b-bb14-0b94deea007c 2021-04-22T07:44:23.992Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f31190-a7e0-4f4b-bb14-0b94deea007c 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-04-22T07:44:24.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:24.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-k8s-id", "timestamp": 1619077339609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:44:24.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:24.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:44:24.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077336985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:44:24.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:44:48.366Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:44:48.376Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:44:48.379Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:44:48.380Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-22T07:44:48.380Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-22T07:44:48.380Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-22T07:44:48.380Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:44:48.380Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:44:48.380Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:44:48.380Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:44:48.380Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:44:48.380Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:44:48.380Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-22T07:44:48.385Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-22T07:45:18.386Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 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-04-22T07:45:18.393Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 352c9b64-daae-47b5-9496-c69c2f9299b7 and serviceModelVersionId: e2b50d26-a3bf-4b0d-8742-5c242129dfd5 2021-04-22T07:45:18.394Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9c41b25-0996-410c-88b2-8569c1467b01 2021-04-22T07:45:23.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:45:23.786Z||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-04-22T07:45:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:24.304Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:24.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-windriver-id", "timestamp": 1619077344089, "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-04-22T07:45:24.315Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7f31190-a7e0-4f4b-bb14-0b94deea007c 2021-04-22T07:45:24.315Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f31190-a7e0-4f4b-bb14-0b94deea007c 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-04-22T07:45:24.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-k8s-id", "timestamp": 1619077339609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-22T07:45:24.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:45:24.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "clamp", "timestamp": 1619077343724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:45:24.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:45:24.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077344896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:45:24.329Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:45:24.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-windriver-id", "timestamp": 1619077345093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:45:24.330Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:45:24.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-k8s-id", "timestamp": 1619077339609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:45:24.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:45:24.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "clamp", "timestamp": 1619077343724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:45:24.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:45:24.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077346095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:45:24.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:45:24.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-k8s-id", "timestamp": 1619077339609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:45:24.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:45:24.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "aai-ml", "timestamp": 1619077346274, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:45:24.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:45:24.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "clamp", "timestamp": 1619077343724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:45:24.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:45:24.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077347266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:45:24.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:45:24.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "aai-ml", "timestamp": 1619077347278, "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-04-22T07:45:24.344Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7f31190-a7e0-4f4b-bb14-0b94deea007c 2021-04-22T07:45:24.344Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f31190-a7e0-4f4b-bb14-0b94deea007c 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-04-22T07:45:24.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "clamp", "timestamp": 1619077343724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:45:24.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:45:24.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-k8s-id", "timestamp": 1619077347446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:45:24.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:45:24.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077348269, "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-04-22T07:45:24.359Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7f31190-a7e0-4f4b-bb14-0b94deea007c 2021-04-22T07:45:24.359Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f31190-a7e0-4f4b-bb14-0b94deea007c 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-04-22T07:45:24.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "clamp", "timestamp": 1619077343724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:45:24.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:45:24.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-k8s-id", "timestamp": 1619077349213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:45:24.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:45:24.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077349273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:45:24.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:45:24.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "clamp", "timestamp": 1619077343724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:45:24.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:45:24.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "clamp", "timestamp": 1619077343724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:45:24.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-22T07:45:24.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-k8s-id", "timestamp": 1619077351754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:45:24.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:45:24.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-k8s-id", "timestamp": 1619077352782, "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-04-22T07:45:24.370Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7f31190-a7e0-4f4b-bb14-0b94deea007c 2021-04-22T07:45:24.370Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f31190-a7e0-4f4b-bb14-0b94deea007c 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-04-22T07:45:24.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "multicloud-k8s-id", "timestamp": 1619077353785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:45:24.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:45:24.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "clamp", "timestamp": 1619077357143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:45:24.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:45:24.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "clamp", "timestamp": 1619077358160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:45:24.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:45:24.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:45:24.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "clamp", "timestamp": 1619077359162, "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-04-22T07:45:24.382Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d7f31190-a7e0-4f4b-bb14-0b94deea007c 2021-04-22T07:45:24.382Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f31190-a7e0-4f4b-bb14-0b94deea007c 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-04-22T07:45:32.516Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9c41b25-0996-410c-88b2-8569c1467b01/model-vers/model-ver/e2b50d26-a3bf-4b0d-8742-5c242129dfd5?depth=0 2021-04-22T07:45:32.653Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-22T07:45:33.010Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9c41b25-0996-410c-88b2-8569c1467b01/model-vers/model-ver/e2b50d26-a3bf-4b0d-8742-5c242129dfd5?depth=0|INFO|500||Invoke 2021-04-22T07:45:33.017Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9c41b25-0996-410c-88b2-8569c1467b01/model-vers/model-ver/e2b50d26-a3bf-4b0d-8742-5c242129dfd5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9c41b25-0996-410c-88b2-8569c1467b01/model-vers/model-ver/e2b50d26-a3bf-4b0d-8742-5c242129dfd5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[352c9b64-daae-47b5-9496-c69c2f9299b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73c20bf9-3434-4b5c-ac04-72266c522f38], X-ECOMP-RequestID=[352c9b64-daae-47b5-9496-c69c2f9299b7], X-TransactionId=[], X-ONAP-RequestID=[352c9b64-daae-47b5-9496-c69c2f9299b7], Content-Type=[application/merge-patch+json]} 2021-04-22T07:45:33.108Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9c41b25-0996-410c-88b2-8569c1467b01/model-vers/model-ver/e2b50d26-a3bf-4b0d-8742-5c242129dfd5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-22T07:45:33.472Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9c41b25-0996-410c-88b2-8569c1467b01/model-vers/model-ver/e2b50d26-a3bf-4b0d-8742-5c242129dfd5?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/d9c41b25-0996-410c-88b2-8569c1467b01/model-vers/model-ver/e2b50d26-a3bf-4b0d-8742-5c242129dfd5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210422-07:45:33:116-3152], vertex-id=[213192], Content-Length=[0], Date=[Thu, 22 Apr 2021 07:45:33 GMT], Content-Type=[application/json]} 2021-04-22T07:45:33.474Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9c41b25-0996-410c-88b2-8569c1467b01/model-vers/model-ver/e2b50d26-a3bf-4b0d-8742-5c242129dfd5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-22T07:45:33.474Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9c41b25-0996-410c-88b2-8569c1467b01/model-vers/model-ver/e2b50d26-a3bf-4b0d-8742-5c242129dfd5?depth=0|INFO|500||InvokeReturn 2021-04-22T07:45:33.477Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-22T07:45:33.477Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-22T07:45:33.481Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-22T07:45:33.484Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 352c9b64-daae-47b5-9496-c69c2f9299b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-22T07:45:33.485Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-22T07:45:33.485Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:33.487Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:33.487Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077533484, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T07:45:33.587Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:33.588Z||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-04-22T07:45:33.588Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:33.600Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:33.601Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-22T07:45:34.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:45:34.502Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:45:34.502Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:38.802Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:38.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:45:38.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d7f31190-a7e0-4f4b-bb14-0b94deea007c","serviceName":"basic_onboard_ThQxtd","serviceVersion":"1.0","serviceUUID":"52f5e563-f5d4-43ab-91f7-ebf1f80dd668","serviceDescription":"service","serviceInvariantUUID":"c94894c9-5bd0-4c45-a85e-14cae7fd741e","resources":[{"resourceInstanceName":"basic_onboard_ThQxtd 0","resourceName":"basic_onboard_ThQxtd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"49c6a98f-93f7-49e0-a4ac-02f03039e99a","resourceInvariantUUID":"a138b226-9237-40ec-ba09-bfc7f94bbc38","resourceCustomizationUUID":"61f554a5-b482-43dd-bbe2-2fda0a10abb2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml","artifactChecksum":"ZjJlODYxZDc2NzliZmQyZDZhNTJiZTRlMGE2YmEwZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31531af1-5401-435d-88bc-234238ededa1","artifactVersion":"1"},{"artifactName":"basic_onboard_thqxtd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json","artifactChecksum":"NmI2YWI0NWIyNTJjY2M4YzM5MGEwOTM4ZDAwZWZjNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5d2aeb14-5281-4a74-b0fc-bef2e0222589","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a73e1e5b-e8bd-4dad-8ddb-54c8e7877e05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95314c27-ad2e-4672-b62e-faef2042f932","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0ed03363-6cd1-47b3-94d3-a0bf61a65304","artifactVersion":"2","generatedFromUUID":"a73e1e5b-e8bd-4dad-8ddb-54c8e7877e05"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardThqxtd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml","artifactChecksum":"NDZlZTNlZWQ2YmVmYzM2ZDkwNzNkNzBhM2NmNTgxNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"29e79997-8518-4946-9bfe-322801b2d62d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardThqxtd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar","artifactChecksum":"N2QyY2NhYmU3YjkzZjRlMGQzN2UxYzE2NTliYTVhZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f31cbe4d-af88-45c6-aec4-79f24cf92588","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-22T07:45:38.805Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:45:38.805Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:38.807Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:38.807Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:45:38.907Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:38.908Z||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-04-22T07:45:38.908Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:38.918Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:38.919Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:39.808Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:45:39.808Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:39.810Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:39.810Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:45:39.910Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-04-22T07:45:39.911Z||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-04-22T07:45:39.911Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:39.921Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:39.921Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:40.814Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:45:40.814Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:40.816Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:40.816Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-22T07:45:40.916Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:40.917Z||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-04-22T07:45:40.917Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:40.926Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:40.927Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:41.816Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:45:41.817Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:41.819Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:41.819Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:45:41.919Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:41.920Z||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-04-22T07:45:41.920Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:41.929Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:41.930Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:45:42.820Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:45:42.820Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:42.822Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:42.822Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-22T07:45:42.923Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:42.923Z||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-04-22T07:45:42.923Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:42.932Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:42.933Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:43.823Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:45:43.824Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:43.825Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:43.825Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:45:43.925Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:43.926Z||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-04-22T07:45:43.926Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:43.936Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:43.936Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:44.826Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:45:44.826Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:44.828Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:44.828Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:45:44.928Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:44.928Z||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-04-22T07:45:44.928Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:44.938Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:44.938Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:45.829Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "serviceName": "basic_onboard_ThQxtd", "serviceVersion": "1.0", "serviceUUID": "52f5e563-f5d4-43ab-91f7-ebf1f80dd668", "serviceDescription": "service", "serviceInvariantUUID": "c94894c9-5bd0-4c45-a85e-14cae7fd741e", "resources": [ { "resourceInstanceName": "basic_onboard_ThQxtd 0", "resourceCustomizationUUID": "61f554a5-b482-43dd-bbe2-2fda0a10abb2", "resourceName": "basic_onboard_ThQxtd", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "49c6a98f-93f7-49e0-a4ac-02f03039e99a", "resourceInvariantUUID": "a138b226-9237-40ec-ba09-bfc7f94bbc38", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_thqxtd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "artifactChecksum": "NmI2YWI0NWIyNTJjY2M4YzM5MGEwOTM4ZDAwZWZjNzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5d2aeb14-5281-4a74-b0fc-bef2e0222589", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a73e1e5b-e8bd-4dad-8ddb-54c8e7877e05", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0ed03363-6cd1-47b3-94d3-a0bf61a65304", "generatedFromUUID": "a73e1e5b-e8bd-4dad-8ddb-54c8e7877e05" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0ed03363-6cd1-47b3-94d3-a0bf61a65304", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardThqxtd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "artifactChecksum": "N2QyY2NhYmU3YjkzZjRlMGQzN2UxYzE2NTliYTVhZWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f31cbe4d-af88-45c6-aec4-79f24cf92588" } ], "workloadContext": "Production" } 2021-04-22T07:45:45.829Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-22T07:45:45.829Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 52f5e563-f5d4-43ab-91f7-ebf1f80dd668 ASDC 2021-04-22T07:45:45.829Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d7f31190-a7e0-4f4b-bb14-0b94deea007c ServiceName:basic_onboard_ThQxtd ServiceVersion:1.0 ServiceUUID:52f5e563-f5d4-43ab-91f7-ebf1f80dd668 ServiceInvariantUUID:c94894c9-5bd0-4c45-a85e-14cae7fd741e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardThqxtd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar ArtifactUUID:f31cbe4d-af88-45c6-aec4-79f24cf92588 ArtifactChecksum:N2QyY2NhYmU3YjkzZjRlMGQzN2UxYzE2NTliYTVhZWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ThQxtd 0 ResourceCustomizationUUID:61f554a5-b482-43dd-bbe2-2fda0a10abb2 ResourceInvariantUUID:a138b226-9237-40ec-ba09-bfc7f94bbc38 ResourceName:basic_onboard_ThQxtd ResourceType:VF ResourceUUID:49c6a98f-93f7-49e0-a4ac-02f03039e99a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_thqxtd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json ArtifactUUID:5d2aeb14-5281-4a74-b0fc-bef2e0222589 ArtifactChecksum:NmI2YWI0NWIyNTJjY2M4YzM5MGEwOTM4ZDAwZWZjNzI= 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/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml ArtifactUUID:a73e1e5b-e8bd-4dad-8ddb-54c8e7877e05 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/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env ArtifactUUID:0ed03363-6cd1-47b3-94d3-a0bf61a65304 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/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env ArtifactUUID:0ed03363-6cd1-47b3-94d3-a0bf61a65304 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-22T07:45:45.829Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52f5e563-f5d4-43ab-91f7-ebf1f80dd668 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-22T07:45:45.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T07:45:45.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-22T07:45:45.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-22T07:45:45.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f31cbe4d-af88-45c6-aec4-79f24cf92588 from URL: /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:45.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-22T07:45:45.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:46.047Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-22T07:45:46.053Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar f31cbe4d-af88-45c6-aec4-79f24cf92588 74819 2021-04-22T07:45:46.054Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar ASDC sendASDCNotification 2021-04-22T07:45:46.054Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:46.054Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:45:46.055Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:46.058Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:46.059Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077546054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:45:46.159Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:46.160Z||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-04-22T07:45:46.160Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:46.169Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:46.170Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:47.059Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T07:45:47.060Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-22T07:45:47.060Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f31cbe4d-af88-45c6-aec4-79f24cf92588, URL: /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar to file: /app/ASDC/1/service-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:47.061Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:47.061Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:47.061Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:47.206Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7726503258547962515/Definitions/service-BasicOnboardThqxtd-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-04-22T07:45:48.376Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-22T07:45:48.377Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-22T07:45:48.377Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:48.377Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-22T07:45:48.377Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ThQxtd 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:48.377Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||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-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:48.377Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||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-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:48.377Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||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-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:48.377Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||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-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:48.377Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:48.377Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:48.377Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||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-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:48.378Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ThQxtd 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-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:48.378Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||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-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:48.378Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-22T07:45:48.378Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.378Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:48.378Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ThQxtd 0 is matching search criteria 2021-04-22T07:45:48.379Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-22T07:45:48.379Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ThQxtd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T07:45:48.379Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.379Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:48.379Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ThQxtd 0 is matching search criteria 2021-04-22T07:45:48.379Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-22T07:45:48.379Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ThQxtd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T07:45:48.380Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.380Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:48.380Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.380Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ThQxtd 0 is not matching search criteria 2021-04-22T07:45:48.380Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-22T07:45:48.380Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-22T07:45:48.380Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-22T07:45:48.380Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-22T07:45:48.381Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-22T07:45:48.381Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.381Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-22T07:45:48.381Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.381Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ThQxtd 0 is matching search criteria 2021-04-22T07:45:48.382Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ThQxtd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:45:48.382Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.382Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ThQxtd 0 is matching search criteria 2021-04-22T07:45:48.382Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ThQxtd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:45:48.382Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.382Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ThQxtd 0 is matching search criteria 2021-04-22T07:45:48.383Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ThQxtd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:45:48.383Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.383Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ThQxtd 0 is not matching search criteria 2021-04-22T07:45:48.383Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-22T07:45:48.383Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-22T07:45:48.383Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=32cfdca2-fd83-45b4-8a67-13a63d00a3ab 2021-04-22T07:45:48.383Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.383Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:48.384Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.384Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:48.384Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.384Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:48.384Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:48.384Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:48.384Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ThQxtd Description:service Model UUID:52f5e563-f5d4-43ab-91f7-ebf1f80dd668 Model Version:NULL Model InvariantUuid:c94894c9-5bd0-4c45-a85e-14cae7fd741e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ThQxtd Model UUID:4a6d7c1c-decc-4084-88b4-e92b8f145a0e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a138b226-9237-40ec-ba09-bfc7f94bbc38 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:61f554a5-b482-43dd-bbe2-2fda0a10abb2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5f85d277-91ba-455d-a41e-6156464f738f ModelName:BasicOnboardThqxtd..base_ubuntu18..module-0 ModelUuid:3b9c1459-dfe6-4924-9f66-8dcce6444899 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:32cfdca2-fd83-45b4-8a67-13a63d00a3ab ModelInvariantUuid:a3f0419f-31dc-4d23-b132-ae45bd99e386 ModelName:basic_onboard_ThQxtd-nodes.ubuntu18Cvfc ModelUuid:090017e7-a7ae-469a-a4f7-44527c1dbb9f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:52caf05f-02cc-45a7-b561-17ec28d72bc7 ModelInvariantUuid:d1a59316-40d6-4d85-826b-af1f5c898aea ModelName:BasicOnboardThqxtd.compute.nodes.heat.ubuntu18 ModelUuid:35bd3867-9589-4a2a-bd13-3e6e6994818f 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-04-22T07:45:48.389Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 49c6a98f-93f7-49e0-a4ac-02f03039e99a 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-04-22T07:45:48.392Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||basic_onboard_ThQxtd 0 2021-04-22T07:45:48.392Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 49c6a98f-93f7-49e0-a4ac-02f03039e99a 2021-04-22T07:45:48.392Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5d2aeb14-5281-4a74-b0fc-bef2e0222589 from URL: /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json 2021-04-22T07:45:48.392Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-22T07:45:48.392Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json 2021-04-22T07:45:49.126Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-22T07:45:49.126Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json 5d2aeb14-5281-4a74-b0fc-bef2e0222589 798 2021-04-22T07:45:49.126Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json ASDC sendASDCNotification 2021-04-22T07:45:49.126Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json 2021-04-22T07:45:49.127Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:45:49.127Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:49.129Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:49.129Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077549126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:45:49.229Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:49.230Z||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-04-22T07:45:49.230Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:49.239Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:49.239Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:50.130Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardThqxtd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "5f85d277-91ba-455d-a41e-6156464f738f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3b9c1459-dfe6-4924-9f66-8dcce6444899", "vfModuleModelCustomizationUUID": "ba9eb87f-68ef-4ab9-aa11-b83d2201f0ea", "isBase": true, "artifacts": [ "a73e1e5b-e8bd-4dad-8ddb-54c8e7877e05", "0ed03363-6cd1-47b3-94d3-a0bf61a65304" ], "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-04-22T07:45:50.133Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardThqxtd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3b9c1459-dfe6-4924-9f66-8dcce6444899 VfModuleModelInvariantUUID:5f85d277-91ba-455d-a41e-6156464f738f VfModuleModelDescription:NULL Artifacts UUID List:{ a73e1e5b-e8bd-4dad-8ddb-54c8e7877e05 , 0ed03363-6cd1-47b3-94d3-a0bf61a65304 } 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-04-22T07:45:50.135Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardThqxtd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "5f85d277-91ba-455d-a41e-6156464f738f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3b9c1459-dfe6-4924-9f66-8dcce6444899", "vfModuleModelCustomizationUUID": "ba9eb87f-68ef-4ab9-aa11-b83d2201f0ea", "isBase": true, "artifacts": [ "a73e1e5b-e8bd-4dad-8ddb-54c8e7877e05", "0ed03363-6cd1-47b3-94d3-a0bf61a65304" ], "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-04-22T07:45:50.135Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardThqxtd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3b9c1459-dfe6-4924-9f66-8dcce6444899 VfModuleModelInvariantUUID:5f85d277-91ba-455d-a41e-6156464f738f VfModuleModelDescription:NULL Artifacts UUID List:{ a73e1e5b-e8bd-4dad-8ddb-54c8e7877e05 , 0ed03363-6cd1-47b3-94d3-a0bf61a65304 } 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-04-22T07:45:50.135Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a73e1e5b-e8bd-4dad-8ddb-54c8e7877e05 from URL: /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml 2021-04-22T07:45:50.136Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-22T07:45:50.136Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml 2021-04-22T07:45:52.017Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-22T07:45:52.017Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml a73e1e5b-e8bd-4dad-8ddb-54c8e7877e05 5033 2021-04-22T07:45:52.017Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-22T07:45:52.018Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml 2021-04-22T07:45:52.018Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:45:52.018Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:52.020Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:52.020Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077552017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:45:52.121Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T07:45:52.121Z||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-04-22T07:45:52.121Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:52.130Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:52.131Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:53.020Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0ed03363-6cd1-47b3-94d3-a0bf61a65304 from URL: /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env 2021-04-22T07:45:53.021Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-22T07:45:53.021Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env 2021-04-22T07:45:53.856Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-22T07:45:53.856Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env 0ed03363-6cd1-47b3-94d3-a0bf61a65304 909 2021-04-22T07:45:53.856Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-22T07:45:53.856Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env 2021-04-22T07:45:53.856Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:45:53.856Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:53.858Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:53.858Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077553856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:45:53.959Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:53.960Z||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-04-22T07:45:53.960Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:53.975Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:53.976Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:45:54.859Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 52f5e563-f5d4-43ab-91f7-ebf1f80dd668 2021-04-22T07:45:54.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ThQxtd 0 49c6a98f-93f7-49e0-a4ac-02f03039e99a ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-22T07:45:54.875Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.875Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:54.875Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-22T07:45:54.875Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 61f554a5-b482-43dd-bbe2-2fda0a10abb2 2021-04-22T07:45:54.875Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 61f554a5-b482-43dd-bbe2-2fda0a10abb2 matches Tosca VF Customization UUID: 61f554a5-b482-43dd-bbe2-2fda0a10abb2 2021-04-22T07:45:54.875Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 61f554a5-b482-43dd-bbe2-2fda0a10abb2 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-04-22T07:45:54.878Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.879Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:54.879Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 61f554a5-b482-43dd-bbe2-2fda0a10abb2: {\"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-04-22T07:45:54.879Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a5b4b7e 2021-04-22T07:45:54.880Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.880Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-22T07:45:54.880Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba9eb87f-68ef-4ab9-aa11-b83d2201f0ea 2021-04-22T07:45:54.880Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba9eb87f-68ef-4ab9-aa11-b83d2201f0ea 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-04-22T07:45:54.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ThQxtd 0 is matching search criteria 2021-04-22T07:45:54.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ThQxtd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:45:54.885Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.885Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ThQxtd 0 is matching search criteria 2021-04-22T07:45:54.885Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ThQxtd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:45:54.885Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.885Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ThQxtd 0 is not matching search criteria 2021-04-22T07:45:54.885Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-22T07:45:54.886Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-22T07:45:54.886Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=32cfdca2-fd83-45b4-8a67-13a63d00a3ab 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-04-22T07:45:54.889Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.889Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ThQxtd 0 is matching search criteria 2021-04-22T07:45:54.889Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ThQxtd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:45:54.890Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.890Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ThQxtd 0 is matching search criteria 2021-04-22T07:45:54.890Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ThQxtd 0] matching following query criteria: sdcType=VF, customizationUUID=61f554a5-b482-43dd-bbe2-2fda0a10abb2 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-04-22T07:45:54.892Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.892Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:54.892Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 52f5e563-f5d4-43ab-91f7-ebf1f80dd668: basic_onboard_ThQxtd 2021-04-22T07:45:54.893Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.893Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:54.893Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.893Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:54.893Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.893Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:54.893Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.893Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:54.893Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:45:54.893Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ThQxtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:45:54.893Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_ThQxtd 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-04-22T07:45:54.960Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ThQxtd 49c6a98f-93f7-49e0-a4ac-02f03039e99a 1 ASDC deployResourceStructure 2021-04-22T07:45:54.960Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json ASDC sendASDCNotification 2021-04-22T07:45:54.961Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json 2021-04-22T07:45:54.961Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:45:54.961Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:54.963Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:54.963Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077554960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:45:55.063Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:55.064Z||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-04-22T07:45:55.065Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:55.076Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:55.076Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:55.964Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-22T07:45:55.964Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml 2021-04-22T07:45:55.964Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:45:55.964Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:55.966Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:55.966Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077555964, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-22T07:45:56.066Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:56.067Z||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-04-22T07:45:56.067Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:56.077Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:56.078Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:56.967Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-22T07:45:56.967Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env 2021-04-22T07:45:56.967Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:45:56.967Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:56.969Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:56.969Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077556967, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-22T07:45:57.069Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:57.070Z||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-04-22T07:45:57.070Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:57.083Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:57.083Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:57.970Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar ASDC sendASDCNotification 2021-04-22T07:45:57.970Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar 2021-04-22T07:45:57.970Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:45:57.970Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:45:57.971Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:45:57.972Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077557970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:45:58.072Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:45:58.073Z||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-04-22T07:45:58.073Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:45:58.082Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:45:58.083Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:45:58.972Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7f31190-a7e0-4f4b-bb14-0b94deea007c 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-04-22T07:45:58.985Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7f31190-a7e0-4f4b-bb14-0b94deea007c 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-04-22T07:45:58.989Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:45:58.989Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-22T07:45:58.989Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-22T07:45:58.989Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-22T07:45:58.989Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:45:58.989Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:45:58.989Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:45:58.989Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:45:58.989Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:45:58.989Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:45:58.990Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||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-04-22T07:45:58.996Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-22T07:46:23.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:46:23.786Z||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-04-22T07:46:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:46:24.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:46:24.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "352c9b64-daae-47b5-9496-c69c2f9299b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077533484, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T07:46:24.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:46:24.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:46:24.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T07:46:24.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:46:24.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T07:46:24.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-22T07:46:24.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T07:46:24.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:46:24.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T07:46:24.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-22T07:46:24.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T07:46:24.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:46:24.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T07:46:24.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077534502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:46:24.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T07:46:24.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077546054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077549126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077552017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077553856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077554960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/basic_onboard_thqxtd0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:46:24.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077555964, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-22T07:46:24.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:46:24.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077556967, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/resourceInstances/basic_onboard_thqxtd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-22T07:46:24.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:46:24.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:46:24.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077557970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThqxtd/1.0/artifacts/service-BasicOnboardThqxtd-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:46:24.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:46:28.996Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7f31190-a7e0-4f4b-bb14-0b94deea007c 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-04-22T07:46:29.001Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7f31190-a7e0-4f4b-bb14-0b94deea007c and serviceModelVersionId: 52f5e563-f5d4-43ab-91f7-ebf1f80dd668 2021-04-22T07:46:29.001Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c94894c9-5bd0-4c45-a85e-14cae7fd741e 2021-04-22T07:46:29.002Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c94894c9-5bd0-4c45-a85e-14cae7fd741e/model-vers/model-ver/52f5e563-f5d4-43ab-91f7-ebf1f80dd668?depth=0 2021-04-22T07:46:29.006Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-22T07:46:29.033Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c94894c9-5bd0-4c45-a85e-14cae7fd741e/model-vers/model-ver/52f5e563-f5d4-43ab-91f7-ebf1f80dd668?depth=0|INFO|500||Invoke 2021-04-22T07:46:29.033Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c94894c9-5bd0-4c45-a85e-14cae7fd741e/model-vers/model-ver/52f5e563-f5d4-43ab-91f7-ebf1f80dd668?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c94894c9-5bd0-4c45-a85e-14cae7fd741e/model-vers/model-ver/52f5e563-f5d4-43ab-91f7-ebf1f80dd668?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d7f31190-a7e0-4f4b-bb14-0b94deea007c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7b493c4a-1cda-49fd-9a44-9dacc29975b0], X-ECOMP-RequestID=[d7f31190-a7e0-4f4b-bb14-0b94deea007c], X-TransactionId=[], X-ONAP-RequestID=[d7f31190-a7e0-4f4b-bb14-0b94deea007c], Content-Type=[application/merge-patch+json]} 2021-04-22T07:46:29.057Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c94894c9-5bd0-4c45-a85e-14cae7fd741e/model-vers/model-ver/52f5e563-f5d4-43ab-91f7-ebf1f80dd668?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-22T07:46:29.256Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c94894c9-5bd0-4c45-a85e-14cae7fd741e/model-vers/model-ver/52f5e563-f5d4-43ab-91f7-ebf1f80dd668?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/c94894c9-5bd0-4c45-a85e-14cae7fd741e/model-vers/model-ver/52f5e563-f5d4-43ab-91f7-ebf1f80dd668?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210422-07:46:29:062-83748], vertex-id=[389184], Content-Length=[0], Date=[Thu, 22 Apr 2021 07:46:29 GMT], Content-Type=[application/json]} 2021-04-22T07:46:29.256Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c94894c9-5bd0-4c45-a85e-14cae7fd741e/model-vers/model-ver/52f5e563-f5d4-43ab-91f7-ebf1f80dd668?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-22T07:46:29.257Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c94894c9-5bd0-4c45-a85e-14cae7fd741e/model-vers/model-ver/52f5e563-f5d4-43ab-91f7-ebf1f80dd668?depth=0|INFO|500||InvokeReturn 2021-04-22T07:46:29.258Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-22T07:46:29.258Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||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-04-22T07:46:29.263Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||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-04-22T07:46:29.263Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7f31190-a7e0-4f4b-bb14-0b94deea007c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-22T07:46:29.263Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-22T07:46:29.263Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:46:29.266Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:46:29.266Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077589263, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T07:46:29.366Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:46:29.366Z||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-04-22T07:46:29.367Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:46:29.377Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:46:29.378Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-22T07:46:30.278Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:46:30.278Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:46:30.278Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:46:39.812Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:46:39.813Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:46:39.813Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:46:39.813Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:46:49.346Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:46:49.346Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:46:49.347Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T07:46:49.347Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:46:58.880Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:46:58.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:46:58.881Z||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-04-22T07:46:58.881Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:47:08.414Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:47:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:47:23.784Z||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-04-22T07:47:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:47:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:47:23.786Z||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-04-22T07:47:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:47:24.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:47:24.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T07:47:24.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7f31190-a7e0-4f4b-bb14-0b94deea007c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077589263, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T07:47:24.406Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:47:33.316Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:48:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:48:23.785Z||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-04-22T07:48:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:48:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:48:23.786Z||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-04-22T07:48:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:48:33.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:48:33.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:49:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:49:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:49:23.785Z||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-04-22T07:49:23.786Z||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-04-22T07:49:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:49:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:49:33.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:49:33.327Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:50:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:50:23.785Z||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-04-22T07:50:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:50:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:50:23.786Z||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-04-22T07:50:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:50:33.325Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:50:33.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:51:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:51:23.784Z||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-04-22T07:51:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:51:23.785Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:51:23.786Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|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-04-22T07:51:23.786Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:51:33.322Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:51:33.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:52:23.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:52:23.784Z||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-04-22T07:52:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:52:23.785Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:52:23.786Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|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-04-22T07:52:23.786Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:52:24.412Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:52:24.412Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:52:24.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.413Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e7ce663-6f74-47df-8596-c08112a29df3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2ceb9675-00c1-4183-ba8e-6fa44e3b1310","serviceDescription":"service","serviceInvariantUUID":"faec4fd0-9152-4267-b195-1c455e96f5d0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"038e4fac-2017-47d3-b7ab-226f678fc85a","resourceInvariantUUID":"efcd8b70-577a-4722-a3a7-2f08588114f9","resourceCustomizationUUID":"b9a8929b-9902-471f-99bc-e56541615370","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":"YmU5YzU0NTg1YjI0NWVhNzBlMzZlMDZkYTI1MDBlM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f42be18-7329-4418-a675-5fc8a72f4380","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzY1NTk4NjA5NjRhZGNhYTk2MTU0MjM5NGQ2YWMzMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12c75c6c-3538-4274-9d9c-c6b95cbc38a3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-22T07:52:24.413Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "ves-openapi-manager", "timestamp": 1619077892166, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:52:24.413Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077896985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077893860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "ves-openapi-manager", "timestamp": 1619077892166, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077896985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.414Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077893860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "aai-ml", "timestamp": 1619077899179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "multicloud-k8s-id", "timestamp": 1619077899609, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "aai-ml", "timestamp": 1619077899179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:52:24.415Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "multicloud-k8s-id", "timestamp": 1619077899609, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.415Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077901371, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:52:24.415Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "cds", "timestamp": 1619077901229, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "aai-ml", "timestamp": 1619077902460, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "cds", "timestamp": 1619077901229, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077902915, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.416Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077903919, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2021-04-22T07:52:24.418Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:52:24.418Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077943784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-22T07:52:24.431Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e7ce663-6f74-47df-8596-c08112a29df3 2021-04-22T07:52:24.432Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e7ce663-6f74-47df-8596-c08112a29df3 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-04-22T07:52:24.440Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.440Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "dcae-sch", "timestamp": 1619077903403, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:52:24.440Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.440Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.441Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "cds", "timestamp": 1619077904355, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:52:24.441Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:52:24.441Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.441Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "dcae-sch", "timestamp": 1619077903403, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:52:24.441Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.441Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.441Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "cds", "timestamp": 1619077905359, "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-04-22T07:52:24.445Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e7ce663-6f74-47df-8596-c08112a29df3 2021-04-22T07:52:24.445Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e7ce663-6f74-47df-8596-c08112a29df3 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-04-22T07:52:24.455Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.455Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "aai-ml", "timestamp": 1619077905752, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:52:24.456Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:52:24.456Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.456Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "multicloud-windriver-id", "timestamp": 1619077905597, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:52:24.456Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.456Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.456Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "aai-ml", "timestamp": 1619077906755, "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-04-22T07:52:24.460Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e7ce663-6f74-47df-8596-c08112a29df3 2021-04-22T07:52:24.460Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e7ce663-6f74-47df-8596-c08112a29df3 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-04-22T07:52:24.467Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.467Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "multicloud-windriver-id", "timestamp": 1619077905597, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "policy-id", "timestamp": 1619077908029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "policy-id", "timestamp": 1619077908029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "policy-id", "timestamp": 1619077912667, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "policy-id", "timestamp": 1619077913670, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:52:24.468Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.469Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "clamp", "timestamp": 1619077913724, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:52:24.469Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.469Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.469Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "policy-id", "timestamp": 1619077914672, "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-04-22T07:52:24.473Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e7ce663-6f74-47df-8596-c08112a29df3 2021-04-22T07:52:24.473Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e7ce663-6f74-47df-8596-c08112a29df3 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-04-22T07:52:24.480Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.480Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "clamp", "timestamp": 1619077913724, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:52:24.481Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:52:24.481Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.481Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "clamp", "timestamp": 1619077920410, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:52:24.481Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:52:24.481Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.481Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "clamp", "timestamp": 1619077921427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:52:24.481Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:52:24.481Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:52:24.481Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "clamp", "timestamp": 1619077922429, "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-04-22T07:52:24.485Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e7ce663-6f74-47df-8596-c08112a29df3 2021-04-22T07:52:24.485Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e7ce663-6f74-47df-8596-c08112a29df3 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-04-22T07:52:24.518Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:52:24.519Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:52:24.519Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:52:24.528Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:52:24.528Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:52:25.419Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:52:25.420Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:52:25.422Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:52:25.423Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077943784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:52:25.523Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:52:25.523Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:52:25.523Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:52:25.532Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:52:25.533Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:52:26.423Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2ceb9675-00c1-4183-ba8e-6fa44e3b1310", "serviceDescription": "service", "serviceInvariantUUID": "faec4fd0-9152-4267-b195-1c455e96f5d0", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "b9a8929b-9902-471f-99bc-e56541615370", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "038e4fac-2017-47d3-b7ab-226f678fc85a", "resourceInvariantUUID": "efcd8b70-577a-4722-a3a7-2f08588114f9", "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": "YzY1NTk4NjA5NjRhZGNhYTk2MTU0MjM5NGQ2YWMzMTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "12c75c6c-3538-4274-9d9c-c6b95cbc38a3" } ], "workloadContext": "Production" } 2021-04-22T07:52:26.424Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-22T07:52:26.424Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ceb9675-00c1-4183-ba8e-6fa44e3b1310 ASDC 2021-04-22T07:52:26.424Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:6e7ce663-6f74-47df-8596-c08112a29df3 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2ceb9675-00c1-4183-ba8e-6fa44e3b1310 ServiceInvariantUUID:faec4fd0-9152-4267-b195-1c455e96f5d0 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:12c75c6c-3538-4274-9d9c-c6b95cbc38a3 ArtifactChecksum:YzY1NTk4NjA5NjRhZGNhYTk2MTU0MjM5NGQ2YWMzMTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:b9a8929b-9902-471f-99bc-e56541615370 ResourceInvariantUUID:efcd8b70-577a-4722-a3a7-2f08588114f9 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:038e4fac-2017-47d3-b7ab-226f678fc85a ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-04-22T07:52:26.424Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ceb9675-00c1-4183-ba8e-6fa44e3b1310 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-22T07:52:26.447Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T07:52:26.447Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-04-22T07:52:26.447Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-04-22T07:52:26.447Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 12c75c6c-3538-4274-9d9c-c6b95cbc38a3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-22T07:52:26.448Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-04-22T07:52:26.448Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-22T07:52:26.609Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-04-22T07:52:26.611Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 12c75c6c-3538-4274-9d9c-c6b95cbc38a3 52219 2021-04-22T07:52:26.611Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-22T07:52:26.611Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-22T07:52:26.611Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:52:26.612Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:52:26.613Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:52:26.614Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077946611, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:52:26.714Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:52:26.714Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:52:26.714Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:52:26.723Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:52:26.723Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:52:27.614Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T07:52:27.615Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-04-22T07:52:27.615Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 12c75c6c-3538-4274-9d9c-c6b95cbc38a3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-22T07:52:27.616Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-04-22T07:52:27.616Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-22T07:52:27.616Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-22T07:52:27.703Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8888711952880675585/Definitions/service-BasicNetwork-template.yml 2021-04-22T07:52:28.115Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-22T07:52:28.115Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-04-22T07:52:28.115Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.116Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-22T07:52:28.117Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-04-22T07:52:28.117Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T07:52:28.117Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.117Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.117Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-22T07:52:28.117Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-04-22T07:52:28.117Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T07:52:28.117Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.117Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.117Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.117Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.117Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.118Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.118Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.118Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.118Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.118Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.118Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2ceb9675-00c1-4183-ba8e-6fa44e3b1310 Model Version:NULL Model InvariantUuid:faec4fd0-9152-4267-b195-1c455e96f5d0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:efcd8b70-577a-4722-a3a7-2f08588114f9 Model UUID:c3b83572-ddc5-4157-aa36-5cf547139095 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:b9a8929b-9902-471f-99bc-e56541615370 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-04-22T07:52:28.124Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 038e4fac-2017-47d3-b7ab-226f678fc85a 2021-04-22T07:52:28.124Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||No resources found for Service: 2ceb9675-00c1-4183-ba8e-6fa44e3b1310 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-04-22T07:52:28.126Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500|| 2021-04-22T07:52:28.127Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-04-22T07:52:28.127Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 2ceb9675-00c1-4183-ba8e-6fa44e3b1310 2021-04-22T07:52:28.127Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 2ceb9675-00c1-4183-ba8e-6fa44e3b1310 2021-04-22T07:52:28.127Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-04-22T07:52:28.127Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:28.131Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.131Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.131Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.131Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.132Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 2ceb9675-00c1-4183-ba8e-6fa44e3b1310: Generic NeutronNet 2021-04-22T07:52:28.132Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.132Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.132Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.132Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:28.157Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.157Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.158Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.158Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.158Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:52:28.158Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:52:28.158Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:28.201Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-04-22T07:52:28.201Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-22T07:52:28.201Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-22T07:52:28.201Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:52:28.201Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:52:28.203Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:52:28.203Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077948201, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:52:28.303Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:52:28.304Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:52:28.304Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:52:28.313Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:52:28.314Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:52:29.204Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e7ce663-6f74-47df-8596-c08112a29df3 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-04-22T07:52:29.213Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e7ce663-6f74-47df-8596-c08112a29df3 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-04-22T07:52:29.215Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:52:29.215Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-22T07:52:29.215Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-22T07:52:29.215Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-22T07:52:29.215Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:52:29.215Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:52:29.216Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:52:29.216Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:52:29.216Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:52:29.216Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:52:29.216Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:29.221Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-22T07:52:59.221Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e7ce663-6f74-47df-8596-c08112a29df3 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-04-22T07:52:59.227Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e7ce663-6f74-47df-8596-c08112a29df3 and serviceModelVersionId: 2ceb9675-00c1-4183-ba8e-6fa44e3b1310 2021-04-22T07:52:59.227Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : faec4fd0-9152-4267-b195-1c455e96f5d0 2021-04-22T07:52:59.228Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/faec4fd0-9152-4267-b195-1c455e96f5d0/model-vers/model-ver/2ceb9675-00c1-4183-ba8e-6fa44e3b1310?depth=0 2021-04-22T07:52:59.234Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-04-22T07:52:59.267Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/faec4fd0-9152-4267-b195-1c455e96f5d0/model-vers/model-ver/2ceb9675-00c1-4183-ba8e-6fa44e3b1310?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-22T07:52:59.268Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/faec4fd0-9152-4267-b195-1c455e96f5d0/model-vers/model-ver/2ceb9675-00c1-4183-ba8e-6fa44e3b1310?depth=0|INFO|500||Invoke 2021-04-22T07:52:59.289Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/faec4fd0-9152-4267-b195-1c455e96f5d0/model-vers/model-ver/2ceb9675-00c1-4183-ba8e-6fa44e3b1310?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-22T07:52:59.387Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/faec4fd0-9152-4267-b195-1c455e96f5d0/model-vers/model-ver/2ceb9675-00c1-4183-ba8e-6fa44e3b1310?depth=0|INFO|500||InvokeReturn 2021-04-22T07:52:59.387Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/faec4fd0-9152-4267-b195-1c455e96f5d0/model-vers/model-ver/2ceb9675-00c1-4183-ba8e-6fa44e3b1310?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210422-07:52:59:296-22287], vertex-id=[135400], Content-Length=[0], Date=[Thu, 22 Apr 2021 07:52:59 GMT], Content-Type=[application/json]} 2021-04-22T07:52:59.388Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-04-22T07:52:59.388Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-22T07:52:59.388Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:59.392Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||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-04-22T07:52:59.392Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e7ce663-6f74-47df-8596-c08112a29df3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-22T07:52:59.392Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-22T07:52:59.393Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:52:59.394Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:52:59.395Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077979392, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T07:52:59.495Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:52:59.495Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:52:59.495Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:52:59.506Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:52:59.507Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-22T07:53:23.784Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:53:23.784Z|6e7ce663-6f74-47df-8596-c08112a29df3|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-04-22T07:53:23.784Z|6e7ce663-6f74-47df-8596-c08112a29df3|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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:53:23.785Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:53:23.786Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|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-04-22T07:53:23.786Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:53:23.903Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:53:23.903Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:53:23.903Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077943784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:53:23.904Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:53:24.403Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:53:24.404Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-22T07:53:24.404Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"14175eef-c55f-4891-a52e-09925ca16923","serviceName":"Demo_pNF_3brOV8ONobpiG1TrJc6k","serviceVersion":"1.0","serviceUUID":"f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda","serviceDescription":"catalog service description","serviceInvariantUUID":"09bfd569-aec5-4399-9fdb-fd972a5afd27","resources":[{"resourceInstanceName":"pNF ea349583-e7f8 0","resourceName":"pNF ea349583-e7f8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"170c5dfa-3945-4fc0-8577-2b6f07a570a2","resourceInvariantUUID":"52199799-a180-4912-ba0b-9f72cc1098cf","resourceCustomizationUUID":"ed8b8e5c-1097-4835-a9fb-b3973c206af3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml","artifactChecksum":"MGNkZWJlMDBlNGExYjkzYjYwYmZmMDNmZWVjYjBjYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a855fd4-b2a9-4fdd-b430-51f9a916e23e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar","artifactChecksum":"MzM4NmYzNzUwYTUyNTBjOTZkODA3Yzc2NGFmMTVlNmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3315978a-a1e4-43b8-8c10-c214c79a886a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"867e1fb7-5375-4821-93aa-4a2acbc44300","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml","artifactChecksum":"Yzk1ZWM3Y2IyMjYwODdiZWI3Y2U5YzY3MGMyZTFkNDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5baeb08c-8da9-4044-8e7c-d5c297e1346d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39c0e2f8-f8b9-48c7-9001-e20fcd920305","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcb5ca76-06b2-424c-b37d-70327fdb2550","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3brov8onobpig1trjc6k-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml","artifactChecksum":"MDIyZDdmOWYzMDg0YzlhNjRmZTBlNWZjNjEzMzY5MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ef1f076-8b63-4583-8455-6486d366250b","artifactVersion":"1"},{"artifactName":"service-DemoPnf3brov8onobpig1trjc6k-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar","artifactChecksum":"ZjEwYThjMDEwOGVhZjZkZDA0OWQ4MzBjMThmYzc5MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bafcfb19-a168-4037-a755-921a8dd15af9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-22T07:53:24.406Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:53:24.406Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:53:24.407Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:53:24.408Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:53:24.508Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:53:24.509Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:53:24.509Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:53:24.518Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:53:24.518Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:53:25.408Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:53:25.409Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:53:25.410Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:53:25.410Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:53:25.510Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:53:25.511Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:53:25.511Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:53:25.520Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:53:25.520Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:53:26.410Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:53:26.411Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:53:26.413Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:53:26.413Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-22T07:53:26.513Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:53:26.513Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:53:26.513Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:53:26.522Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:53:26.523Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:53:27.413Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:53:27.414Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:53:27.416Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:53:27.416Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:53:27.516Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:53:27.517Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:53:27.517Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:53:27.526Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:53:27.526Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:53:28.416Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:53:28.417Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:53:28.418Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:53:28.419Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:53:28.519Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:53:28.519Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:53:28.519Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:53:28.530Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:53:28.530Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:53:29.419Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:53:29.420Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:53:29.422Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:53:29.422Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:53:29.522Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:53:29.523Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:53:29.523Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:53:29.536Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:53:29.537Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:53:30.422Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:53:30.423Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:53:30.425Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:53:30.425Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:53:30.525Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:53:30.526Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:53:30.526Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:53:30.536Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:53:30.537Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:53:31.426Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:53:31.427Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:53:31.429Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:53:31.429Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:53:31.529Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:53:31.530Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:53:31.530Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:53:31.540Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:53:31.540Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:53:32.430Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "serviceName": "Demo_pNF_3brOV8ONobpiG1TrJc6k", "serviceVersion": "1.0", "serviceUUID": "f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda", "serviceDescription": "catalog service description", "serviceInvariantUUID": "09bfd569-aec5-4399-9fdb-fd972a5afd27", "resources": [ { "resourceInstanceName": "pNF ea349583-e7f8 0", "resourceCustomizationUUID": "ed8b8e5c-1097-4835-a9fb-b3973c206af3", "resourceName": "pNF ea349583-e7f8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "170c5dfa-3945-4fc0-8577-2b6f07a570a2", "resourceInvariantUUID": "52199799-a180-4912-ba0b-9f72cc1098cf", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "artifactChecksum": "ZjEwYThjMDEwOGVhZjZkZDA0OWQ4MzBjMThmYzc5MTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bafcfb19-a168-4037-a755-921a8dd15af9" } ], "workloadContext": "Production" } 2021-04-22T07:53:32.430Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-22T07:53:32.430Z|6e7ce663-6f74-47df-8596-c08112a29df3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda ASDC 2021-04-22T07:53:32.431Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:14175eef-c55f-4891-a52e-09925ca16923 ServiceName:Demo_pNF_3brOV8ONobpiG1TrJc6k ServiceVersion:1.0 ServiceUUID:f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda ServiceInvariantUUID:09bfd569-aec5-4399-9fdb-fd972a5afd27 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf3brov8onobpig1trjc6k-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar ArtifactUUID:bafcfb19-a168-4037-a755-921a8dd15af9 ArtifactChecksum:ZjEwYThjMDEwOGVhZjZkZDA0OWQ4MzBjMThmYzc5MTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF ea349583-e7f8 0 ResourceCustomizationUUID:ed8b8e5c-1097-4835-a9fb-b3973c206af3 ResourceInvariantUUID:52199799-a180-4912-ba0b-9f72cc1098cf ResourceName:pNF ea349583-e7f8 ResourceType:PNF ResourceUUID:170c5dfa-3945-4fc0-8577-2b6f07a570a2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-22T07:53:32.431Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda 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-04-22T07:53:32.453Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T07:53:32.454Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-04-22T07:53:32.454Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-04-22T07:53:32.454Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bafcfb19-a168-4037-a755-921a8dd15af9 from URL: /sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:32.454Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-04-22T07:53:32.454Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:33.270Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-04-22T07:53:33.274Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar bafcfb19-a168-4037-a755-921a8dd15af9 83312 2021-04-22T07:53:33.274Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar ASDC sendASDCNotification 2021-04-22T07:53:33.274Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:33.274Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:53:33.274Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:53:33.276Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:53:33.276Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078013274, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:53:33.376Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:53:33.377Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:53:33.377Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:53:33.387Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:53:33.387Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:53:34.277Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T07:53:34.278Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-04-22T07:53:34.278Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bafcfb19-a168-4037-a755-921a8dd15af9, URL: /sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar to file: /app/ASDC/1/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:34.278Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:34.278Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:34.278Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:34.407Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3094158107837184778/Definitions/service-DemoPnf3brov8onobpig1trjc6k-template.yml 2021-04-22T07:53:35.011Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-22T07:53:35.012Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-04-22T07:53:35.012Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:35.012Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-22T07:53:35.012Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:35.012Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:35.012Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ea349583-e7f8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:35.013Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:35.013Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||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-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:35.013Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||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-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:35.013Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||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-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:35.013Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ea349583-e7f8 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:35.013Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-04-22T07:53:35.013Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:53:35.013Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3brOV8ONobpiG1TrJc6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:53:35.013Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Node template pNF ea349583-e7f8 0 is matching search criteria 2021-04-22T07:53:35.013Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-04-22T07:53:35.013Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF ea349583-e7f8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3brOV8ONobpiG1TrJc6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Node template pNF ea349583-e7f8 0 is matching search criteria 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF ea349583-e7f8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3brOV8ONobpiG1TrJc6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3brOV8ONobpiG1TrJc6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3brOV8ONobpiG1TrJc6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:53:35.014Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3brOV8ONobpiG1TrJc6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:53:35.015Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:53:35.015Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3brOV8ONobpiG1TrJc6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:53:35.015Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_3brOV8ONobpiG1TrJc6k Description:catalog service description Model UUID:f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda Model Version:NULL Model InvariantUuid:09bfd569-aec5-4399-9fdb-fd972a5afd27 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-22T07:53:35.019Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 170c5dfa-3945-4fc0-8577-2b6f07a570a2 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-04-22T07:53:35.021Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||pNF ea349583-e7f8 0 2021-04-22T07:53:35.021Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 170c5dfa-3945-4fc0-8577-2b6f07a570a2 2021-04-22T07:53:35.021Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||No resources found for Service: f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda 2021-04-22T07:53:35.021Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda 2021-04-22T07:53:35.022Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ea349583-e7f8 0 170c5dfa-3945-4fc0-8577-2b6f07a570a2 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-22T07:53:35.025Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:53:35.026Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3brOV8ONobpiG1TrJc6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:53:35.026Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda: pNF ea349583-e7f8 2021-04-22T07:53:35.026Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||Processing PNF resource: 170c5dfa-3945-4fc0-8577-2b6f07a570a2 2021-04-22T07:53:35.026Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:53:35.026Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_3brOV8ONobpiG1TrJc6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:53:35.026Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||Resource customization UUID: ed8b8e5c-1097-4835-a9fb-b3973c206af3 is the same as notified resource customizationUUID: ed8b8e5c-1097-4835-a9fb-b3973c206af3 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? 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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? 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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-22T07:53:35.062Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ea349583-e7f8 170c5dfa-3945-4fc0-8577-2b6f07a570a2 0 ASDC deployResourceStructure 2021-04-22T07:53:35.062Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar ASDC sendASDCNotification 2021-04-22T07:53:35.063Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar 2021-04-22T07:53:35.063Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:53:35.063Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:53:35.064Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:53:35.064Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078015062, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:53:35.165Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T07:53:35.166Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:53:35.166Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:53:35.177Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:53:35.177Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:53:36.069Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14175eef-c55f-4891-a52e-09925ca16923 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-04-22T07:53:36.077Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14175eef-c55f-4891-a52e-09925ca16923 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-04-22T07:53:36.079Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:53:36.079Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T07:53:36.079Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T07:54:06.079Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14175eef-c55f-4891-a52e-09925ca16923 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-04-22T07:54:06.086Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14175eef-c55f-4891-a52e-09925ca16923 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-04-22T07:54:06.090Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:54:06.090Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T07:54:06.090Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T07:54:23.786Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:54:23.786Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|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-04-22T07:54:23.786Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:54:23.857Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:54:23.859Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.859Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077943784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:54:23.859Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.859Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.859Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077946611, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:54:23.859Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.859Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.859Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077948201, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "cds", "timestamp": 1619077961229, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "aai-ml", "timestamp": 1619077959179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077956985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-k8s-id", "timestamp": 1619077959609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "dcae-sch", "timestamp": 1619077963403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "cds", "timestamp": 1619077961229, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.860Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "dcae-sch", "timestamp": 1619077963403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "aai-ml", "timestamp": 1619077959179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077956985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-k8s-id", "timestamp": 1619077959609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-windriver-id", "timestamp": 1619077965597, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-k8s-id", "timestamp": 1619077959609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "aai-ml", "timestamp": 1619077959179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.861Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "dcae-sch", "timestamp": 1619077963403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "cds", "timestamp": 1619077961229, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077956985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-windriver-id", "timestamp": 1619077965597, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-k8s-id", "timestamp": 1619077959609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077956985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "aai-ml", "timestamp": 1619077959179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "dcae-sch", "timestamp": 1619077963403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "cds", "timestamp": 1619077961229, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.862Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-windriver-id", "timestamp": 1619077965597, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "policy-id", "timestamp": 1619077968029, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "aai-ml", "timestamp": 1619077959179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "dcae-sch", "timestamp": 1619077963403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "cds", "timestamp": 1619077961229, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-k8s-id", "timestamp": 1619077959609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077956985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.863Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-windriver-id", "timestamp": 1619077965597, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "policy-id", "timestamp": 1619077968029, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-k8s-id", "timestamp": 1619077959609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077956985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "dcae-sch", "timestamp": 1619077963403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "cds", "timestamp": 1619077961229, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "aai-ml", "timestamp": 1619077959179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-windriver-id", "timestamp": 1619077965597, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.864Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-k8s-id", "timestamp": 1619077959609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "cds", "timestamp": 1619077961229, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "dcae-sch", "timestamp": 1619077963403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "aai-ml", "timestamp": 1619077959179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077956985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "policy-id", "timestamp": 1619077968029, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.865Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-windriver-id", "timestamp": 1619077965597, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "policy-id", "timestamp": 1619077968029, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-k8s-id", "timestamp": 1619077959609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "cds", "timestamp": 1619077961229, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "dcae-sch", "timestamp": 1619077963403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-starlingx-id", "timestamp": 1619077956985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "aai-ml", "timestamp": 1619077959179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-windriver-id", "timestamp": 1619077965597, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.866Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "policy-id", "timestamp": 1619077968029, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "ves-openapi-manager", "timestamp": 1619077972166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "multicloud-windriver-id", "timestamp": 1619077965597, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "cds", "timestamp": 1619077973358, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "aai-ml", "timestamp": 1619077973362, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "policy-id", "timestamp": 1619077968029, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "ves-openapi-manager", "timestamp": 1619077972166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "clamp", "timestamp": 1619077973724, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.867Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "cds", "timestamp": 1619077974362, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-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-04-22T07:54:23.873Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14175eef-c55f-4891-a52e-09925ca16923 2021-04-22T07:54:23.873Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14175eef-c55f-4891-a52e-09925ca16923 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-04-22T07:54:23.881Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "policy-id", "timestamp": 1619077968029, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "ves-openapi-manager", "timestamp": 1619077972166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "clamp", "timestamp": 1619077973724, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "policy-id", "timestamp": 1619077968029, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "ves-openapi-manager", "timestamp": 1619077972166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.882Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "clamp", "timestamp": 1619077973724, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "ves-openapi-manager", "timestamp": 1619077972166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "clamp", "timestamp": 1619077973724, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "policy-id", "timestamp": 1619077977750, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "ves-openapi-manager", "timestamp": 1619077972166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "clamp", "timestamp": 1619077973724, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.883Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "aai-ml", "timestamp": 1619077978717, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "policy-id", "timestamp": 1619077978753, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "ves-openapi-manager", "timestamp": 1619077972166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "clamp", "timestamp": 1619077973724, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e7ce663-6f74-47df-8596-c08112a29df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619077979392, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.884Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "aai-ml", "timestamp": 1619077979720, "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-04-22T07:54:23.889Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 14175eef-c55f-4891-a52e-09925ca16923 2021-04-22T07:54:23.890Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14175eef-c55f-4891-a52e-09925ca16923 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-04-22T07:54:23.897Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.897Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "policy-id", "timestamp": 1619077979755, "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-04-22T07:54:23.902Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14175eef-c55f-4891-a52e-09925ca16923 2021-04-22T07:54:23.902Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14175eef-c55f-4891-a52e-09925ca16923 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-04-22T07:54:23.910Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.911Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "ves-openapi-manager", "timestamp": 1619077972166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.911Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.911Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.911Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "clamp", "timestamp": 1619077973724, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.911Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.911Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.911Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "clamp", "timestamp": 1619077973724, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:54:23.911Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.911Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.911Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "ves-openapi-manager", "timestamp": 1619077981682, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:54:23.911Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.911Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.912Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "ves-openapi-manager", "timestamp": 1619077982938, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-22T07:54:23.912Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.912Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.912Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "ves-openapi-manager", "timestamp": 1619077983941, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-22T07:54:23.916Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 14175eef-c55f-4891-a52e-09925ca16923 2021-04-22T07:54:23.917Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14175eef-c55f-4891-a52e-09925ca16923 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-22T07:54:23.924Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077983861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077983861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077983861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077983861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077983861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.925Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077983861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077983861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077983861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "clamp", "timestamp": 1619077992746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077993755, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.926Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.927Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "clamp", "timestamp": 1619077993764, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:54:23.927Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.927Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.927Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "clamp", "timestamp": 1619077994766, "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-04-22T07:54:23.932Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 14175eef-c55f-4891-a52e-09925ca16923 2021-04-22T07:54:23.932Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14175eef-c55f-4891-a52e-09925ca16923 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-04-22T07:54:23.941Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.941Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077995462, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:54:23.941Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:54:23.941Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-22T07:54:23.941Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619077996465, "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-04-22T07:54:23.946Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14175eef-c55f-4891-a52e-09925ca16923 2021-04-22T07:54:23.946Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14175eef-c55f-4891-a52e-09925ca16923 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-04-22T07:54:36.090Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14175eef-c55f-4891-a52e-09925ca16923 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-04-22T07:54:36.100Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14175eef-c55f-4891-a52e-09925ca16923 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-04-22T07:54:36.103Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:54:36.103Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-22T07:54:36.103Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-22T07:54:36.103Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-22T07:54:36.103Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:54:36.103Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:54:36.103Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:54:36.103Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:54:36.103Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:54:36.103Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:54:36.103Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:54:36.103Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||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-04-22T07:54:36.108Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-22T07:55:06.108Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 14175eef-c55f-4891-a52e-09925ca16923 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-04-22T07:55:06.115Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14175eef-c55f-4891-a52e-09925ca16923 and serviceModelVersionId: f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda 2021-04-22T07:55:06.115Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09bfd569-aec5-4399-9fdb-fd972a5afd27 2021-04-22T07:55:06.115Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09bfd569-aec5-4399-9fdb-fd972a5afd27/model-vers/model-ver/f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda?depth=0 2021-04-22T07:55:06.120Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-04-22T07:55:06.152Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09bfd569-aec5-4399-9fdb-fd972a5afd27/model-vers/model-ver/f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-22T07:55:06.153Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09bfd569-aec5-4399-9fdb-fd972a5afd27/model-vers/model-ver/f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda?depth=0|INFO|500||Invoke 2021-04-22T07:55:06.173Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09bfd569-aec5-4399-9fdb-fd972a5afd27/model-vers/model-ver/f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-22T07:55:06.260Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09bfd569-aec5-4399-9fdb-fd972a5afd27/model-vers/model-ver/f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda?depth=0|INFO|500||InvokeReturn 2021-04-22T07:55:06.260Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09bfd569-aec5-4399-9fdb-fd972a5afd27/model-vers/model-ver/f05e18eb-8e37-4bd4-a528-d3a5f6bc9bda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210422-07:55:06:180-87942], vertex-id=[143592], Content-Length=[0], Date=[Thu, 22 Apr 2021 07:55:06 GMT], Content-Type=[application/json]} 2021-04-22T07:55:06.260Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-04-22T07:55:06.260Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-22T07:55:06.260Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||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-04-22T07:55:06.264Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||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-04-22T07:55:06.264Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14175eef-c55f-4891-a52e-09925ca16923 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-22T07:55:06.265Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-22T07:55:06.265Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:55:06.266Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:55:06.267Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078106265, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T07:55:06.367Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:55:06.367Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:55:06.367Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:55:06.378Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:55:06.378Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-22T07:55:07.275Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:55:07.276Z|14175eef-c55f-4891-a52e-09925ca16923|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-04-22T07:55:07.276Z|14175eef-c55f-4891-a52e-09925ca16923|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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:55:16.811Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:55:23.784Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:55:23.784Z|14175eef-c55f-4891-a52e-09925ca16923|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-04-22T07:55:23.784Z|14175eef-c55f-4891-a52e-09925ca16923|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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:55:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:55:23.786Z||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-04-22T07:55:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:55:23.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:55:23.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-22T07:55:23.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:55:23.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-22T07:55:23.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/resourceInstances/pnfea349583e7f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-22T07:55:23.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-22T07:55:23.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:55:23.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-22T07:55:23.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-22T07:55:23.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078003784, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:55:23.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-22T07:55:23.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-22T07:55:23.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078013274, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:55:23.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:55:23.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-22T07:55:23.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078015062, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3brov8onobpig1trjc6k/1.0/artifacts/service-DemoPnf3brov8onobpig1trjc6k-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:55:23.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:55:33.320Z|14175eef-c55f-4891-a52e-09925ca16923|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:23.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:56:23.784Z||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-04-22T07:56:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:56:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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-04-22T07:56:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:23.812Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:23.812Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:56:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "14175eef-c55f-4891-a52e-09925ca16923", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078106265, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T07:56:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:56:24.410Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:24.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-22T07:56:24.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"fbb96c34-08aa-4e41-9402-bd9d49ada22f","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"77034491-80e8-4230-9185-16d1cc0634ba","serviceDescription":"service","serviceInvariantUUID":"fcb86ddd-4848-4f86-a837-798bf2a21ced","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0880c329-f088-4a36-b59b-97fba4947216","resourceInvariantUUID":"3f51b87b-8a4c-450c-a26f-5a783a5a6425","resourceCustomizationUUID":"2a7ca6fc-6f6d-48bd-ac24-7d15340081d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8d258139-bb49-4702-9fb9-14e0badb6ac8","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MTVjN2E0ZjVmZTFiMTE3ZDQ2NGJkYzY4YmU4N2RmNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8bc9ef96-50cb-4170-b787-a53575e49930","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ODQ5YzZmOGI3OTM3ODhjYTJlMWI4OWVhODAxMzMxYjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"31690cdc-866d-49b8-af06-672da42f30dc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"52133b73-48f1-4dc8-aebd-4c02b145885b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2cb453dc-097f-4a8c-a80d-3d5f61601b4a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d5ca4db2-e4cf-45d3-b75e-751cec5116e3","artifactVersion":"2","generatedFromUUID":"52133b73-48f1-4dc8-aebd-4c02b145885b"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjEwZmU1Nzg3NzE1MDBiM2FlYmM3NWU5NTdkOTUzYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b76fc4ae-7918-47a8-afd0-e3c20262107a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2UzYWQwMzBjYzRlYjAyY2EzMGI0NTk5ZmRiZGM4OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"09db7671-9c7c-4baa-b2c3-b962085a8936","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-22T07:56:24.412Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:56:24.413Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:24.414Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:24.414Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:56:24.514Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:24.515Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:24.515Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:24.524Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:24.524Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:56:25.414Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:56:25.415Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:25.416Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:25.416Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:56:25.516Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:25.517Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:25.517Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:25.525Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:25.525Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:26.417Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:56:26.417Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:26.419Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:26.419Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:56:26.519Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:26.520Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:26.520Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:26.549Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:26.550Z||pool-53-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:27.419Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:56:27.420Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:27.422Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:27.422Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-22T07:56:27.522Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:27.522Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:27.522Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:27.532Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:27.532Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:56:28.422Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:56:28.423Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:28.424Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:28.424Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:56:28.525Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:28.525Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:28.525Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:28.535Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:28.536Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:29.425Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:56:29.425Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:29.427Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:29.427Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-22T07:56:29.527Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:29.527Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:29.527Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:29.538Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:29.538Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:30.427Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:56:30.428Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:30.430Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:30.430Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:56:30.530Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:30.530Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:30.530Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:30.539Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:30.539Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:31.430Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:56:31.431Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:31.433Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:31.433Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:56:31.533Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:31.534Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:31.534Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:31.545Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:31.545Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:32.434Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "77034491-80e8-4230-9185-16d1cc0634ba", "serviceDescription": "service", "serviceInvariantUUID": "fcb86ddd-4848-4f86-a837-798bf2a21ced", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "2a7ca6fc-6f6d-48bd-ac24-7d15340081d9", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0880c329-f088-4a36-b59b-97fba4947216", "resourceInvariantUUID": "3f51b87b-8a4c-450c-a26f-5a783a5a6425", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "ODQ5YzZmOGI3OTM3ODhjYTJlMWI4OWVhODAxMzMxYjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "31690cdc-866d-49b8-af06-672da42f30dc", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "52133b73-48f1-4dc8-aebd-4c02b145885b", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d5ca4db2-e4cf-45d3-b75e-751cec5116e3", "generatedFromUUID": "52133b73-48f1-4dc8-aebd-4c02b145885b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d5ca4db2-e4cf-45d3-b75e-751cec5116e3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "Y2UzYWQwMzBjYzRlYjAyY2EzMGI0NTk5ZmRiZGM4OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "09db7671-9c7c-4baa-b2c3-b962085a8936" } ], "workloadContext": "Production" } 2021-04-22T07:56:32.434Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-22T07:56:32.434Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 77034491-80e8-4230-9185-16d1cc0634ba ASDC 2021-04-22T07:56:32.434Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:fbb96c34-08aa-4e41-9402-bd9d49ada22f ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:77034491-80e8-4230-9185-16d1cc0634ba ServiceInvariantUUID:fcb86ddd-4848-4f86-a837-798bf2a21ced ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:09db7671-9c7c-4baa-b2c3-b962085a8936 ArtifactChecksum:Y2UzYWQwMzBjYzRlYjAyY2EzMGI0NTk5ZmRiZGM4OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:2a7ca6fc-6f6d-48bd-ac24-7d15340081d9 ResourceInvariantUUID:3f51b87b-8a4c-450c-a26f-5a783a5a6425 ResourceName:basicclamp ResourceType:VF ResourceUUID:0880c329-f088-4a36-b59b-97fba4947216 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:31690cdc-866d-49b8-af06-672da42f30dc ArtifactChecksum:ODQ5YzZmOGI3OTM3ODhjYTJlMWI4OWVhODAxMzMxYjc= 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:52133b73-48f1-4dc8-aebd-4c02b145885b 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:d5ca4db2-e4cf-45d3-b75e-751cec5116e3 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:d5ca4db2-e4cf-45d3-b75e-751cec5116e3 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-22T07:56:32.434Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77034491-80e8-4230-9185-16d1cc0634ba 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-04-22T07:56:32.466Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T07:56:32.467Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-22T07:56:32.467Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-22T07:56:32.467Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 09db7671-9c7c-4baa-b2c3-b962085a8936 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-22T07:56:32.467Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T07:56:32.467Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-22T07:56:33.559Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T07:56:33.563Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 09db7671-9c7c-4baa-b2c3-b962085a8936 76831 2021-04-22T07:56:33.564Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-04-22T07:56:33.564Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-22T07:56:33.564Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:56:33.564Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:33.565Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:33.565Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078193564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:56:33.665Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:33.666Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:33.666Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:33.675Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:33.675Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:34.566Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T07:56:34.567Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-22T07:56:34.567Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 09db7671-9c7c-4baa-b2c3-b962085a8936, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:34.567Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-04-22T07:56:34.567Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:34.568Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:34.720Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2533389274589191646/Definitions/service-Basicclamp-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-04-22T07:56:35.696Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-22T07:56:35.697Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-22T07:56:35.697Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:35.697Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-22T07:56:35.697Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar 2021-04-22T07:56:35.697Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:35.697Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:35.697Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:35.697Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:35.697Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:35.697Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:35.698Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:35.698Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:35.698Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-22T07:56:35.698Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-22T07:56:35.698Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.698Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:35.698Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-22T07:56:35.698Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-22T07:56:35.698Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T07:56:35.699Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.699Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:35.699Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-22T07:56:35.699Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-22T07:56:35.699Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T07:56:35.699Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.699Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:35.700Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.700Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-22T07:56:35.700Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-22T07:56:35.700Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-22T07:56:35.700Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-22T07:56:35.700Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-22T07:56:35.700Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-22T07:56:35.701Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.701Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-22T07:56:35.701Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.701Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-22T07:56:35.701Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:56:35.701Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.701Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-22T07:56:35.701Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:56:35.702Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.702Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-22T07:56:35.702Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:56:35.702Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.702Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-22T07:56:35.702Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-22T07:56:35.702Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-22T07:56:35.702Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0e0cd19e-da2d-4c57-a7b6-e530b675b11d 2021-04-22T07:56:35.702Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.702Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:35.702Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.702Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:35.703Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.703Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:35.703Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:35.703Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:35.703Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:77034491-80e8-4230-9185-16d1cc0634ba Model Version:NULL Model InvariantUuid:fcb86ddd-4848-4f86-a837-798bf2a21ced Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:cb9c2e9c-c0b8-45d2-86cf-427c4a65c44b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3f51b87b-8a4c-450c-a26f-5a783a5a6425 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2a7ca6fc-6f6d-48bd-ac24-7d15340081d9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:df0c9286-f856-4b96-af58-aee58197f1d3 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:93c02d7c-5bb8-4d8e-b930-75b94812d783 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0e0cd19e-da2d-4c57-a7b6-e530b675b11d ModelInvariantUuid:bbed7c08-21cd-4afe-9fdc-603be77f454c ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:b2547714-28ed-47a8-b80d-b960f18600ca ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:f530f4e7-05b1-44cf-ac28-769074e76b1e ModelInvariantUuid:b271e07a-48b6-4c4d-bae0-ee5fa018945b ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:6c8b5d84-b979-4d6b-b9a7-a6ebaee32524 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-04-22T07:56:35.707Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0880c329-f088-4a36-b59b-97fba4947216 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-04-22T07:56:35.709Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||basicclamp 0 2021-04-22T07:56:35.709Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0880c329-f088-4a36-b59b-97fba4947216 2021-04-22T07:56:35.709Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31690cdc-866d-49b8-af06-672da42f30dc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-22T07:56:35.709Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T07:56:35.709Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-22T07:56:37.348Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T07:56:37.348Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 31690cdc-866d-49b8-af06-672da42f30dc 790 2021-04-22T07:56:37.348Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-04-22T07:56:37.348Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-22T07:56:37.348Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:56:37.349Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:37.350Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:37.350Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078197348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:56:37.450Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:37.451Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:37.451Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:37.460Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:37.461Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:38.350Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "df0c9286-f856-4b96-af58-aee58197f1d3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "93c02d7c-5bb8-4d8e-b930-75b94812d783", "vfModuleModelCustomizationUUID": "b012b40f-45a8-4629-8879-a7fd3e650fd1", "isBase": true, "artifacts": [ "52133b73-48f1-4dc8-aebd-4c02b145885b", "d5ca4db2-e4cf-45d3-b75e-751cec5116e3" ], "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-04-22T07:56:38.353Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:93c02d7c-5bb8-4d8e-b930-75b94812d783 VfModuleModelInvariantUUID:df0c9286-f856-4b96-af58-aee58197f1d3 VfModuleModelDescription:NULL Artifacts UUID List:{ 52133b73-48f1-4dc8-aebd-4c02b145885b , d5ca4db2-e4cf-45d3-b75e-751cec5116e3 } 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-04-22T07:56:38.355Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "df0c9286-f856-4b96-af58-aee58197f1d3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "93c02d7c-5bb8-4d8e-b930-75b94812d783", "vfModuleModelCustomizationUUID": "b012b40f-45a8-4629-8879-a7fd3e650fd1", "isBase": true, "artifacts": [ "52133b73-48f1-4dc8-aebd-4c02b145885b", "d5ca4db2-e4cf-45d3-b75e-751cec5116e3" ], "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-04-22T07:56:38.355Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:93c02d7c-5bb8-4d8e-b930-75b94812d783 VfModuleModelInvariantUUID:df0c9286-f856-4b96-af58-aee58197f1d3 VfModuleModelDescription:NULL Artifacts UUID List:{ 52133b73-48f1-4dc8-aebd-4c02b145885b , d5ca4db2-e4cf-45d3-b75e-751cec5116e3 } 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-04-22T07:56:38.355Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 52133b73-48f1-4dc8-aebd-4c02b145885b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-22T07:56:38.355Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T07:56:38.355Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-22T07:56:39.268Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T07:56:39.268Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 52133b73-48f1-4dc8-aebd-4c02b145885b 5033 2021-04-22T07:56:39.268Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-22T07:56:39.268Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-22T07:56:39.268Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:56:39.269Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:39.270Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:39.270Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078199268, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:56:39.371Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:39.371Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:39.371Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:39.380Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:39.381Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:40.272Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d5ca4db2-e4cf-45d3-b75e-751cec5116e3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-22T07:56:40.272Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T07:56:40.273Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-22T07:56:41.071Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T07:56:41.072Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d5ca4db2-e4cf-45d3-b75e-751cec5116e3 909 2021-04-22T07:56:41.072Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-22T07:56:41.072Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-22T07:56:41.072Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:56:41.072Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:41.073Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:41.073Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078201072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:56:41.173Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:41.174Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:41.174Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:41.183Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:41.183Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:42.074Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 77034491-80e8-4230-9185-16d1cc0634ba 2021-04-22T07:56:42.074Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 0880c329-f088-4a36-b59b-97fba4947216 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-04-22T07:56:42.086Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.086Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:42.086Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-04-22T07:56:42.086Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2a7ca6fc-6f6d-48bd-ac24-7d15340081d9 2021-04-22T07:56:42.086Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a7ca6fc-6f6d-48bd-ac24-7d15340081d9 matches Tosca VF Customization UUID: 2a7ca6fc-6f6d-48bd-ac24-7d15340081d9 2021-04-22T07:56:42.087Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2a7ca6fc-6f6d-48bd-ac24-7d15340081d9 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-04-22T07:56:42.088Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.089Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:42.089Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2a7ca6fc-6f6d-48bd-ac24-7d15340081d9: {\"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-04-22T07:56:42.089Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b4e03bd 2021-04-22T07:56:42.090Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.090Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-22T07:56:42.090Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b012b40f-45a8-4629-8879-a7fd3e650fd1 2021-04-22T07:56:42.090Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b012b40f-45a8-4629-8879-a7fd3e650fd1 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-04-22T07:56:42.092Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.092Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-22T07:56:42.093Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:56:42.093Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.093Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-22T07:56:42.093Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:56:42.093Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.093Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-22T07:56:42.093Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-22T07:56:42.093Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-22T07:56:42.094Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0e0cd19e-da2d-4c57-a7b6-e530b675b11d 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-04-22T07:56:42.095Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.095Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-22T07:56:42.095Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:56:42.096Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.096Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-22T07:56:42.096Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=2a7ca6fc-6f6d-48bd-ac24-7d15340081d9 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-04-22T07:56:42.097Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.097Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:42.097Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 77034491-80e8-4230-9185-16d1cc0634ba: basicclamp 2021-04-22T07:56:42.097Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.097Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:42.097Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.098Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:42.098Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.098Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:42.098Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.098Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:42.098Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:56:42.098Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:56:42.098Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||Saving Service: basicclamp 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-04-22T07:56:42.159Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 0880c329-f088-4a36-b59b-97fba4947216 1 ASDC deployResourceStructure 2021-04-22T07:56:42.160Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-04-22T07:56:42.160Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-22T07:56:42.160Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:56:42.160Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:42.162Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:42.162Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078202160, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:56:42.262Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:42.263Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:42.263Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:42.272Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:42.273Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:43.163Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-22T07:56:43.163Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-22T07:56:43.163Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:56:43.163Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:43.164Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:43.164Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078203162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-22T07:56:43.265Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T07:56:43.265Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:43.265Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:43.275Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:43.275Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:44.165Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-22T07:56:44.165Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-22T07:56:44.166Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:56:44.166Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:44.167Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:44.167Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078204165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-22T07:56:44.267Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:44.268Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:44.268Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:44.278Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:44.278Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:56:45.168Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-04-22T07:56:45.168Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-22T07:56:45.168Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:56:45.169Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:56:45.170Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:56:45.170Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078205168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:56:45.270Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:56:45.271Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:56:45.271Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:56:45.281Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:56:45.281Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:56:46.170Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:56:46.181Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:56:46.183Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:56:46.183Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T07:56:46.183Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T07:57:16.183Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:57:16.193Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:57:16.196Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:57:16.197Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T07:57:16.197Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T07:57:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:57:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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-04-22T07:57:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:57:23.804Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:57:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "ves-openapi-manager", "timestamp": 1619078132166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078136985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078133860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078133860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "ves-openapi-manager", "timestamp": 1619078132166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078136985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "aai-ml", "timestamp": 1619078139179, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078139609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078133860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "ves-openapi-manager", "timestamp": 1619078132166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078136985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:57:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "aai-ml", "timestamp": 1619078139179, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078139609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "ves-openapi-manager", "timestamp": 1619078132166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078133860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078136985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-22T07:57:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "aai-ml", "timestamp": 1619078139179, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "cds", "timestamp": 1619078141229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078139609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "ves-openapi-manager", "timestamp": 1619078132166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078133860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078136985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "aai-ml", "timestamp": 1619078139179, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "cds", "timestamp": 1619078141229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078139609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "ves-openapi-manager", "timestamp": 1619078132166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078133860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078136985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "aai-ml", "timestamp": 1619078139179, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "cds", "timestamp": 1619078141229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "dcae-sch", "timestamp": 1619078143403, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078139609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "ves-openapi-manager", "timestamp": 1619078132166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078133860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078136985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "aai-ml", "timestamp": 1619078139179, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.825Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "cds", "timestamp": 1619078141229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "dcae-sch", "timestamp": 1619078143403, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078139609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "ves-openapi-manager", "timestamp": 1619078132166, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078133860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078136985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.826Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "aai-ml", "timestamp": 1619078139179, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "cds", "timestamp": 1619078141229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "dcae-sch", "timestamp": 1619078143403, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078145597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078139609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.827Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078146775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078146782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "aai-ml", "timestamp": 1619078139179, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "cds", "timestamp": 1619078141229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "dcae-sch", "timestamp": 1619078143403, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078145597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078139609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "cds", "timestamp": 1619078141229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078147949, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "aai-ml", "timestamp": 1619078148028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "dcae-sch", "timestamp": 1619078143403, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078145597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "policy-id", "timestamp": 1619078148030, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078148870, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:57:23.830Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "cds", "timestamp": 1619078141229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078148927, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "dcae-sch", "timestamp": 1619078143403, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078145597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.832Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "policy-id", "timestamp": 1619078148030, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.832Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.832Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.832Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078149875, "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-04-22T07:57:23.837Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbb96c34-08aa-4e41-9402-bd9d49ada22f 2021-04-22T07:57:23.837Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:57:23.845Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.845Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "dcae-sch", "timestamp": 1619078143403, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.845Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.845Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078145597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "policy-id", "timestamp": 1619078148030, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078150853, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "dcae-sch", "timestamp": 1619078143403, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078145597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.846Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "policy-id", "timestamp": 1619078148030, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-22T07:57:23.847Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.847Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.847Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078151856, "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-04-22T07:57:23.850Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbb96c34-08aa-4e41-9402-bd9d49ada22f 2021-04-22T07:57:23.851Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:57:23.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078145597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "cds", "timestamp": 1619078152256, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078152652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.858Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "policy-id", "timestamp": 1619078148030, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.859Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.859Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.859Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078152859, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:57:23.859Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.859Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.859Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078145597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.859Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.859Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.859Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "cds", "timestamp": 1619078153261, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-04-22T07:57:23.863Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fbb96c34-08aa-4e41-9402-bd9d49ada22f 2021-04-22T07:57:23.863Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:57:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "policy-id", "timestamp": 1619078148030, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "ves-openapi-manager", "timestamp": 1619078152166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "policy-id", "timestamp": 1619078148030, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078155048, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "ves-openapi-manager", "timestamp": 1619078152166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "dcae-sch", "timestamp": 1619078155554, "artifactURL": "/sdc/v1/catalog/services/77034491-80e8-4230-9185-16d1cc0634ba/resourceInstances/basicclamp0/artifacts/8d258139-bb49-4702-9fb9-14e0badb6ac8", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078155650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "policy-id", "timestamp": 1619078148030, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078156077, "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-04-22T07:57:23.876Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbb96c34-08aa-4e41-9402-bd9d49ada22f 2021-04-22T07:57:23.876Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:57:23.881Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "ves-openapi-manager", "timestamp": 1619078152166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "aai-ml", "timestamp": 1619078156514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "dcae-sch", "timestamp": 1619078156811, "artifactURL": "/sdc/v1/catalog/services/77034491-80e8-4230-9185-16d1cc0634ba/resourceInstances/basicclamp0/artifacts/8d258139-bb49-4702-9fb9-14e0badb6ac8", "status": "DEPLOY_OK" } 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "cds", "timestamp": 1619078156229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-k8s-id", "timestamp": 1619078157080, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:57:23.883Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.883Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.883Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "ves-openapi-manager", "timestamp": 1619078152166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.883Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.883Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.883Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.883Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.883Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.883Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "aai-ml", "timestamp": 1619078157517, "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-04-22T07:57:23.887Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fbb96c34-08aa-4e41-9402-bd9d49ada22f 2021-04-22T07:57:23.887Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:57:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078156985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "dcae-sch", "timestamp": 1619078157818, "artifactURL": "/sdc/v1/catalog/services/77034491-80e8-4230-9185-16d1cc0634ba/resourceInstances/basicclamp0/artifacts/8d258139-bb49-4702-9fb9-14e0badb6ac8", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } 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-04-22T07:57:23.901Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of fbb96c34-08aa-4e41-9402-bd9d49ada22f 2021-04-22T07:57:23.901Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb96c34-08aa-4e41-9402-bd9d49ada22f and ComponentName service-change-handler 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-04-22T07:57:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "cds", "timestamp": 1619078156229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "ves-openapi-manager", "timestamp": 1619078152166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "policy-id", "timestamp": 1619078158325, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078158514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078156985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.910Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "cds", "timestamp": 1619078156229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "ves-openapi-manager", "timestamp": 1619078152166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "policy-id", "timestamp": 1619078159328, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078156985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "cds", "timestamp": 1619078156229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "ves-openapi-manager", "timestamp": 1619078152166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-k8s-id", "timestamp": 1619078159609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.911Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078160253, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.912Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.912Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.912Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "policy-id", "timestamp": 1619078160331, "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-04-22T07:57:23.917Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbb96c34-08aa-4e41-9402-bd9d49ada22f 2021-04-22T07:57:23.917Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:57:23.924Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.924Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.924Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.924Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.924Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078156985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.924Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.924Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.924Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "cds", "timestamp": 1619078156229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.924Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.925Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.925Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-k8s-id", "timestamp": 1619078159609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:57:23.925Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.925Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.925Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078161259, "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-04-22T07:57:23.929Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbb96c34-08aa-4e41-9402-bd9d49ada22f 2021-04-22T07:57:23.929Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:57:23.934Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078156985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "cds", "timestamp": 1619078156229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-k8s-id", "timestamp": 1619078159609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "multicloud-windriver-id", "timestamp": 1619078162262, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078156985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "cds", "timestamp": 1619078156229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-k8s-id", "timestamp": 1619078159609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078156985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "dcae-sch", "timestamp": 1619078163403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-k8s-id", "timestamp": 1619078159609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078163860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "cds", "timestamp": 1619078164559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078164805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.937Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "dcae-sch", "timestamp": 1619078163403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.937Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.937Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.937Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-k8s-id", "timestamp": 1619078159609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.937Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.937Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.937Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078163860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.937Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.937Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.937Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "cds", "timestamp": 1619078165563, "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=? 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-04-22T07:57:23.949Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a991c247-142b-4e31-bf85-c780abc7f574 2021-04-22T07:57:23.950Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:57:23.959Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.959Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "dcae-sch", "timestamp": 1619078163403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.959Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.959Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.959Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078166113, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.960Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.960Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.960Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-windriver-id", "timestamp": 1619078165597, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.960Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.960Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.960Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-k8s-id", "timestamp": 1619078159609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.960Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.960Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.961Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078163860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.961Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.961Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.961Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "dcae-sch", "timestamp": 1619078163403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.961Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.961Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.961Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-windriver-id", "timestamp": 1619078165597, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:57:23.961Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.961Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.961Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078167258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.961Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.961Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-k8s-id", "timestamp": 1619078167400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078163860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "dcae-sch", "timestamp": 1619078163403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-windriver-id", "timestamp": 1619078165597, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.962Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078168262, "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-04-22T07:57:23.967Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a991c247-142b-4e31-bf85-c780abc7f574 2021-04-22T07:57:23.967Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:57:23.974Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078163860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "policy-id", "timestamp": 1619078168029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-k8s-id", "timestamp": 1619078168914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "dcae-sch", "timestamp": 1619078163403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-windriver-id", "timestamp": 1619078165597, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078169274, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078163860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.975Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "policy-id", "timestamp": 1619078168029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "aai-ml", "timestamp": 1619078169179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "dcae-sch", "timestamp": 1619078163403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-windriver-id", "timestamp": 1619078165597, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078163860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "policy-id", "timestamp": 1619078168029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "aai-ml", "timestamp": 1619078169179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-windriver-id", "timestamp": 1619078165597, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "policy-id", "timestamp": 1619078168029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.976Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "aai-ml", "timestamp": 1619078169179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-windriver-id", "timestamp": 1619078165597, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-k8s-id", "timestamp": 1619078172461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "policy-id", "timestamp": 1619078168029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "aai-ml", "timestamp": 1619078169179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078173162, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "policy-id", "timestamp": 1619078168029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.977Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-k8s-id", "timestamp": 1619078173809, "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-04-22T07:57:23.981Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a991c247-142b-4e31-bf85-c780abc7f574 2021-04-22T07:57:23.982Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:57:23.988Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.988Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "aai-ml", "timestamp": 1619078169179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.988Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.988Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.988Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078174084, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.988Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.988Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.988Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-windriver-id", "timestamp": 1619078174249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.988Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.988Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "policy-id", "timestamp": 1619078168029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "ves-openapi-manager", "timestamp": 1619078172166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "aai-ml", "timestamp": 1619078169179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-k8s-id", "timestamp": 1619078174812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "cds", "timestamp": 1619078171229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078175087, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:23.989Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078175265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "ves-openapi-manager", "timestamp": 1619078172166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "aai-ml", "timestamp": 1619078169179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "cds", "timestamp": 1619078171229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:23.990Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078176268, "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-04-22T07:57:23.996Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a991c247-142b-4e31-bf85-c780abc7f574 2021-04-22T07:57:23.996Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:57:24.004Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078176453, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:57:24.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:24.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "ves-openapi-manager", "timestamp": 1619078172166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "cds", "timestamp": 1619078171229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078177456, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:57:24.005Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078176985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-windriver-id", "timestamp": 1619078177748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "ves-openapi-manager", "timestamp": 1619078172166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "cds", "timestamp": 1619078171229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.006Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "clamp", "timestamp": 1619078178459, "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-04-22T07:57:24.011Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fbb96c34-08aa-4e41-9402-bd9d49ada22f 2021-04-22T07:57:24.011Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:57:24.019Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.019Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "policy-id", "timestamp": 1619078178453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:24.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:24.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "aai-ml", "timestamp": 1619078178552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:24.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:24.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078176985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:57:24.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.020Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "ves-openapi-manager", "timestamp": 1619078172166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "cds", "timestamp": 1619078171229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "policy-id", "timestamp": 1619078179456, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078176985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-22T07:57:24.021Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "ves-openapi-manager", "timestamp": 1619078172166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "cds", "timestamp": 1619078171229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-windriver-id", "timestamp": 1619078179948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:24.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:24.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078179609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.022Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.023Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.023Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:57:24.023Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.023Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.023Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "policy-id", "timestamp": 1619078180458, "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-04-22T07:57:24.027Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a991c247-142b-4e31-bf85-c780abc7f574 2021-04-22T07:57:24.028Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:57:24.035Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.035Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078176985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.035Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.035Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.036Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "ves-openapi-manager", "timestamp": 1619078172166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.036Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.036Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.036Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "cds", "timestamp": 1619078171229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.036Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.036Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.036Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-windriver-id", "timestamp": 1619078180955, "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-04-22T07:57:24.040Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a991c247-142b-4e31-bf85-c780abc7f574 2021-04-22T07:57:24.040Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:57:24.046Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.046Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078179609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:57:24.047Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.047Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.047Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.047Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.047Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.047Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078176985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-22T07:57:24.047Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.047Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.047Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "ves-openapi-manager", "timestamp": 1619078172166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.048Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.048Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.048Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "cds", "timestamp": 1619078171229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:57:24.048Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.048Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.048Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "multicloud-windriver-id", "timestamp": 1619078181959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:57:24.048Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:24.048Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.048Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078179609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-22T07:57:24.048Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.048Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.048Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078176985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078179609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "cds", "timestamp": 1619078183374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:57:24.049Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078176985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:57:24.050Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:57:46.197Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:57:46.206Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:57:46.208Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:57:46.208Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-22T07:57:46.208Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-22T07:57:46.208Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-22T07:57:46.208Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:57:46.208Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:57:46.208Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:57:46.208Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:57:46.208Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:57:46.208Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:57:46.208Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:57:46.208Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-22T07:57:46.213Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-22T07:58:16.213Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbb96c34-08aa-4e41-9402-bd9d49ada22f 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-04-22T07:58:16.218Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbb96c34-08aa-4e41-9402-bd9d49ada22f and serviceModelVersionId: 77034491-80e8-4230-9185-16d1cc0634ba 2021-04-22T07:58:16.218Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fcb86ddd-4848-4f86-a837-798bf2a21ced 2021-04-22T07:58:16.219Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fcb86ddd-4848-4f86-a837-798bf2a21ced/model-vers/model-ver/77034491-80e8-4230-9185-16d1cc0634ba?depth=0 2021-04-22T07:58:16.225Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-04-22T07:58:16.259Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcb86ddd-4848-4f86-a837-798bf2a21ced/model-vers/model-ver/77034491-80e8-4230-9185-16d1cc0634ba?depth=0|INFO|500||Invoke 2021-04-22T07:58:16.260Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcb86ddd-4848-4f86-a837-798bf2a21ced/model-vers/model-ver/77034491-80e8-4230-9185-16d1cc0634ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcb86ddd-4848-4f86-a837-798bf2a21ced/model-vers/model-ver/77034491-80e8-4230-9185-16d1cc0634ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbb96c34-08aa-4e41-9402-bd9d49ada22f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8290c174-b961-4bd8-89a3-c70a8de76024], X-ECOMP-RequestID=[fbb96c34-08aa-4e41-9402-bd9d49ada22f], X-TransactionId=[], X-ONAP-RequestID=[fbb96c34-08aa-4e41-9402-bd9d49ada22f], Content-Type=[application/merge-patch+json]} 2021-04-22T07:58:16.283Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcb86ddd-4848-4f86-a837-798bf2a21ced/model-vers/model-ver/77034491-80e8-4230-9185-16d1cc0634ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-22T07:58:16.630Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcb86ddd-4848-4f86-a837-798bf2a21ced/model-vers/model-ver/77034491-80e8-4230-9185-16d1cc0634ba?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/fcb86ddd-4848-4f86-a837-798bf2a21ced/model-vers/model-ver/77034491-80e8-4230-9185-16d1cc0634ba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210422-07:58:16:292-91401], vertex-id=[417856], Content-Length=[0], Date=[Thu, 22 Apr 2021 07:58:16 GMT], Content-Type=[application/json]} 2021-04-22T07:58:16.631Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcb86ddd-4848-4f86-a837-798bf2a21ced/model-vers/model-ver/77034491-80e8-4230-9185-16d1cc0634ba?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-22T07:58:16.631Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcb86ddd-4848-4f86-a837-798bf2a21ced/model-vers/model-ver/77034491-80e8-4230-9185-16d1cc0634ba?depth=0|INFO|500||InvokeReturn 2021-04-22T07:58:16.632Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-22T07:58:16.632Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-22T07:58:16.635Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-22T07:58:16.636Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbb96c34-08aa-4e41-9402-bd9d49ada22f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-22T07:58:16.636Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-22T07:58:16.636Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:16.638Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:16.638Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078296636, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T07:58:16.738Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:58:16.739Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:16.739Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:16.750Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:16.751Z||pool-67-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-04-22T07:58:17.648Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-22T07:58:17.649Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a991c247-142b-4e31-bf85-c780abc7f574","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c86dd900-8cb7-4b2b-9c0a-a59d450566c6","serviceDescription":"service","serviceInvariantUUID":"a2b5f50e-db7a-4748-b843-b58e405f8c20","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7feca426-c9c4-46f3-b3d3-1c2f718de709","resourceInvariantUUID":"84b0247c-c3b8-40f0-9e32-41257847e179","resourceCustomizationUUID":"8f3ba609-5d4c-46f6-908c-34408babd950","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":"M2U5ODU3NDNmYzRhNGU1MDI1OTAxZTE1ZDYyNDQ2OTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b69405de-0366-47bf-a274-88d55cb58805","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":"YTE2OGVlZjIyYmNmNmMxYTc4ZmUyMTRjNzczNzIzZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1edf767a-df00-4eb7-98f1-b167d31fee24","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bfdb8aeb-e8cf-4e5d-bd2c-ebd4c5f11bac","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":"7a8beaa1-60d7-48e1-b7ff-0c975e0b110c","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e18502de-1497-44db-a4f3-232e9e4c424f","artifactVersion":"2","generatedFromUUID":"bfdb8aeb-e8cf-4e5d-bd2c-ebd4c5f11bac"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2ZjNjc5MDJmYjRiZDEwNDIzMmNhOTEwMjAyYmQ4YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"529383e4-4a52-4559-8bd9-41e5e26560ff","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmI3YWU4NDNjOTMyMDdiNTYzOGYyYTA2NDBiZmVjNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12dde466-6f37-4738-8d2c-49514a36ec68","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-22T07:58:17.649Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:58:17.649Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:17.650Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:17.650Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:58:17.751Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T07:58:17.751Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:17.751Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:17.759Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:17.760Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:58:18.651Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:58:18.651Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:18.653Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:18.653Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:58:18.753Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:58:18.754Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:18.754Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:18.763Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:18.763Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:58:19.653Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:58:19.654Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:19.656Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:19.656Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-22T07:58:19.757Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:58:19.757Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:19.757Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:19.767Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:19.767Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:58:20.657Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:58:20.657Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:20.659Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:20.659Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:58:20.759Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:58:20.760Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:20.760Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:20.769Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:20.770Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:58:21.659Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:58:21.660Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:21.661Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:21.661Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-22T07:58:21.761Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:58:21.762Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:21.762Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:21.772Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:21.773Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:58:22.661Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:58:22.662Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:22.663Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:22.663Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:58:22.763Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:58:22.764Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:22.764Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:22.773Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:22.773Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:58:23.664Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T07:58:23.664Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:23.666Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:23.667Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:58:23.767Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:58:23.767Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:23.767Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:23.777Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:23.777Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:58:23.785Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:58:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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-04-22T07:58:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:58:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "dcae-sch", "timestamp": 1619078183403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:58:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:58:24.668Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "c86dd900-8cb7-4b2b-9c0a-a59d450566c6", "serviceDescription": "service", "serviceInvariantUUID": "a2b5f50e-db7a-4748-b843-b58e405f8c20", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "8f3ba609-5d4c-46f6-908c-34408babd950", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7feca426-c9c4-46f3-b3d3-1c2f718de709", "resourceInvariantUUID": "84b0247c-c3b8-40f0-9e32-41257847e179", "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": "YTE2OGVlZjIyYmNmNmMxYTc4ZmUyMTRjNzczNzIzZTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1edf767a-df00-4eb7-98f1-b167d31fee24", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "bfdb8aeb-e8cf-4e5d-bd2c-ebd4c5f11bac", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e18502de-1497-44db-a4f3-232e9e4c424f", "generatedFromUUID": "bfdb8aeb-e8cf-4e5d-bd2c-ebd4c5f11bac" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e18502de-1497-44db-a4f3-232e9e4c424f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NmI3YWU4NDNjOTMyMDdiNTYzOGYyYTA2NDBiZmVjNjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "12dde466-6f37-4738-8d2c-49514a36ec68" } ], "workloadContext": "Production" } 2021-04-22T07:58:24.668Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-22T07:58:24.668Z|fbb96c34-08aa-4e41-9402-bd9d49ada22f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c86dd900-8cb7-4b2b-9c0a-a59d450566c6 ASDC 2021-04-22T07:58:24.668Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:a991c247-142b-4e31-bf85-c780abc7f574 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:c86dd900-8cb7-4b2b-9c0a-a59d450566c6 ServiceInvariantUUID:a2b5f50e-db7a-4748-b843-b58e405f8c20 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:12dde466-6f37-4738-8d2c-49514a36ec68 ArtifactChecksum:NmI3YWU4NDNjOTMyMDdiNTYzOGYyYTA2NDBiZmVjNjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:8f3ba609-5d4c-46f6-908c-34408babd950 ResourceInvariantUUID:84b0247c-c3b8-40f0-9e32-41257847e179 ResourceName:basic_vm ResourceType:VF ResourceUUID:7feca426-c9c4-46f3-b3d3-1c2f718de709 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:1edf767a-df00-4eb7-98f1-b167d31fee24 ArtifactChecksum:YTE2OGVlZjIyYmNmNmMxYTc4ZmUyMTRjNzczNzIzZTY= 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:bfdb8aeb-e8cf-4e5d-bd2c-ebd4c5f11bac ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= 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:e18502de-1497-44db-a4f3-232e9e4c424f ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= 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:e18502de-1497-44db-a4f3-232e9e4c424f ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-22T07:58:24.669Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c86dd900-8cb7-4b2b-9c0a-a59d450566c6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-22T07:58:24.691Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T07:58:24.692Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-22T07:58:24.692Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-22T07:58:24.692Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 12dde466-6f37-4738-8d2c-49514a36ec68 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-22T07:58:24.692Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T07:58:24.692Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-22T07:58:24.921Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T07:58:24.924Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 12dde466-6f37-4738-8d2c-49514a36ec68 74285 2021-04-22T07:58:24.925Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-22T07:58:24.925Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-22T07:58:24.925Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:58:24.925Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:24.927Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:24.927Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078304925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:58:25.028Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:58:25.028Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:25.028Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:25.039Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:25.039Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:58:25.928Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T07:58:25.929Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-22T07:58:25.929Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 12dde466-6f37-4738-8d2c-49514a36ec68, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-22T07:58:25.930Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-04-22T07:58:25.930Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-22T07:58:25.930Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-04-22T07:58:26.145Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5453991119350946492/Definitions/service-BasicVm-template.yml 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_vlan_requirements" 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 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_name" is not provided 2021-04-22T07:58:27.141Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-22T07:58:27.141Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-22T07:58:27.142Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-22T07:58:27.142Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-22T07:58:27.142Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||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-04-22T07:58:27.142Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||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-04-22T07:58:27.142Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||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-04-22T07:58:27.142Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-22T07:58:27.142Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-22T07:58:27.142Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-22T07:58:27.142Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-22T07:58:27.142Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-22T07:58:27.142Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-22T07:58:27.143Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-22T07:58:27.143Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-22T07:58:27.143Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.143Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:27.143Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-22T07:58:27.143Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-22T07:58:27.144Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T07:58:27.144Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.144Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:27.144Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-22T07:58:27.144Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-22T07:58:27.144Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T07:58:27.144Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.144Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:27.145Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.145Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-22T07:58:27.145Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-22T07:58:27.145Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-22T07:58:27.145Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-22T07:58:27.145Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-22T07:58:27.145Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-22T07:58:27.145Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.145Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-22T07:58:27.146Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.146Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-22T07:58:27.146Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:58:27.146Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.146Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-22T07:58:27.146Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:58:27.147Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.147Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-22T07:58:27.147Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:58:27.147Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.147Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-22T07:58:27.147Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-22T07:58:27.147Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-22T07:58:27.147Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=16caa380-e089-46f1-91e1-6391894e7c2f 2021-04-22T07:58:27.147Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.148Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:27.148Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.148Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:27.148Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.148Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:27.148Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:27.148Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:27.148Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:c86dd900-8cb7-4b2b-9c0a-a59d450566c6 Model Version:NULL Model InvariantUuid:a2b5f50e-db7a-4748-b843-b58e405f8c20 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:b6e18844-3626-4bbe-83b5-659c2a064190 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:84b0247c-c3b8-40f0-9e32-41257847e179 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8f3ba609-5d4c-46f6-908c-34408babd950 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:49573877-5737-47fa-9972-3185cfa5766c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:080045c7-8fb8-4596-b3e4-8ece16647950 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:16caa380-e089-46f1-91e1-6391894e7c2f ModelInvariantUuid:9749209c-964b-4d1f-9813-d464c7efb5df ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:79de744e-db43-4470-bb20-622ee394c1db ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:3080ca37-4169-4d00-8590-96b0fb75b0d6 ModelInvariantUuid:9c1afa6c-d7e8-4686-af9f-0448b8b023f2 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:ff54b08a-5ddf-4212-9846-2fcb9b16d815 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-04-22T07:58:27.153Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7feca426-c9c4-46f3-b3d3-1c2f718de709 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-04-22T07:58:27.155Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||basic_vm 0 2021-04-22T07:58:27.156Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7feca426-c9c4-46f3-b3d3-1c2f718de709 2021-04-22T07:58:27.156Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1edf767a-df00-4eb7-98f1-b167d31fee24 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-22T07:58:27.156Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T07:58:27.156Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||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-04-22T07:58:27.334Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T07:58:27.334Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1edf767a-df00-4eb7-98f1-b167d31fee24 787 2021-04-22T07:58:27.335Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||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-04-22T07:58:27.335Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||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-04-22T07:58:27.335Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:58:27.335Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:27.336Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:27.336Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078307335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:58:27.437Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T07:58:27.438Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:27.438Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:27.447Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:27.447Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:58:28.337Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "49573877-5737-47fa-9972-3185cfa5766c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "080045c7-8fb8-4596-b3e4-8ece16647950", "vfModuleModelCustomizationUUID": "e9cd115c-563c-4a44-a9aa-8aef673df93e", "isBase": true, "artifacts": [ "bfdb8aeb-e8cf-4e5d-bd2c-ebd4c5f11bac", "e18502de-1497-44db-a4f3-232e9e4c424f" ], "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-04-22T07:58:28.341Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:080045c7-8fb8-4596-b3e4-8ece16647950 VfModuleModelInvariantUUID:49573877-5737-47fa-9972-3185cfa5766c VfModuleModelDescription:NULL Artifacts UUID List:{ bfdb8aeb-e8cf-4e5d-bd2c-ebd4c5f11bac , e18502de-1497-44db-a4f3-232e9e4c424f } 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-04-22T07:58:28.344Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "49573877-5737-47fa-9972-3185cfa5766c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "080045c7-8fb8-4596-b3e4-8ece16647950", "vfModuleModelCustomizationUUID": "e9cd115c-563c-4a44-a9aa-8aef673df93e", "isBase": true, "artifacts": [ "bfdb8aeb-e8cf-4e5d-bd2c-ebd4c5f11bac", "e18502de-1497-44db-a4f3-232e9e4c424f" ], "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-04-22T07:58:28.344Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:080045c7-8fb8-4596-b3e4-8ece16647950 VfModuleModelInvariantUUID:49573877-5737-47fa-9972-3185cfa5766c VfModuleModelDescription:NULL Artifacts UUID List:{ bfdb8aeb-e8cf-4e5d-bd2c-ebd4c5f11bac , e18502de-1497-44db-a4f3-232e9e4c424f } 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-04-22T07:58:28.344Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bfdb8aeb-e8cf-4e5d-bd2c-ebd4c5f11bac from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-22T07:58:28.345Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T07:58:28.345Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||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-04-22T07:58:28.937Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T07:58:28.937Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml bfdb8aeb-e8cf-4e5d-bd2c-ebd4c5f11bac 5033 2021-04-22T07:58:28.937Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||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-04-22T07:58:28.937Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||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-04-22T07:58:28.937Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:58:28.938Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:28.939Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:28.939Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078308937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:58:29.040Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T07:58:29.040Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:29.040Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:29.050Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:29.050Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:58:29.940Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e18502de-1497-44db-a4f3-232e9e4c424f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-22T07:58:29.940Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T07:58:29.941Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||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-04-22T07:58:32.159Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T07:58:32.160Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e18502de-1497-44db-a4f3-232e9e4c424f 903 2021-04-22T07:58:32.160Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||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-04-22T07:58:32.160Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||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-04-22T07:58:32.160Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T07:58:32.160Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:32.161Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:32.161Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078312160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:58:32.262Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T07:58:32.262Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:32.263Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:32.273Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:32.274Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:58:33.162Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c86dd900-8cb7-4b2b-9c0a-a59d450566c6 2021-04-22T07:58:33.162Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7feca426-c9c4-46f3-b3d3-1c2f718de709 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-04-22T07:58:33.177Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.178Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:33.178Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-04-22T07:58:33.178Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8f3ba609-5d4c-46f6-908c-34408babd950 2021-04-22T07:58:33.178Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f3ba609-5d4c-46f6-908c-34408babd950 matches Tosca VF Customization UUID: 8f3ba609-5d4c-46f6-908c-34408babd950 2021-04-22T07:58:33.178Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8f3ba609-5d4c-46f6-908c-34408babd950 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-04-22T07:58:33.180Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.180Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:33.181Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8f3ba609-5d4c-46f6-908c-34408babd950: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-04-22T07:58:33.181Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@db536aa 2021-04-22T07:58:33.181Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.181Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-22T07:58:33.181Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9cd115c-563c-4a44-a9aa-8aef673df93e 2021-04-22T07:58:33.181Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9cd115c-563c-4a44-a9aa-8aef673df93e 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-04-22T07:58:33.183Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.183Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-22T07:58:33.183Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:58:33.184Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.184Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-22T07:58:33.184Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:58:33.184Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.185Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-22T07:58:33.185Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-22T07:58:33.185Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-22T07:58:33.185Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=16caa380-e089-46f1-91e1-6391894e7c2f 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-04-22T07:58:33.187Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.187Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-22T07:58:33.187Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T07:58:33.187Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.187Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-22T07:58:33.187Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8f3ba609-5d4c-46f6-908c-34408babd950 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-04-22T07:58:33.189Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.189Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:33.190Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c86dd900-8cb7-4b2b-9c0a-a59d450566c6: basic_vm 2021-04-22T07:58:33.190Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.190Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:33.190Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.190Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:33.190Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.190Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:33.190Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.190Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:33.190Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T07:58:33.190Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T07:58:33.190Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 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-04-22T07:58:33.253Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7feca426-c9c4-46f3-b3d3-1c2f718de709 1 ASDC deployResourceStructure 2021-04-22T07:58:33.253Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-04-22T07:58:33.253Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-22T07:58:33.253Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:58:33.254Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:33.255Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:33.255Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078313253, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:58:33.355Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:58:33.356Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:33.356Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:33.365Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:33.365Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:58:34.256Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-22T07:58:34.256Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-22T07:58:34.256Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:58:34.256Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:34.257Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:34.257Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078314255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-22T07:58:34.358Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:58:34.358Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:34.358Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:34.367Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:34.368Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:58:35.259Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-22T07:58:35.259Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-22T07:58:35.259Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:58:35.259Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:35.261Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:35.261Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078315259, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-22T07:58:35.361Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:58:35.361Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:35.361Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:35.371Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:35.372Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T07:58:36.261Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-22T07:58:36.262Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-22T07:58:36.262Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T07:58:36.262Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T07:58:36.263Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T07:58:36.263Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078316261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:58:36.364Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T07:58:36.364Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T07:58:36.364Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T07:58:36.374Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:58:36.374Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-22T07:58:37.264Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:58:37.274Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:58:37.276Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:58:37.276Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T07:58:37.277Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T07:59:07.277Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:59:07.286Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:59:07.289Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:59:07.289Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T07:59:07.289Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T07:59:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T07:59:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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-04-22T07:59:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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 ed35jNJjyLQFxWvL) ... 2021-04-22T07:59:23.810Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T07:59:23.812Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.812Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078179609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-22T07:59:23.812Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078176985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "dcae-sch", "timestamp": 1619078183403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "aai-ml", "timestamp": 1619078185109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078179609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "clamp", "timestamp": 1619078153724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:59:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "cds", "timestamp": 1619078185562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-22T07:59:23.828Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 2021-04-22T07:59:23.829Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 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-04-22T07:59:23.836Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.837Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078185791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.837Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.837Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.837Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "dcae-sch", "timestamp": 1619078183403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.838Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.838Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.838Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "aai-ml", "timestamp": 1619078186112, "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-04-22T07:59:23.844Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a991c247-142b-4e31-bf85-c780abc7f574 2021-04-22T07:59:23.845Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078185597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078179609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078186957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "dcae-sch", "timestamp": 1619078183403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078185597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078179609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "dcae-sch", "timestamp": 1619078183403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078188149, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078185597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078188632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "policy-id", "timestamp": 1619078188029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "dcae-sch", "timestamp": 1619078183403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.855Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078189152, "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-04-22T07:59:23.860Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 2021-04-22T07:59:23.861Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 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-04-22T07:59:23.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078185597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-22T07:59:23.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "policy-id", "timestamp": 1619078188029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.868Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "dcae-sch", "timestamp": 1619078183403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078190156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078185597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "policy-id", "timestamp": 1619078188029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "dcae-sch", "timestamp": 1619078183403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078185597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "policy-id", "timestamp": 1619078188029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.869Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078185597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078192346, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "policy-id", "timestamp": 1619078188029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078185597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078193564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "policy-id", "timestamp": 1619078188029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "clamp", "timestamp": 1619078194252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078194347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078193860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "policy-id", "timestamp": 1619078188029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "clamp", "timestamp": 1619078195268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.871Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078195373, "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-04-22T07:59:23.875Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 2021-04-22T07:59:23.875Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 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-04-22T07:59:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078193860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078195639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "policy-id", "timestamp": 1619078188029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:59:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.882Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "clamp", "timestamp": 1619078196271, "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-04-22T07:59:23.886Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a991c247-142b-4e31-bf85-c780abc7f574 2021-04-22T07:59:23.886Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:59:23.893Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-k8s-id", "timestamp": 1619078196376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078193860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078197348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078193860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "clamp", "timestamp": 1619078197274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "policy-id", "timestamp": 1619078197959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078198065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078193860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "clamp", "timestamp": 1619078197274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "policy-id", "timestamp": 1619078198962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.894Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078199268, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078193860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078199557, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "aai-ml", "timestamp": 1619078199179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "clamp", "timestamp": 1619078197274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.895Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "policy-id", "timestamp": 1619078199964, "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-04-22T07:59:23.900Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 2021-04-22T07:59:23.900Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 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-04-22T07:59:23.906Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.907Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078193860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.907Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.907Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.907Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078200563, "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-04-22T07:59:23.913Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 2021-04-22T07:59:23.913Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 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-04-22T07:59:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "aai-ml", "timestamp": 1619078199179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "clamp", "timestamp": 1619078197274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078201072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078193860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "multicloud-windriver-id", "timestamp": 1619078201566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "aai-ml", "timestamp": 1619078199179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "clamp", "timestamp": 1619078197274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078202160, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "aai-ml", "timestamp": 1619078199179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "clamp", "timestamp": 1619078197274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.921Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078203162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078203376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "aai-ml", "timestamp": 1619078199179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "clamp", "timestamp": 1619078197274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078204165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "aai-ml", "timestamp": 1619078199179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "clamp", "timestamp": 1619078197274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078205168, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078205427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "aai-ml", "timestamp": 1619078199179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.922Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.923Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078206430, "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-04-22T07:59:23.927Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 2021-04-22T07:59:23.927Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 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-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "aai-ml", "timestamp": 1619078199179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "aai-ml", "timestamp": 1619078208011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "clamp", "timestamp": 1619078211957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "clamp", "timestamp": 1619078213892, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.935Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.936Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "clamp", "timestamp": 1619078214895, "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-04-22T07:59:23.940Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 2021-04-22T07:59:23.941Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 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-04-22T07:59:23.948Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.948Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "aai-ml", "timestamp": 1619078215853, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T07:59:23.949Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T07:59:23.949Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T07:59:23.949Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "aai-ml", "timestamp": 1619078216856, "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-04-22T07:59:23.954Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 2021-04-22T07:59:23.954Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 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-04-22T07:59:37.289Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:59:37.300Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T07:59:37.303Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T07:59:37.304Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-22T07:59:37.304Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-22T07:59:37.304Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-22T07:59:37.304Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:59:37.304Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:59:37.304Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:59:37.304Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:59:37.304Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:59:37.304Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T07:59:37.304Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-22T07:59:37.309Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-22T08:00:07.310Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a991c247-142b-4e31-bf85-c780abc7f574 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-04-22T08:00:07.314Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a991c247-142b-4e31-bf85-c780abc7f574 and serviceModelVersionId: c86dd900-8cb7-4b2b-9c0a-a59d450566c6 2021-04-22T08:00:07.314Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2b5f50e-db7a-4748-b843-b58e405f8c20 2021-04-22T08:00:07.315Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2b5f50e-db7a-4748-b843-b58e405f8c20/model-vers/model-ver/c86dd900-8cb7-4b2b-9c0a-a59d450566c6?depth=0 2021-04-22T08:00:07.318Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-04-22T08:00:07.341Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2b5f50e-db7a-4748-b843-b58e405f8c20/model-vers/model-ver/c86dd900-8cb7-4b2b-9c0a-a59d450566c6?depth=0|INFO|500||Invoke 2021-04-22T08:00:07.341Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2b5f50e-db7a-4748-b843-b58e405f8c20/model-vers/model-ver/c86dd900-8cb7-4b2b-9c0a-a59d450566c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2b5f50e-db7a-4748-b843-b58e405f8c20/model-vers/model-ver/c86dd900-8cb7-4b2b-9c0a-a59d450566c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a991c247-142b-4e31-bf85-c780abc7f574], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[60e39472-0886-499d-9af1-9b79a564ada4], X-ECOMP-RequestID=[a991c247-142b-4e31-bf85-c780abc7f574], X-TransactionId=[], X-ONAP-RequestID=[a991c247-142b-4e31-bf85-c780abc7f574], Content-Type=[application/merge-patch+json]} 2021-04-22T08:00:07.357Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2b5f50e-db7a-4748-b843-b58e405f8c20/model-vers/model-ver/c86dd900-8cb7-4b2b-9c0a-a59d450566c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-22T08:00:07.433Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2b5f50e-db7a-4748-b843-b58e405f8c20/model-vers/model-ver/c86dd900-8cb7-4b2b-9c0a-a59d450566c6?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/a2b5f50e-db7a-4748-b843-b58e405f8c20/model-vers/model-ver/c86dd900-8cb7-4b2b-9c0a-a59d450566c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210422-08:00:07:363-27793], vertex-id=[434240], Content-Length=[0], Date=[Thu, 22 Apr 2021 08:00:07 GMT], Content-Type=[application/json]} 2021-04-22T08:00:07.434Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2b5f50e-db7a-4748-b843-b58e405f8c20/model-vers/model-ver/c86dd900-8cb7-4b2b-9c0a-a59d450566c6?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-22T08:00:07.434Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2b5f50e-db7a-4748-b843-b58e405f8c20/model-vers/model-ver/c86dd900-8cb7-4b2b-9c0a-a59d450566c6?depth=0|INFO|500||InvokeReturn 2021-04-22T08:00:07.434Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-22T08:00:07.434Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-22T08:00:07.437Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-22T08:00:07.437Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a991c247-142b-4e31-bf85-c780abc7f574 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-22T08:00:07.438Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-22T08:00:07.438Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:07.439Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:07.439Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078407437, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T08:00:07.539Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:00:07.540Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:07.540Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:07.553Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:07.553Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-22T08:00:08.450Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-22T08:00:08.450Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bb2d968d-40eb-4e64-a0ab-82cd5b3d1801","serviceDescription":"service","serviceInvariantUUID":"70b4a7e7-e8c3-4b29-b783-f35840b2c531","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f4431f3-09aa-4153-bf36-bf1382f2e67a","resourceInvariantUUID":"7df3dc8e-1cfe-477f-8aeb-5273f0a4c5bd","resourceCustomizationUUID":"9375a0d2-83b5-4708-989a-8f23fdce1974","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YjQyZTdlZWMxOGUwOGE3ZDMxMWIyMzBiZDQyNGU1NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26fd36e0-8e4b-4932-8015-a0f724efcb35","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NGZlODRmYTg1MzRhNzcxMzZlNTNhN2Q3MTIxYTA2YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c05ac75-6b1e-463c-a09d-87050a022b2c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bead1b47-4fd4-4a5d-b099-2913097ba1c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f58fc91f-eeb1-41a5-91ad-39c7638b86ab","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8c5f2a20-5572-407a-93f3-2707af9b8351","artifactVersion":"2","generatedFromUUID":"bead1b47-4fd4-4a5d-b099-2913097ba1c0"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZDZjOTllY2I4YWY1OGExMmUyNjBjN2E5NDkyMDZkZTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"44964e8c-dcdd-4c39-9540-a0f14f5bab6c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"Mjk0OWQ3YmZmYTg4YWM3MjNjMmU4NzUxNjNkOGZiOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77517a64-5257-401c-b5e3-a9450b188643","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTBjZDQxNGM3OTFhZTY1NWU2MmE1YjRkNmUzMzY0ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c347a7cc-9caf-45bb-be8a-c7921e21ea6b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-22T08:00:08.450Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:00:08.450Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:08.451Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:08.451Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:00:08.552Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:00:08.552Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:08.552Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:08.562Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:08.562Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:09.452Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:00:09.453Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:09.455Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:09.455Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-22T08:00:09.555Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:00:09.556Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:09.556Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:09.566Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:09.567Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:10.455Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:00:10.456Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:10.457Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:10.457Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-22T08:00:10.558Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T08:00:10.559Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:10.559Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:10.567Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:10.568Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:11.458Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:00:11.458Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:11.460Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:11.460Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:00:11.560Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:00:11.561Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:11.561Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:11.572Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:11.573Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:12.460Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:00:12.460Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:12.462Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:12.463Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-22T08:00:12.562Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-22T08:00:12.564Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:12.564Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:12.573Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:12.573Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:13.463Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:00:13.464Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:13.466Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:13.466Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-22T08:00:13.566Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:00:13.567Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:13.567Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:13.577Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:13.578Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:14.467Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:00:14.468Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:14.469Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:14.469Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:00:14.570Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T08:00:14.570Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:14.571Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:14.581Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:14.581Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:15.470Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:00:15.470Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:15.472Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:15.472Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:00:15.572Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:00:15.573Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:15.573Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:15.582Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:15.583Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:16.473Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "bb2d968d-40eb-4e64-a0ab-82cd5b3d1801", "serviceDescription": "service", "serviceInvariantUUID": "70b4a7e7-e8c3-4b29-b783-f35840b2c531", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "9375a0d2-83b5-4708-989a-8f23fdce1974", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9f4431f3-09aa-4153-bf36-bf1382f2e67a", "resourceInvariantUUID": "7df3dc8e-1cfe-477f-8aeb-5273f0a4c5bd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "NGZlODRmYTg1MzRhNzcxMzZlNTNhN2Q3MTIxYTA2YTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8c05ac75-6b1e-463c-a09d-87050a022b2c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "bead1b47-4fd4-4a5d-b099-2913097ba1c0", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8c5f2a20-5572-407a-93f3-2707af9b8351", "generatedFromUUID": "bead1b47-4fd4-4a5d-b099-2913097ba1c0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8c5f2a20-5572-407a-93f3-2707af9b8351", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZTBjZDQxNGM3OTFhZTY1NWU2MmE1YjRkNmUzMzY0ZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c347a7cc-9caf-45bb-be8a-c7921e21ea6b" } ], "workloadContext": "Production" } 2021-04-22T08:00:16.474Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-22T08:00:16.474Z|a991c247-142b-4e31-bf85-c780abc7f574|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bb2d968d-40eb-4e64-a0ab-82cd5b3d1801 ASDC 2021-04-22T08:00:16.474Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:bb2d968d-40eb-4e64-a0ab-82cd5b3d1801 ServiceInvariantUUID:70b4a7e7-e8c3-4b29-b783-f35840b2c531 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:c347a7cc-9caf-45bb-be8a-c7921e21ea6b ArtifactChecksum:ZTBjZDQxNGM3OTFhZTY1NWU2MmE1YjRkNmUzMzY0ZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:9375a0d2-83b5-4708-989a-8f23fdce1974 ResourceInvariantUUID:7df3dc8e-1cfe-477f-8aeb-5273f0a4c5bd ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:9f4431f3-09aa-4153-bf36-bf1382f2e67a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:8c05ac75-6b1e-463c-a09d-87050a022b2c ArtifactChecksum:NGZlODRmYTg1MzRhNzcxMzZlNTNhN2Q3MTIxYTA2YTg= 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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:bead1b47-4fd4-4a5d-b099-2913097ba1c0 ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= 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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:8c5f2a20-5572-407a-93f3-2707af9b8351 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= 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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:8c5f2a20-5572-407a-93f3-2707af9b8351 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-22T08:00:16.474Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb2d968d-40eb-4e64-a0ab-82cd5b3d1801 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-22T08:00:16.504Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T08:00:16.504Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-22T08:00:16.505Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-22T08:00:16.505Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c347a7cc-9caf-45bb-be8a-c7921e21ea6b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-22T08:00:16.505Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T08:00:16.505Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-22T08:00:18.123Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T08:00:18.128Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c347a7cc-9caf-45bb-be8a-c7921e21ea6b 82043 2021-04-22T08:00:18.128Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-04-22T08:00:18.128Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-22T08:00:18.128Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T08:00:18.128Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:18.130Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:18.130Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078418128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T08:00:18.230Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:00:18.230Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:18.231Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:18.239Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:18.239Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:19.130Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T08:00:19.131Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-22T08:00:19.131Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c347a7cc-9caf-45bb-be8a-c7921e21ea6b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:19.131Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-04-22T08:00:19.132Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:19.132Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:19.238Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16256711606746497322/Definitions/service-BasicVmMacro-template.yml 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_vlan_requirements" 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 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_name" is not provided 2021-04-22T08:00:20.210Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-22T08:00:20.210Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-22T08:00:20.211Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T08:00:20.212Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.212Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:20.212Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-22T08:00:20.212Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-22T08:00:20.212Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T08:00:20.212Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.212Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:20.212Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.212Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-22T08:00:20.212Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-22T08:00:20.213Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-22T08:00:20.213Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T08:00:20.214Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a5624446-1cfa-4bb3-84cb-b8ba51ca4aec 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:20.215Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:bb2d968d-40eb-4e64-a0ab-82cd5b3d1801 Model Version:NULL Model InvariantUuid:70b4a7e7-e8c3-4b29-b783-f35840b2c531 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:33c2e11c-911f-4267-a49f-5362f0b57b7c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7df3dc8e-1cfe-477f-8aeb-5273f0a4c5bd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9375a0d2-83b5-4708-989a-8f23fdce1974 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:eb60a89d-eb6b-46bb-853d-e386a8bb8765 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:90cca76e-54da-41dd-90a4-b45fef71dca2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a5624446-1cfa-4bb3-84cb-b8ba51ca4aec ModelInvariantUuid:d40961ea-68ae-41f7-8537-e49154c7a5ce ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:fa7a2246-f7d1-44b1-a2c4-dfa5cccb1dd9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:b0996a9e-e823-4146-bfac-766a23658b48 ModelInvariantUuid:569bf9d0-9b88-407b-a113-fb99f5bf856c ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:7ce89d95-9548-4fd4-841c-01876e2910ef 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-04-22T08:00:20.220Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f4431f3-09aa-4153-bf36-bf1382f2e67a 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-04-22T08:00:20.221Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2021-04-22T08:00:20.222Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f4431f3-09aa-4153-bf36-bf1382f2e67a 2021-04-22T08:00:20.222Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8c05ac75-6b1e-463c-a09d-87050a022b2c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-22T08:00:20.222Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T08:00:20.222Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-22T08:00:20.758Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T08:00:20.758Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8c05ac75-6b1e-463c-a09d-87050a022b2c 792 2021-04-22T08:00:20.758Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-04-22T08:00:20.758Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-22T08:00:20.758Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T08:00:20.759Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:20.760Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:20.760Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078420758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T08:00:20.861Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T08:00:20.861Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:20.861Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:20.872Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:20.872Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:21.761Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "eb60a89d-eb6b-46bb-853d-e386a8bb8765", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90cca76e-54da-41dd-90a4-b45fef71dca2", "vfModuleModelCustomizationUUID": "9feb7907-fe65-43ce-af5b-8c62cfe1876c", "isBase": true, "artifacts": [ "bead1b47-4fd4-4a5d-b099-2913097ba1c0", "8c5f2a20-5572-407a-93f3-2707af9b8351" ], "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-04-22T08:00:21.766Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90cca76e-54da-41dd-90a4-b45fef71dca2 VfModuleModelInvariantUUID:eb60a89d-eb6b-46bb-853d-e386a8bb8765 VfModuleModelDescription:NULL Artifacts UUID List:{ bead1b47-4fd4-4a5d-b099-2913097ba1c0 , 8c5f2a20-5572-407a-93f3-2707af9b8351 } 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-04-22T08:00:21.769Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "eb60a89d-eb6b-46bb-853d-e386a8bb8765", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90cca76e-54da-41dd-90a4-b45fef71dca2", "vfModuleModelCustomizationUUID": "9feb7907-fe65-43ce-af5b-8c62cfe1876c", "isBase": true, "artifacts": [ "bead1b47-4fd4-4a5d-b099-2913097ba1c0", "8c5f2a20-5572-407a-93f3-2707af9b8351" ], "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-04-22T08:00:21.770Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90cca76e-54da-41dd-90a4-b45fef71dca2 VfModuleModelInvariantUUID:eb60a89d-eb6b-46bb-853d-e386a8bb8765 VfModuleModelDescription:NULL Artifacts UUID List:{ bead1b47-4fd4-4a5d-b099-2913097ba1c0 , 8c5f2a20-5572-407a-93f3-2707af9b8351 } 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-04-22T08:00:21.770Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bead1b47-4fd4-4a5d-b099-2913097ba1c0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-22T08:00:21.770Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T08:00:21.770Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-22T08:00:22.361Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T08:00:22.361Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bead1b47-4fd4-4a5d-b099-2913097ba1c0 5033 2021-04-22T08:00:22.361Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-22T08:00:22.361Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-22T08:00:22.361Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T08:00:22.361Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:22.362Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:22.363Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078422361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T08:00:22.463Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:00:22.463Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:22.463Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:22.472Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:22.473Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:23.363Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8c5f2a20-5572-407a-93f3-2707af9b8351 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-22T08:00:23.363Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T08:00:23.363Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-22T08:00:23.525Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T08:00:23.525Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8c5f2a20-5572-407a-93f3-2707af9b8351 903 2021-04-22T08:00:23.525Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-22T08:00:23.525Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-22T08:00:23.525Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T08:00:23.525Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:23.527Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:23.527Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078423525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-22T08:00:23.627Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:00:23.627Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:23.628Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:23.636Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:23.637Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:00:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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-04-22T08:00:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:00:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbb96c34-08aa-4e41-9402-bd9d49ada22f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078296636, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T08:00:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:00:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:00:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:00:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:00:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:00:24.527Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bb2d968d-40eb-4e64-a0ab-82cd5b3d1801 2021-04-22T08:00:24.528Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 9f4431f3-09aa-4153-bf36-bf1382f2e67a 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-04-22T08:00:24.537Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.538Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:24.538Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-04-22T08:00:24.538Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9375a0d2-83b5-4708-989a-8f23fdce1974 2021-04-22T08:00:24.538Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9375a0d2-83b5-4708-989a-8f23fdce1974 matches Tosca VF Customization UUID: 9375a0d2-83b5-4708-989a-8f23fdce1974 2021-04-22T08:00:24.538Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9375a0d2-83b5-4708-989a-8f23fdce1974 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-04-22T08:00:24.540Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.540Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:24.540Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9375a0d2-83b5-4708-989a-8f23fdce1974: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-04-22T08:00:24.540Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f9f8d6e 2021-04-22T08:00:24.541Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.541Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-22T08:00:24.541Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9feb7907-fe65-43ce-af5b-8c62cfe1876c 2021-04-22T08:00:24.541Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9feb7907-fe65-43ce-af5b-8c62cfe1876c 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-04-22T08:00:24.542Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.543Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-22T08:00:24.543Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T08:00:24.543Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.543Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-22T08:00:24.543Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T08:00:24.543Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.544Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-22T08:00:24.544Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-22T08:00:24.544Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-22T08:00:24.544Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a5624446-1cfa-4bb3-84cb-b8ba51ca4aec 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-04-22T08:00:24.546Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.546Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-22T08:00:24.546Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T08:00:24.547Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.547Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-22T08:00:24.547Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9375a0d2-83b5-4708-989a-8f23fdce1974 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-04-22T08:00:24.549Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.549Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:24.549Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bb2d968d-40eb-4e64-a0ab-82cd5b3d1801: basic_vm_macro 2021-04-22T08:00:24.549Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.549Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:24.549Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.550Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:24.550Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.550Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:24.550Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.550Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:24.550Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:00:24.550Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:00:24.550Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 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-04-22T08:00:24.657Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 9f4431f3-09aa-4153-bf36-bf1382f2e67a 1 ASDC deployResourceStructure 2021-04-22T08:00:24.657Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-04-22T08:00:24.657Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-22T08:00:24.658Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T08:00:24.658Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:24.660Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:24.660Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078424657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T08:00:24.759Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-22T08:00:24.760Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:24.764Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:24.773Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:24.774Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:25.661Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-22T08:00:25.661Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-22T08:00:25.661Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T08:00:25.661Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:25.663Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:25.664Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078425660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-22T08:00:25.764Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:00:25.764Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:25.764Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:25.773Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:25.773Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:26.664Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-22T08:00:26.665Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-22T08:00:26.665Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T08:00:26.665Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:26.666Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:26.666Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078426664, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-22T08:00:26.767Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T08:00:26.767Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:26.767Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:26.777Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:26.777Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:27.667Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-04-22T08:00:27.667Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-22T08:00:27.667Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T08:00:27.668Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:27.669Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:27.669Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078427667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T08:00:27.769Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:00:27.770Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:27.770Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:27.778Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:27.778Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:00:28.669Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 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-04-22T08:00:28.679Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 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-04-22T08:00:28.681Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T08:00:28.681Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-22T08:00:28.681Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-22T08:00:28.682Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-22T08:00:28.682Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T08:00:28.682Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T08:00:28.682Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T08:00:28.682Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T08:00:28.682Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T08:00:28.682Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T08:00:28.682Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-22T08:00:28.687Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-22T08:00:58.688Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 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-04-22T08:00:58.695Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 and serviceModelVersionId: bb2d968d-40eb-4e64-a0ab-82cd5b3d1801 2021-04-22T08:00:58.695Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70b4a7e7-e8c3-4b29-b783-f35840b2c531 2021-04-22T08:00:58.696Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70b4a7e7-e8c3-4b29-b783-f35840b2c531/model-vers/model-ver/bb2d968d-40eb-4e64-a0ab-82cd5b3d1801?depth=0 2021-04-22T08:00:58.700Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-04-22T08:00:58.729Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70b4a7e7-e8c3-4b29-b783-f35840b2c531/model-vers/model-ver/bb2d968d-40eb-4e64-a0ab-82cd5b3d1801?depth=0|INFO|500||Invoke 2021-04-22T08:00:58.729Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70b4a7e7-e8c3-4b29-b783-f35840b2c531/model-vers/model-ver/bb2d968d-40eb-4e64-a0ab-82cd5b3d1801?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70b4a7e7-e8c3-4b29-b783-f35840b2c531/model-vers/model-ver/bb2d968d-40eb-4e64-a0ab-82cd5b3d1801?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d948de79-c622-47e2-bc0f-5c9c96cde09d], X-ECOMP-RequestID=[3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8], X-TransactionId=[], X-ONAP-RequestID=[3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8], Content-Type=[application/merge-patch+json]} 2021-04-22T08:00:58.744Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70b4a7e7-e8c3-4b29-b783-f35840b2c531/model-vers/model-ver/bb2d968d-40eb-4e64-a0ab-82cd5b3d1801?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-22T08:00:58.835Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70b4a7e7-e8c3-4b29-b783-f35840b2c531/model-vers/model-ver/bb2d968d-40eb-4e64-a0ab-82cd5b3d1801?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/70b4a7e7-e8c3-4b29-b783-f35840b2c531/model-vers/model-ver/bb2d968d-40eb-4e64-a0ab-82cd5b3d1801?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210422-08:00:58:751-62544], vertex-id=[467008], Content-Length=[0], Date=[Thu, 22 Apr 2021 08:00:58 GMT], Content-Type=[application/json]} 2021-04-22T08:00:58.835Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70b4a7e7-e8c3-4b29-b783-f35840b2c531/model-vers/model-ver/bb2d968d-40eb-4e64-a0ab-82cd5b3d1801?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-22T08:00:58.836Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70b4a7e7-e8c3-4b29-b783-f35840b2c531/model-vers/model-ver/bb2d968d-40eb-4e64-a0ab-82cd5b3d1801?depth=0|INFO|500||InvokeReturn 2021-04-22T08:00:58.836Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-22T08:00:58.836Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-22T08:00:58.839Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-22T08:00:58.839Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-22T08:00:58.839Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-22T08:00:58.839Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:00:58.841Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:00:58.841Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078458839, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T08:00:58.941Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:00:58.942Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:00:58.942Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:00:58.954Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:00:58.954Z||pool-100-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-04-22T08:00:59.852Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:00:59.852Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|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-04-22T08:00:59.853Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:04.147Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:04.147Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-22T08:01:04.147Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed27f984-6381-44c2-a2e9-4d4dc860f49a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"08630ff1-16ae-43c8-978e-7acf11bdf2b3","serviceDescription":"service","serviceInvariantUUID":"650b5609-8b35-47f5-a268-45f55b4d10b0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e69599e4-b391-45f4-997e-f56a6cb09bf9","resourceInvariantUUID":"9151e6bf-2658-42fb-9404-443945c2b3ea","resourceCustomizationUUID":"98a8ebd1-a95f-4e56-8616-393e19387193","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YWMyOTc2Mjk1ZTdhN2M1ODc0OGY2ODg2M2U2NjBkM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20484a8b-9fc8-4479-ab59-faa600dcef8b","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"728c141d-c9f6-415b-a99d-805fefadd21f","artifactVersion":"2","generatedFromUUID":"ce494353-409a-4360-ab66-58fd5d2a5ddf"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce494353-409a-4360-ab66-58fd5d2a5ddf","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MTU1M2E5MmFmMWJkNzIxOWRkZDVhNWYzMDlhZTQwMWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"788e39e8-9576-4224-bf03-164d84d3ed16","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7b4eda5a-48ce-43d2-b2b0-c8a2452cdcfb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd349f1f-0f58-4f10-9c02-6492c0dbdcf8","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9cb8b74b-c9ab-48b9-bdf3-283a48580493","artifactVersion":"2","generatedFromUUID":"7b4eda5a-48ce-43d2-b2b0-c8a2452cdcfb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTk1Y2JlMWUwOTkwZGE3ODM1MWViNjQ1NTFlOTQ4ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce810530-2b45-4c47-a513-42f4164a10ec","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzQ0N2JjMjAzNWJjOGY2NDc1YjFkODViOWNhNDAzMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30742e83-a1ed-4cfd-8977-c68746372ab6","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-22T08:01:04.149Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:01:04.149Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:04.150Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:04.150Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:01:04.251Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:04.251Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:04.252Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:04.261Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:04.262Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:05.151Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:01:05.152Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:05.153Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:05.154Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-22T08:01:05.254Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:05.254Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:05.254Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:05.264Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:05.264Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:06.154Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:01:06.155Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:06.157Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:06.157Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-22T08:01:06.257Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:06.258Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:06.258Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:06.267Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:06.267Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-22T08:01:07.158Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:01:07.158Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:07.160Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:07.160Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-22T08:01:07.260Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:07.261Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:07.261Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:07.271Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:07.271Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:08.160Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:01:08.161Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:08.162Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:08.162Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-22T08:01:08.262Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:08.264Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:08.264Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:08.273Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:08.273Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:09.162Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:01:09.163Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:09.164Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:09.165Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:01:09.265Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:09.265Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:09.266Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:09.276Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:09.276Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:10.165Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:01:10.166Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:10.167Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:10.167Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-22T08:01:10.267Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:10.268Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:10.268Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:10.276Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:10.277Z||pool-107-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:11.168Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:01:11.169Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:11.170Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:11.170Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:01:11.271Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:11.271Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:11.271Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:11.280Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:11.280Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:12.171Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-22T08:01:12.172Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:12.173Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:12.173Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:01:12.274Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:12.274Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:12.274Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:12.284Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:12.284Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:13.174Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "08630ff1-16ae-43c8-978e-7acf11bdf2b3", "serviceDescription": "service", "serviceInvariantUUID": "650b5609-8b35-47f5-a268-45f55b4d10b0", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "98a8ebd1-a95f-4e56-8616-393e19387193", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e69599e4-b391-45f4-997e-f56a6cb09bf9", "resourceInvariantUUID": "9151e6bf-2658-42fb-9404-443945c2b3ea", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "728c141d-c9f6-415b-a99d-805fefadd21f", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ce494353-409a-4360-ab66-58fd5d2a5ddf", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "MTU1M2E5MmFmMWJkNzIxOWRkZDVhNWYzMDlhZTQwMWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "788e39e8-9576-4224-bf03-164d84d3ed16", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7b4eda5a-48ce-43d2-b2b0-c8a2452cdcfb", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9cb8b74b-c9ab-48b9-bdf3-283a48580493", "generatedFromUUID": "7b4eda5a-48ce-43d2-b2b0-c8a2452cdcfb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9cb8b74b-c9ab-48b9-bdf3-283a48580493", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MzQ0N2JjMjAzNWJjOGY2NDc1YjFkODViOWNhNDAzMDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "30742e83-a1ed-4cfd-8977-c68746372ab6" } ], "workloadContext": "Production" } 2021-04-22T08:01:13.175Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-22T08:01:13.175Z|3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 08630ff1-16ae-43c8-978e-7acf11bdf2b3 ASDC 2021-04-22T08:01:13.176Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:ed27f984-6381-44c2-a2e9-4d4dc860f49a ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:08630ff1-16ae-43c8-978e-7acf11bdf2b3 ServiceInvariantUUID:650b5609-8b35-47f5-a268-45f55b4d10b0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:30742e83-a1ed-4cfd-8977-c68746372ab6 ArtifactChecksum:MzQ0N2JjMjAzNWJjOGY2NDc1YjFkODViOWNhNDAzMDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:98a8ebd1-a95f-4e56-8616-393e19387193 ResourceInvariantUUID:9151e6bf-2658-42fb-9404-443945c2b3ea ResourceName:basic_cnf ResourceType:VF ResourceUUID:e69599e4-b391-45f4-997e-f56a6cb09bf9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:728c141d-c9f6-415b-a99d-805fefadd21f ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:ce494353-409a-4360-ab66-58fd5d2a5ddf ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:788e39e8-9576-4224-bf03-164d84d3ed16 ArtifactChecksum:MTU1M2E5MmFmMWJkNzIxOWRkZDVhNWYzMDlhZTQwMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:7b4eda5a-48ce-43d2-b2b0-c8a2452cdcfb ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:9cb8b74b-c9ab-48b9-bdf3-283a48580493 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:9cb8b74b-c9ab-48b9-bdf3-283a48580493 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-22T08:01:13.176Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08630ff1-16ae-43c8-978e-7acf11bdf2b3 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-04-22T08:01:13.204Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T08:01:13.205Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-22T08:01:13.205Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-22T08:01:13.205Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 30742e83-a1ed-4cfd-8977-c68746372ab6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-22T08:01:13.205Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T08:01:13.205Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-22T08:01:14.153Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T08:01:14.155Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 30742e83-a1ed-4cfd-8977-c68746372ab6 71169 2021-04-22T08:01:14.155Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-22T08:01:14.156Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-22T08:01:14.156Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T08:01:14.156Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:14.157Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:14.158Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078474155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T08:01:14.258Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:14.258Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:14.258Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:14.267Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:14.268Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:15.158Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-22T08:01:15.159Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-22T08:01:15.159Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 30742e83-a1ed-4cfd-8977-c68746372ab6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-22T08:01:15.159Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-04-22T08:01:15.160Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-22T08:01:15.160Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-22T08:01:15.255Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17708201025167025653/Definitions/service-BasicCnf-template.yml 2021-04-22T08:01:16.242Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-22T08:01:16.242Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-22T08:01:16.242Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-22T08:01:16.243Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-04-22T08:01:16.243Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-22T08:01:16.243Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-22T08:01:16.243Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-22T08:01:16.243Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-22T08:01:16.243Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar 2021-04-22T08:01:16.243Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-22T08:01:16.243Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.243Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:16.243Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-22T08:01:16.243Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-22T08:01:16.243Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T08:01:16.244Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.244Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:16.244Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-22T08:01:16.244Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-22T08:01:16.244Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-22T08:01:16.244Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.244Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:16.244Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.244Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-22T08:01:16.244Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-04-22T08:01:16.245Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2021-04-22T08:01:16.245Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-22T08:01:16.245Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.245Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-22T08:01:16.245Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.245Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-22T08:01:16.245Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T08:01:16.245Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.245Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-22T08:01:16.245Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T08:01:16.245Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.246Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-22T08:01:16.246Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T08:01:16.246Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.246Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-22T08:01:16.246Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-22T08:01:16.246Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=55854081-1a33-48ae-9539-4f2bc190935c 2021-04-22T08:01:16.246Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.246Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:16.246Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.247Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:16.247Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.247Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:16.247Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:16.247Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:16.247Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:08630ff1-16ae-43c8-978e-7acf11bdf2b3 Model Version:NULL Model InvariantUuid:650b5609-8b35-47f5-a268-45f55b4d10b0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:772eb631-be12-4807-b300-348820024070 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9151e6bf-2658-42fb-9404-443945c2b3ea Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:98a8ebd1-a95f-4e56-8616-393e19387193 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e236b999-f8ba-4097-8e81-44fd5140198f ModelName:BasicCnf..base_dummy..module-0 ModelUuid:8e1d9e7b-3e30-4688-813d-388ab24e2cf2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:55854081-1a33-48ae-9539-4f2bc190935c ModelInvariantUuid:31d1c5a9-a3ff-4a8b-bf46-13411f483aa1 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:5f995747-0147-4e09-a6cb-e196938ca912 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:5b407f2a-8d0f-474c-bda3-ffd55b14b7f4 ModelInvariantUuid:7af7cf85-1cc5-4c7d-a91e-62e3f84f7aa0 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ddbeb650-dc1a-4f53-a2a7-74a3f1479ad1 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-04-22T08:01:16.252Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e69599e4-b391-45f4-997e-f56a6cb09bf9 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-04-22T08:01:16.253Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||basic_cnf 0 2021-04-22T08:01:16.254Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e69599e4-b391-45f4-997e-f56a6cb09bf9 2021-04-22T08:01:16.254Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 728c141d-c9f6-415b-a99d-805fefadd21f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-22T08:01:16.254Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T08:01:16.254Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-22T08:01:17.416Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T08:01:17.416Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 728c141d-c9f6-415b-a99d-805fefadd21f 12 2021-04-22T08:01:17.417Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-22T08:01:17.417Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-22T08:01:17.417Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T08:01:17.417Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:17.419Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:17.420Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078477417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-22T08:01:17.519Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-22T08:01:17.521Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:17.521Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:17.530Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:17.531Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:18.420Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ce494353-409a-4360-ab66-58fd5d2a5ddf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-22T08:01:18.421Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T08:01:18.421Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-22T08:01:18.769Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T08:01:18.770Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ce494353-409a-4360-ab66-58fd5d2a5ddf 2688 2021-04-22T08:01:18.770Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-22T08:01:18.770Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-22T08:01:18.770Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T08:01:18.770Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:18.772Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:18.772Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078478770, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-22T08:01:18.872Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:18.873Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:18.873Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:18.882Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:18.882Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:19.773Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 788e39e8-9576-4224-bf03-164d84d3ed16 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-22T08:01:19.774Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T08:01:19.774Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-22T08:01:19.984Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T08:01:19.984Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 788e39e8-9576-4224-bf03-164d84d3ed16 828 2021-04-22T08:01:19.985Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-22T08:01:19.985Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-22T08:01:19.985Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T08:01:19.985Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:19.987Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:19.988Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078479985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T08:01:20.088Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:20.096Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:20.096Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:20.105Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:20.105Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-04-22T08:01:20.988Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e236b999-f8ba-4097-8e81-44fd5140198f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8e1d9e7b-3e30-4688-813d-388ab24e2cf2", "vfModuleModelCustomizationUUID": "80964749-131a-4013-969d-c94d04296048", "isBase": true, "artifacts": [ "7b4eda5a-48ce-43d2-b2b0-c8a2452cdcfb", "ce494353-409a-4360-ab66-58fd5d2a5ddf", "9cb8b74b-c9ab-48b9-bdf3-283a48580493" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-22T08:01:20.991Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8e1d9e7b-3e30-4688-813d-388ab24e2cf2 VfModuleModelInvariantUUID:e236b999-f8ba-4097-8e81-44fd5140198f VfModuleModelDescription:NULL Artifacts UUID List:{ 7b4eda5a-48ce-43d2-b2b0-c8a2452cdcfb , ce494353-409a-4360-ab66-58fd5d2a5ddf , 9cb8b74b-c9ab-48b9-bdf3-283a48580493 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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-04-22T08:01:20.992Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e236b999-f8ba-4097-8e81-44fd5140198f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8e1d9e7b-3e30-4688-813d-388ab24e2cf2", "vfModuleModelCustomizationUUID": "80964749-131a-4013-969d-c94d04296048", "isBase": true, "artifacts": [ "7b4eda5a-48ce-43d2-b2b0-c8a2452cdcfb", "ce494353-409a-4360-ab66-58fd5d2a5ddf", "9cb8b74b-c9ab-48b9-bdf3-283a48580493" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-22T08:01:20.992Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8e1d9e7b-3e30-4688-813d-388ab24e2cf2 VfModuleModelInvariantUUID:e236b999-f8ba-4097-8e81-44fd5140198f VfModuleModelDescription:NULL Artifacts UUID List:{ 7b4eda5a-48ce-43d2-b2b0-c8a2452cdcfb , ce494353-409a-4360-ab66-58fd5d2a5ddf , 9cb8b74b-c9ab-48b9-bdf3-283a48580493 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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-04-22T08:01:20.992Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7b4eda5a-48ce-43d2-b2b0-c8a2452cdcfb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-22T08:01:20.993Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T08:01:20.993Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-22T08:01:21.551Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T08:01:21.551Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7b4eda5a-48ce-43d2-b2b0-c8a2452cdcfb 1164 2021-04-22T08:01:21.551Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-22T08:01:21.552Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-22T08:01:21.552Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T08:01:21.552Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:21.553Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:21.553Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078481551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T08:01:21.653Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:21.654Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:21.654Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:21.664Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:21.665Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:22.554Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9cb8b74b-c9ab-48b9-bdf3-283a48580493 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-22T08:01:22.554Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-22T08:01:22.554Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-22T08:01:23.059Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-22T08:01:23.060Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9cb8b74b-c9ab-48b9-bdf3-283a48580493 200 2021-04-22T08:01:23.060Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-22T08:01:23.060Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-22T08:01:23.060Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-22T08:01:23.060Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:23.062Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:23.062Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078483060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-22T08:01:23.162Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:23.162Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:23.163Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:23.172Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:23.172Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-22T08:01:23.785Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:01:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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-04-22T08:01:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:23.800Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:23.800Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:01:23.800Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078304925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078307335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078308937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078312160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078313253, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T08:01:23.801Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:01:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:01:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078314255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-22T08:01:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:01:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:01:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078315259, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-22T08:01:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:01:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:01:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078316261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T08:01:23.802Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:01:24.062Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 08630ff1-16ae-43c8-978e-7acf11bdf2b3 2021-04-22T08:01:24.063Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e69599e4-b391-45f4-997e-f56a6cb09bf9 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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=? 2021-04-22T08:01:24.072Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported 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-04-22T08:01:24.075Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.076Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:24.076Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-04-22T08:01:24.076Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 98a8ebd1-a95f-4e56-8616-393e19387193 2021-04-22T08:01:24.076Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98a8ebd1-a95f-4e56-8616-393e19387193 matches Tosca VF Customization UUID: 98a8ebd1-a95f-4e56-8616-393e19387193 2021-04-22T08:01:24.076Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 98a8ebd1-a95f-4e56-8616-393e19387193 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-04-22T08:01:24.078Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.078Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:24.078Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 98a8ebd1-a95f-4e56-8616-393e19387193: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-04-22T08:01:24.078Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c603781 2021-04-22T08:01:24.078Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.078Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-22T08:01:24.078Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80964749-131a-4013-969d-c94d04296048 2021-04-22T08:01:24.079Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80964749-131a-4013-969d-c94d04296048 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-04-22T08:01:24.080Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.080Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-22T08:01:24.080Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T08:01:24.080Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.081Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-22T08:01:24.081Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T08:01:24.081Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.081Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-22T08:01:24.081Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-22T08:01:24.081Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=55854081-1a33-48ae-9539-4f2bc190935c 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-04-22T08:01:24.082Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.083Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-22T08:01:24.083Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-22T08:01:24.083Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.083Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-22T08:01:24.083Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=98a8ebd1-a95f-4e56-8616-393e19387193 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-04-22T08:01:24.084Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.084Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:24.084Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 08630ff1-16ae-43c8-978e-7acf11bdf2b3: basic_cnf 2021-04-22T08:01:24.084Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.084Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:24.084Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.084Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:24.085Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.085Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:24.085Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.085Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:24.085Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-22T08:01:24.085Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-22T08:01:24.085Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 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: 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 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-04-22T08:01:24.134Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e69599e4-b391-45f4-997e-f56a6cb09bf9 1 ASDC deployResourceStructure 2021-04-22T08:01:24.134Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-22T08:01:24.134Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-04-22T08:01:24.135Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-22T08:01:24.135Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:24.136Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:24.136Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078484134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-22T08:01:24.237Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-22T08:01:24.237Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:24.238Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:24.247Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:24.248Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:25.137Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-22T08:01:25.138Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-04-22T08:01:25.138Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-22T08:01:25.138Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:25.140Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:25.140Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078485137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-22T08:01:25.241Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:25.241Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:25.241Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:25.250Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:25.251Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:26.141Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-22T08:01:26.142Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-22T08:01:26.142Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T08:01:26.142Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:26.144Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:26.144Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078486141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T08:01:26.244Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:26.245Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:26.245Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:26.253Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:26.254Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:27.145Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-22T08:01:27.146Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-22T08:01:27.146Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T08:01:27.146Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:27.147Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:27.147Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078487145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-22T08:01:27.248Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:27.249Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:27.249Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:27.257Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:27.257Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:28.149Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-22T08:01:28.149Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-22T08:01:28.149Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T08:01:28.149Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:28.150Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:28.150Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078488148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-22T08:01:28.250Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:28.251Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:28.251Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:28.260Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:28.260Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:29.151Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-22T08:01:29.152Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-22T08:01:29.152Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-22T08:01:29.152Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:01:29.154Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:01:29.154Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078489151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T08:01:29.254Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:01:29.255Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:01:29.256Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:01:29.269Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:01:29.269Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-22T08:01:30.155Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:01:30.164Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:01:30.166Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T08:01:30.167Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T08:01:30.167Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T08:02:00.167Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:02:00.175Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:02:00.177Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T08:02:00.177Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-22T08:02:00.178Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-22T08:02:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:02:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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-04-22T08:02:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:02:23.803Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:02:23.811Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.811Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078373860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.812Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.812Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.812Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "ves-openapi-manager", "timestamp": 1619078372166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.812Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.812Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.812Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078376985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "aai-ml", "timestamp": 1619078379179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078379609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078373860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.813Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "ves-openapi-manager", "timestamp": 1619078372166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078376985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-22T08:02:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "aai-ml", "timestamp": 1619078379179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078379609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-22T08:02:23.814Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078373860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "ves-openapi-manager", "timestamp": 1619078372166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078376985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "aai-ml", "timestamp": 1619078379179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.815Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "cds", "timestamp": 1619078381229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078379609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078373860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "ves-openapi-manager", "timestamp": 1619078372166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078376985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "aai-ml", "timestamp": 1619078379179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "cds", "timestamp": 1619078381229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078379609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.816Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078373860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "ves-openapi-manager", "timestamp": 1619078372166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078376985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "aai-ml", "timestamp": 1619078379179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "cds", "timestamp": 1619078381229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "dcae-sch", "timestamp": 1619078383403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078379609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078373860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.817Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "ves-openapi-manager", "timestamp": 1619078372166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078376985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "aai-ml", "timestamp": 1619078379179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "cds", "timestamp": 1619078381229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "dcae-sch", "timestamp": 1619078383403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078379609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.818Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078373860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "ves-openapi-manager", "timestamp": 1619078372166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078376985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "aai-ml", "timestamp": 1619078379179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "cds", "timestamp": 1619078381229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "dcae-sch", "timestamp": 1619078383403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078385597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078379609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.819Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078373860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "ves-openapi-manager", "timestamp": 1619078372166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078376985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "aai-ml", "timestamp": 1619078379179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "cds", "timestamp": 1619078381229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "dcae-sch", "timestamp": 1619078383403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078385597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078379609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.820Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078373860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "ves-openapi-manager", "timestamp": 1619078372166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078376985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "aai-ml", "timestamp": 1619078379179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "cds", "timestamp": 1619078381229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "dcae-sch", "timestamp": 1619078383403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078385597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078379609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "policy-id", "timestamp": 1619078388030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.821Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "cds", "timestamp": 1619078381229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078388948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "dcae-sch", "timestamp": 1619078383403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078385597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078389254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "policy-id", "timestamp": 1619078388030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "cds", "timestamp": 1619078381229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "dcae-sch", "timestamp": 1619078383403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.822Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078385597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "policy-id", "timestamp": 1619078388030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078390945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "aai-ml", "timestamp": 1619078391015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "dcae-sch", "timestamp": 1619078383403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078385597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "policy-id", "timestamp": 1619078388030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078391852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.823Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.824Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619078391947, "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-04-22T08:02:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed27f984-6381-44c2-a2e9-4d4dc860f49a 2021-04-22T08:02:23.831Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "dcae-sch", "timestamp": 1619078383403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078385597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "policy-id", "timestamp": 1619078388030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "cds", "timestamp": 1619078392773, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078392858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.839Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078385597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "policy-id", "timestamp": 1619078388030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.840Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "cds", "timestamp": 1619078393776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-04-22T08:02:23.844Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed27f984-6381-44c2-a2e9-4d4dc860f49a 2021-04-22T08:02:23.844Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:02:23.851Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078393859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078385597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "clamp", "timestamp": 1619078393724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "policy-id", "timestamp": 1619078388030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078395148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.852Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "clamp", "timestamp": 1619078393724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "policy-id", "timestamp": 1619078388030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "clamp", "timestamp": 1619078393724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "policy-id", "timestamp": 1619078388030, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078397048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078397047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "clamp", "timestamp": 1619078393724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078397613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "clamp", "timestamp": 1619078393724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.853Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.854Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078398616, "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-04-22T08:02:23.857Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed27f984-6381-44c2-a2e9-4d4dc860f49a 2021-04-22T08:02:23.857Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:02:23.864Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "policy-id", "timestamp": 1619078399061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "clamp", "timestamp": 1619078393724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078399456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078399459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619078399621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.865Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "policy-id", "timestamp": 1619078400064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T08:02:23.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "aai-ml", "timestamp": 1619078400358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T08:02:23.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "clamp", "timestamp": 1619078393724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.866Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078400508, "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-04-22T08:02:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed27f984-6381-44c2-a2e9-4d4dc860f49a 2021-04-22T08:02:23.870Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:02:23.875Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.875Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "policy-id", "timestamp": 1619078401066, "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-04-22T08:02:23.879Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed27f984-6381-44c2-a2e9-4d4dc860f49a 2021-04-22T08:02:23.879Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:02:23.884Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.884Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078401173, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.884Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.885Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.885Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "aai-ml", "timestamp": 1619078401363, "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-04-22T08:02:23.888Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed27f984-6381-44c2-a2e9-4d4dc860f49a 2021-04-22T08:02:23.889Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:02:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "clamp", "timestamp": 1619078393724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-k8s-id", "timestamp": 1619078401511, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T08:02:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "clamp", "timestamp": 1619078393724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:02:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078402767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.896Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.897Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.897Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078403773, "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-04-22T08:02:23.901Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed27f984-6381-44c2-a2e9-4d4dc860f49a 2021-04-22T08:02:23.901Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:02:23.907Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.907Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "multicloud-windriver-id", "timestamp": 1619078404776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a991c247-142b-4e31-bf85-c780abc7f574", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078407437, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-22T08:02:23.908Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "clamp", "timestamp": 1619078413518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "clamp", "timestamp": 1619078414545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078183784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.909Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "clamp", "timestamp": 1619078415548, "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-04-22T08:02:23.913Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed27f984-6381-44c2-a2e9-4d4dc860f49a 2021-04-22T08:02:23.913Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:02:23.919Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078418128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078420758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078422361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-22T08:02:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078423525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-22T08:02:23.920Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:02:30.178Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:02:30.185Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:02:30.187Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-22T08:02:30.187Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-22T08:02:30.187Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-22T08:02:30.187Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-22T08:02:30.187Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T08:02:30.187Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T08:02:30.187Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T08:02:30.187Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T08:02:30.187Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T08:02:30.187Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-22T08:02:30.187Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-22T08:02:30.190Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-22T08:03:00.191Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed27f984-6381-44c2-a2e9-4d4dc860f49a 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-04-22T08:03:00.195Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed27f984-6381-44c2-a2e9-4d4dc860f49a and serviceModelVersionId: 08630ff1-16ae-43c8-978e-7acf11bdf2b3 2021-04-22T08:03:00.196Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 650b5609-8b35-47f5-a268-45f55b4d10b0 2021-04-22T08:03:00.196Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/650b5609-8b35-47f5-a268-45f55b4d10b0/model-vers/model-ver/08630ff1-16ae-43c8-978e-7acf11bdf2b3?depth=0 2021-04-22T08:03:00.200Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-04-22T08:03:00.224Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/650b5609-8b35-47f5-a268-45f55b4d10b0/model-vers/model-ver/08630ff1-16ae-43c8-978e-7acf11bdf2b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-22T08:03:00.225Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/650b5609-8b35-47f5-a268-45f55b4d10b0/model-vers/model-ver/08630ff1-16ae-43c8-978e-7acf11bdf2b3?depth=0|INFO|500||Invoke 2021-04-22T08:03:00.239Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/650b5609-8b35-47f5-a268-45f55b4d10b0/model-vers/model-ver/08630ff1-16ae-43c8-978e-7acf11bdf2b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-22T08:03:00.371Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/650b5609-8b35-47f5-a268-45f55b4d10b0/model-vers/model-ver/08630ff1-16ae-43c8-978e-7acf11bdf2b3?depth=0|INFO|500||InvokeReturn 2021-04-22T08:03:00.371Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/650b5609-8b35-47f5-a268-45f55b4d10b0/model-vers/model-ver/08630ff1-16ae-43c8-978e-7acf11bdf2b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210422-08:03:00:244-14073], vertex-id=[241680], Content-Length=[0], Date=[Thu, 22 Apr 2021 08:03:00 GMT], Content-Type=[application/json]} 2021-04-22T08:03:00.371Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-04-22T08:03:00.371Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-22T08:03:00.371Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-22T08:03:00.374Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-22T08:03:00.374Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed27f984-6381-44c2-a2e9-4d4dc860f49a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-22T08:03:00.374Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-22T08:03:00.374Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-22T08:03:00.376Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-22T08:03:00.376Z|ed27f984-6381-44c2-a2e9-4d4dc860f49a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078580374, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T08:03:00.476Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-22T08:03:00.477Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-22T08:03:00.477Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:03:00.489Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:03:00.489Z||pool-122-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-04-22T08:03:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:03:01.387Z||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-04-22T08:03:01.387Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:03:10.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:03:10.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:03:10.923Z||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-04-22T08:03:10.923Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:03:20.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:03:20.456Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:03:20.457Z||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-04-22T08:03:20.457Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:03:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:03:23.786Z||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-04-22T08:03:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:03:23.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:03:23.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078424657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T08:03:23.804Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:03:23.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078425660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-22T08:03:23.804Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:03:23.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078426664, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-22T08:03:23.804Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:03:23.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078427667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T08:03:23.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:03:23.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c776cd1-9ce7-445a-b05d-f5a3c5f7cdd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078458839, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T08:03:23.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:03:23.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:03:23.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T08:03:23.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-22T08:03:23.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T08:03:23.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-22T08:03:23.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T08:03:23.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-22T08:03:23.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T08:03:23.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078459852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-22T08:03:23.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-22T08:03:23.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078474155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-22T08:03:23.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:03:23.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078477417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-22T08:03:23.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:03:23.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078478770, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-22T08:03:23.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:03:23.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078479985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-22T08:03:23.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:03:23.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078481551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-22T08:03:23.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:03:23.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:03:23.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078483060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-22T08:03:23.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:03:29.997Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:03:29.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:03:29.997Z||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-04-22T08:03:29.997Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:03:39.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:03:39.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:03:39.531Z||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-04-22T08:03:39.531Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:03:49.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:03:49.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:03:49.064Z||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-04-22T08:03:49.064Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:03:58.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:04:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:04:23.784Z||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-04-22T08:04:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:04:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:04:23.786Z||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-04-22T08:04:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:04:23.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:04:23.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:04:23.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078484134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-22T08:04:23.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:04:23.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:04:23.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078485137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-22T08:04:23.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:04:23.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:04:23.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078486141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-22T08:04:23.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:04:23.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:04:23.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078487145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-22T08:04:23.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:04:23.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:04:23.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078488148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-22T08:04:23.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:04:23.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-22T08:04:23.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078489151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-22T08:04:23.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:04:33.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:05:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:05:23.785Z||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-04-22T08:05:23.785Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:05:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:05:23.786Z||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-04-22T08:05:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:05:24.307Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:05:24.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-22T08:05:24.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed27f984-6381-44c2-a2e9-4d4dc860f49a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619078580374, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-22T08:05:24.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-22T08:05:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:06:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:06:23.784Z||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-04-22T08:06:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:06:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:06:23.786Z||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-04-22T08:06:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:06:33.323Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:06:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:07:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:07:23.784Z||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-04-22T08:07:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:07:23.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:07:23.786Z||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-04-22T08:07:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:07:33.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:07:33.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:08:23.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:08:23.784Z||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-04-22T08:08:23.784Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:08:23.785Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:08:23.786Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|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-04-22T08:08:23.786Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:08:33.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:08:33.328Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:09:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:09:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T08:09:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:09:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:09:23.786Z||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-04-22T08:09:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:09:33.348Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:09:33.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:10:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:10:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T08:10:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:10:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:10:23.786Z||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-04-22T08:10:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:10:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:10:33.326Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:11:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:11:23.785Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T08:11:23.785Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:11:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:11:23.786Z||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-04-22T08:11:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:11:33.319Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:11:33.324Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:12:23.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:12:23.786Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:12:23.787Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T08:12:23.787Z||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-04-22T08:12:23.787Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:12:23.787Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:12:33.327Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:12:33.327Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:13:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:13:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T08:13:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:13:23.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:13:23.786Z||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-04-22T08:13:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:13:33.327Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:13:33.327Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:14:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:14:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T08:14:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:14:23.785Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:14:23.786Z||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-04-22T08:14:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:14:33.324Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:14:33.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:15:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:15:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T08:15:23.785Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:15:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:15:23.786Z||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-04-22T08:15:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:15:33.323Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:15:33.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:16:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:16:23.785Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T08:16:23.785Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:16:23.785Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:16:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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-04-22T08:16:23.786Z|352c9b64-daae-47b5-9496-c69c2f9299b7|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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:16:33.322Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:16:33.324Z|352c9b64-daae-47b5-9496-c69c2f9299b7|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:17:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:17:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T08:17:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:17:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:17:23.786Z||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-04-22T08:17:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:17:33.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:17:33.322Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:18:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:18:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T08:18:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:18:23.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:18:23.786Z||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-04-22T08:18:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:18:33.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:18:33.326Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:19:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:19:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T08:19:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:19:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:19:23.786Z||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-04-22T08:19:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:19:33.321Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:19:33.322Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:20:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:20:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-22T08:20:23.784Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ed35jNJjyLQFxWvL) ... 2021-04-22T08:20:23.785Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-22T08:20:23.786Z||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-04-22T08:20:23.786Z||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 ed35jNJjyLQFxWvL) ... 2021-04-22T08:20:33.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-22T08:20:33.325Z|d7f31190-a7e0-4f4b-bb14-0b94deea007c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK