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-05-01T00:27:46.229Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-nlqnm with PID 14 (/app/app.jar started by so in /app) 2021-05-01T00:27:46.233Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-01T00:27:46.233Z||main|||||INFO|500||The following profiles are active: basic 2021-05-01T00:27:51.800Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-01T00:27:51.801Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-01T00:27:51.872Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-01T00:27:53.137Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-01T00:27:53.329Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-01T00:27:53.647Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-01T00:27:53.652Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-01T00:27:53.721Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-01T00:27:53.859Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-01T00:27:54.217Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-01T00:27:54.940Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-01T00:27:56.698Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-01T00:27:56.737Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-01T00:27:57.037Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-01T00:27:57.226Z||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-05-01T00:27:58.216Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-01T00:27:59.044Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-01T00:27:59.059Z||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$$39580f.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-05-01T00:27:59.060Z||main|||||WARN|500||The sdc end point is not alive 2021-05-01T00:28:00.877Z||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-05-01T00:28:02.828Z||main|||||WARN|500||--- 2021-05-01T00:28:02.829Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-01T00:28:02.829Z||main|||||WARN|500||--- 2021-05-01T00:28:03.166Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-01T00:28:05.703Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-01T00:28:05.704Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-01T00:28:05.704Z||main|||||INFO|500||Started Application in 21.171 seconds (JVM running for 22.165) 2021-05-01T00:28:05.713Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-01T00:28:05.732Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-01T00:28:05.808Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e01ce587-de3c-4fc5-873d-e3b7d14a031f url= /sdc/v1/artifactTypes 2021-05-01T00:28:05.808Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-01T00:28:06.889Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.28.11] 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-05-01T00:28:06.893Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c770e3e 2021-05-01T00:28:06.894Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-01T00:28:06.902Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-01T00:28:06.903Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-01T00:28:06.905Z||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-05-01T00:28:55.699Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-01T00:28:55.700Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-01T00:28:55.700Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-01T00:28:55.703Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-01T00:28:55.708Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53f53aad-6c35-47cf-b717-1e0ae30a3ca8 url= /sdc/v1/artifactTypes 2021-05-01T00:28:55.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-01T00:28:56.743Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.28.11] 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-05-01T00:28:56.744Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26d22c3f 2021-05-01T00:28:56.744Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-01T00:28:56.744Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-01T00:28:56.745Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-01T00:28:56.745Z||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-05-01T00:29:45.699Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-01T00:29:45.700Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-01T00:29:45.700Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-01T00:29:45.703Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-01T00:29:45.706Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5018cfef-813d-473a-8883-2f4ca1858c7a url= /sdc/v1/artifactTypes 2021-05-01T00:29:45.706Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-01T00:29:46.726Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.28.11] 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-05-01T00:29:46.726Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46be49cc 2021-05-01T00:29:46.727Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-01T00:29:46.727Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-01T00:29:46.727Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-01T00:29:46.728Z||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-05-01T00:30:35.699Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-01T00:30:35.700Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-01T00:30:35.700Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-01T00:30:35.702Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-01T00:30:35.708Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 467d44b4-6cd7-4d68-97b3-2c2e51aac8de url= /sdc/v1/artifactTypes 2021-05-01T00:30:35.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-01T00:30:36.742Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.28.11] 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-05-01T00:30:36.743Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@244b1216 2021-05-01T00:30:36.743Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-01T00:30:36.743Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-01T00:30:36.744Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-01T00:30:36.744Z||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-05-01T00:31:25.700Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-01T00:31:25.700Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-01T00:31:25.700Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-01T00:31:25.703Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-01T00:31:25.708Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dfb395b9-d06b-44e2-a8d5-d8dbf5978d83 url= /sdc/v1/artifactTypes 2021-05-01T00:31:25.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-01T00:31:25.918Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-01T00:31:25.925Z||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-05-01T00:31:25.942Z||scheduling-1|||||DEBUG|500||create keys 2021-05-01T00:31:25.948Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-01T00:31:25.973Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:31:25.986Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5f4c7fcc-e099-4994-a1fd-695ede4e6c4c url= /sdc/v1/registerForDistribution 2021-05-01T00:31:26.064Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5f4c7fcc-e099-4994-a1fd-695ede4e6c4c url= /sdc/v1/registerForDistribution 2021-05-01T00:31:26.065Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-01T00:31:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:31:26.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:31:26.075Z||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-05-01T00:31:26.076Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-01T00:31:26.076Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:31:26.076Z||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-05-01T00:31:26.076Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:31:36.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:31:36.312Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:32:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:32:26.071Z||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-05-01T00:32:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:32:26.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:32:26.072Z||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-05-01T00:32:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:32:35.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:32:35.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:33:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:33:26.071Z||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-05-01T00:33:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:33:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:33:26.073Z||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-05-01T00:33:26.073Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:33:35.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:33:35.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:34:26.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:34:26.071Z||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-05-01T00:34:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:34:26.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:34:26.072Z||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-05-01T00:34:26.073Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:34:35.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:34:35.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:35:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:35:26.071Z||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-05-01T00:35:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:35:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:35:26.073Z||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-05-01T00:35:26.073Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:35:35.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:35:35.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:36:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:36:26.071Z||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-05-01T00:36:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:36:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:36:26.072Z||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-05-01T00:36:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:36:35.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:36:35.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:37:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:37:26.071Z||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-05-01T00:37:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:37:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:37:26.072Z||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-05-01T00:37:26.073Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:37:35.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:37:35.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:38:20.413Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-01T00:38:20.526Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@6d193c5e ((conn=705) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-05-01T00:38:20.536Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@3ee8c3b ((conn=697) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-05-01T00:38:20.538Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@ee82749 ((conn=698) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-05-01T00:38:20.540Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@207f50a7 ((conn=699) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-05-01T00:38:20.541Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@57079fc7 ((conn=700) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-05-01T00:38:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:38:26.071Z||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-05-01T00:38:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:38:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:38:26.072Z||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-05-01T00:38:26.073Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:38:35.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:38:35.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:39:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:39:26.071Z||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-05-01T00:39:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:39:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:39:26.072Z||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-05-01T00:39:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:39:35.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:39:35.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:40:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:40:26.071Z||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-05-01T00:40:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:40:26.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:40:26.072Z||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-05-01T00:40:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:40:35.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:40:35.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:41:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:41:26.071Z||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-05-01T00:41:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:41:26.071Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:41:26.072Z||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-05-01T00:41:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:41:35.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:41:35.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:42:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:42:26.071Z||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-05-01T00:42:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:42:26.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:42:26.072Z||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-05-01T00:42:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:42:35.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:42:35.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:43:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:43:26.071Z||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-05-01T00:43:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:43:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:43:26.072Z||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-05-01T00:43:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:43:35.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:43:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:44:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:44:26.071Z||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-05-01T00:44:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:44:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:44:26.072Z||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-05-01T00:44:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:44:35.615Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:44:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:45:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:45:26.071Z||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-05-01T00:45:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:45:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:45:26.072Z||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-05-01T00:45:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:45:35.613Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:45:35.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:46:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:46:26.071Z||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-05-01T00:46:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:46:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:46:26.072Z||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-05-01T00:46:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:46:35.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:46:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:47:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:47:26.070Z||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-05-01T00:47:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:47:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:47:26.072Z||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-05-01T00:47:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:47:35.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:47:35.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:48:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:48:26.070Z||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-05-01T00:48:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:48:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:48:26.072Z||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-05-01T00:48:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:48:35.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:48:35.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:49:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:49:26.070Z||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-05-01T00:49:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:49:26.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:49:26.072Z||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-05-01T00:49:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:49:35.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:49:35.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:50:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:50:26.070Z||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-05-01T00:50:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:50:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:50:26.072Z||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-05-01T00:50:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:50:35.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:50:35.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:51:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:51:26.071Z||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-05-01T00:51:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:51:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:51:26.072Z||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-05-01T00:51:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:51:35.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:51:35.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:52:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:52:26.071Z||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-05-01T00:52:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:52:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:52:26.072Z||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-05-01T00:52:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:52:35.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:52:35.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:53:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:53:26.071Z||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-05-01T00:53:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:53:26.071Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:53:26.072Z||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-05-01T00:53:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:53:35.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:53:35.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:54:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:54:26.071Z||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-05-01T00:54:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:54:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:54:26.072Z||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-05-01T00:54:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:54:35.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:54:35.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:55:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:55:26.071Z||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-05-01T00:55:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:55:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:55:26.072Z||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-05-01T00:55:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:55:35.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:55:35.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:56:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:56:26.071Z||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-05-01T00:56:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:56:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:56:26.072Z||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-05-01T00:56:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:56:35.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:56:35.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:57:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:57:26.070Z||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-05-01T00:57:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:57:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:57:26.072Z||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-05-01T00:57:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:57:35.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:57:35.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:58:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:58:26.070Z||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-05-01T00:58:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:58:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:58:26.072Z||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-05-01T00:58:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:58:35.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:58:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:59:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:59:26.070Z||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-05-01T00:59:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:59:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T00:59:26.072Z||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-05-01T00:59:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T00:59:35.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T00:59:35.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:00:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:00:26.070Z||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-05-01T01:00:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:00:26.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:00:26.072Z||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-05-01T01:00:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:00:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:00:35.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:01:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:01:26.071Z||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-05-01T01:01:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:01:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:01:26.072Z||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-05-01T01:01:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:01:35.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:01:35.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:02:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:02:26.070Z||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-05-01T01:02:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:02:26.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:02:26.072Z||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-05-01T01:02:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:02:35.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:02:35.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:03:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:03:26.071Z||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-05-01T01:03:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:03:26.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:03:26.072Z||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-05-01T01:03:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:03:35.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:03:35.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:04:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:04:26.070Z||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-05-01T01:04:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:04:26.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:04:26.072Z||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-05-01T01:04:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:04:35.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:04:35.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:05:26.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:05:26.070Z||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-05-01T01:05:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:05:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:05:26.072Z||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-05-01T01:05:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:05:35.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:05:35.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:06:26.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:06:26.071Z||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-05-01T01:06:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:06:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:06:26.072Z||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-05-01T01:06:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:06:35.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:06:35.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:07:26.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:07:26.071Z||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-05-01T01:07:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:07:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:07:26.072Z||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-05-01T01:07:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:07:35.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:07:35.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:08:26.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:08:26.071Z||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-05-01T01:08:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:08:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:08:26.072Z||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-05-01T01:08:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:08:35.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:08:35.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:09:26.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:09:26.070Z||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-05-01T01:09:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:09:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:09:26.072Z||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-05-01T01:09:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:09:35.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:09:35.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:10:26.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:10:26.070Z||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-05-01T01:10:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:10:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:10:26.072Z||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-05-01T01:10:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:10:35.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:10:35.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:11:26.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:11:26.071Z||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-05-01T01:11:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:11:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:11:26.072Z||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-05-01T01:11:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:11:35.612Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:11:35.614Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:12:26.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:12:26.070Z||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-05-01T01:12:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:12:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:12:26.072Z||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-05-01T01:12:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:12:35.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:12:35.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:26.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:13:26.070Z||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-05-01T01:13:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:13:26.072Z||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-05-01T01:13:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:26.700Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:26.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b5609f3-251e-423e-bbb7-1fa8386165e6","serviceName":"basic_onboard_pHNFlK","serviceVersion":"1.0","serviceUUID":"5bd9497d-fcc9-478a-a8bc-8a1be85ccecf","serviceDescription":"service","serviceInvariantUUID":"1d3832de-b6d9-446e-8bce-e9eb38e385fe","resources":[{"resourceInstanceName":"basic_onboard_pHNFlK 0","resourceName":"basic_onboard_pHNFlK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"006475dc-7d69-4f62-8afb-2ed56b28917a","resourceInvariantUUID":"773ad09c-4d72-481a-a6ac-972d538bb83e","resourceCustomizationUUID":"477359c6-cefe-442c-a9be-e3819429c3e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml","artifactChecksum":"ODc1Zjc4NDFhNDlkOGY1NGZkMjM1MGRmM2IwNzQyNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"193d2b1d-fde2-47e7-963c-274281c1ca23","artifactVersion":"1"},{"artifactName":"basic_onboard_phnflk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json","artifactChecksum":"MTY1OTkwMzhiMGNjNmJmNzRjNWNkNGUyM2I5NWUxNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"13b78dbd-3d59-4157-945a-e38b5fbaf4d3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"38335d71-f749-45a1-b3e1-89728a83e5d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"36b38718-5ac2-4409-a8ab-7bd18ede5117","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b0607a30-9845-4bf6-94be-5a2e63135d18","artifactVersion":"2","generatedFromUUID":"38335d71-f749-45a1-b3e1-89728a83e5d0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPhnflk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml","artifactChecksum":"NWJjMWE2OWUzNjdlZmEyMTIxODFhMGJhMjQ3NjEzMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dbcfa30b-f6ad-4903-af02-8a97e67abb68","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPhnflk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar","artifactChecksum":"N2RkMDhmYzI0YjE4MGViZTFiMDQ2ZDBjYzEyODk3ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6e20e2d-143d-4e65-837d-0d0f6a28e438","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T01:13:26.705Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:26.710Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:13:26.715Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:26.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "aai-ml", "timestamp": 1619831568185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.725Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:26.725Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "cds", "timestamp": 1619831566788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831562950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619831566177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "cds", "timestamp": 1619831566788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "aai-ml", "timestamp": 1619831568185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831562950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:13:26.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619831566177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:13:26.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "cds", "timestamp": 1619831566788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "aai-ml", "timestamp": 1619831568185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831562950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T01:13:26.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619831566177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T01:13:26.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "cds", "timestamp": 1619831566788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "aai-ml", "timestamp": 1619831568185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831562950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619831566177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "cds", "timestamp": 1619831566788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "aai-ml", "timestamp": 1619831568185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831562950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T01:13:26.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619831566177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T01:13:26.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619831575032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "cds", "timestamp": 1619831566788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "aai-ml", "timestamp": 1619831568185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831562950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619831566177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619831575032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:13:26.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "cds", "timestamp": 1619831566788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:13:26.749Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "aai-ml", "timestamp": 1619831568185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:13:26.749Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831562950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:13:26.749Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619831566177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:13:26.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "dcae-sch", "timestamp": 1619831576885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619831575032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T01:13:26.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "ves-openapi-manager", "timestamp": 1619831577489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "dcae-sch", "timestamp": 1619831576885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619831575032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "cds", "timestamp": 1619831578804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:26.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831578876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:26.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "aai-ml", "timestamp": 1619831578920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:26.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619831579088, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:26.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "ves-openapi-manager", "timestamp": 1619831577489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "dcae-sch", "timestamp": 1619831576885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619831575032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T01:13:26.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "cds", "timestamp": 1619831579818, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-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-05-01T01:13:26.825Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-05-01T01:13:26.829Z||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-05-01T01:13:26.830Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:26.842Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:26.842Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-01T01:13:26.914Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b5609f3-251e-423e-bbb7-1fa8386165e6 2021-05-01T01:13:26.931Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b5609f3-251e-423e-bbb7-1fa8386165e6 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-05-01T01:13:26.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "ves-openapi-manager", "timestamp": 1619831577489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "policy-id", "timestamp": 1619831579693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "dcae-sch", "timestamp": 1619831576885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831580593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:26.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619831575032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619831580796, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:26.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "ves-openapi-manager", "timestamp": 1619831577489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "policy-id", "timestamp": 1619831579693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "dcae-sch", "timestamp": 1619831576885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619831575032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:13:26.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831582086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:26.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "ves-openapi-manager", "timestamp": 1619831577489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "policy-id", "timestamp": 1619831579693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T01:13:26.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619831582392, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:26.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "dcae-sch", "timestamp": 1619831576885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831583091, "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-05-01T01:13:26.965Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b5609f3-251e-423e-bbb7-1fa8386165e6 2021-05-01T01:13:26.965Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b5609f3-251e-423e-bbb7-1fa8386165e6 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-05-01T01:13:26.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "ves-openapi-manager", "timestamp": 1619831577489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619831583352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:26.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "policy-id", "timestamp": 1619831579693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "dcae-sch", "timestamp": 1619831576885, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619831584085, "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-05-01T01:13:26.975Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b5609f3-251e-423e-bbb7-1fa8386165e6 2021-05-01T01:13:26.975Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b5609f3-251e-423e-bbb7-1fa8386165e6 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-05-01T01:13:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831584095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:13:26.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "ves-openapi-manager", "timestamp": 1619831577489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "policy-id", "timestamp": 1619831579693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619831585089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:13:26.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "policy-id", "timestamp": 1619831579693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831585618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "policy-id", "timestamp": 1619831579693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619831586718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831585618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831585618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "policy-id", "timestamp": 1619831588271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619831588358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:26.985Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831585618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "policy-id", "timestamp": 1619831589277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:13:26.985Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619831589365, "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-05-01T01:13:26.988Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b5609f3-251e-423e-bbb7-1fa8386165e6 2021-05-01T01:13:26.988Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b5609f3-251e-423e-bbb7-1fa8386165e6 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-05-01T01:13:26.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "clamp", "timestamp": 1619831588794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "aai-ml", "timestamp": 1619831589522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:13:26.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:26.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831585618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:26.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:26.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:26.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "policy-id", "timestamp": 1619831590280, "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-05-01T01:13:26.996Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b5609f3-251e-423e-bbb7-1fa8386165e6 2021-05-01T01:13:26.996Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b5609f3-251e-423e-bbb7-1fa8386165e6 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-05-01T01:13:27.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619831590369, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:13:27.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:27.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "clamp", "timestamp": 1619831588794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:13:27.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:27.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "aai-ml", "timestamp": 1619831590526, "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-05-01T01:13:27.004Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b5609f3-251e-423e-bbb7-1fa8386165e6 2021-05-01T01:13:27.004Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b5609f3-251e-423e-bbb7-1fa8386165e6 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-05-01T01:13:27.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831585618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:27.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:27.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "clamp", "timestamp": 1619831588794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:27.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:27.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831585618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:13:27.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:27.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "clamp", "timestamp": 1619831588794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:27.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:27.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "clamp", "timestamp": 1619831588794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:27.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:27.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "clamp", "timestamp": 1619831588794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:27.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:27.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831595219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:27.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:27.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "clamp", "timestamp": 1619831588794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:13:27.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:13:27.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831599244, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:13:27.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:13:27.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:13:27.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831600247, "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-05-01T01:13:27.015Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b5609f3-251e-423e-bbb7-1fa8386165e6 2021-05-01T01:13:27.015Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b5609f3-251e-423e-bbb7-1fa8386165e6 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-05-01T01:13:27.731Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:13:27.731Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:27.733Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:27.733Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:13:27.833Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:27.834Z||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-05-01T01:13:27.834Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:27.845Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:27.845Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:13:28.733Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:13:28.734Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:28.736Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:28.736Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T01:13:28.836Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:28.838Z||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-05-01T01:13:28.838Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:28.850Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:28.850Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:13:29.736Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:13:29.737Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:29.739Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:29.739Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:29.839Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:29.840Z||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-05-01T01:13:29.840Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:29.853Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:29.853Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:13:30.739Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:13:30.740Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:30.741Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:30.741Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T01:13:30.842Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:30.843Z||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-05-01T01:13:30.843Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:30.854Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:30.854Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:13:31.742Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:13:31.743Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:31.745Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:31.745Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:13:31.845Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:13:31.847Z||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-05-01T01:13:31.847Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:31.859Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:31.859Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:13:32.746Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:13:32.747Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:32.750Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:32.750Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:13:32.850Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:32.851Z||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-05-01T01:13:32.851Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:32.863Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:32.864Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:13:33.752Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "serviceName": "basic_onboard_pHNFlK", "serviceVersion": "1.0", "serviceUUID": "5bd9497d-fcc9-478a-a8bc-8a1be85ccecf", "serviceDescription": "service", "serviceInvariantUUID": "1d3832de-b6d9-446e-8bce-e9eb38e385fe", "resources": [ { "resourceInstanceName": "basic_onboard_pHNFlK 0", "resourceCustomizationUUID": "477359c6-cefe-442c-a9be-e3819429c3e0", "resourceName": "basic_onboard_pHNFlK", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "006475dc-7d69-4f62-8afb-2ed56b28917a", "resourceInvariantUUID": "773ad09c-4d72-481a-a6ac-972d538bb83e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_phnflk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "artifactChecksum": "MTY1OTkwMzhiMGNjNmJmNzRjNWNkNGUyM2I5NWUxNDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "13b78dbd-3d59-4157-945a-e38b5fbaf4d3", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "38335d71-f749-45a1-b3e1-89728a83e5d0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b0607a30-9845-4bf6-94be-5a2e63135d18", "generatedFromUUID": "38335d71-f749-45a1-b3e1-89728a83e5d0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b0607a30-9845-4bf6-94be-5a2e63135d18", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardPhnflk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "artifactChecksum": "N2RkMDhmYzI0YjE4MGViZTFiMDQ2ZDBjYzEyODk3ZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d6e20e2d-143d-4e65-837d-0d0f6a28e438" } ], "workloadContext": "Production" } 2021-05-01T01:13:33.752Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T01:13:33.753Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5bd9497d-fcc9-478a-a8bc-8a1be85ccecf ASDC 2021-05-01T01:13:33.836Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:8b5609f3-251e-423e-bbb7-1fa8386165e6 ServiceName:basic_onboard_pHNFlK ServiceVersion:1.0 ServiceUUID:5bd9497d-fcc9-478a-a8bc-8a1be85ccecf ServiceInvariantUUID:1d3832de-b6d9-446e-8bce-e9eb38e385fe ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardPhnflk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar ArtifactUUID:d6e20e2d-143d-4e65-837d-0d0f6a28e438 ArtifactChecksum:N2RkMDhmYzI0YjE4MGViZTFiMDQ2ZDBjYzEyODk3ZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_pHNFlK 0 ResourceCustomizationUUID:477359c6-cefe-442c-a9be-e3819429c3e0 ResourceInvariantUUID:773ad09c-4d72-481a-a6ac-972d538bb83e ResourceName:basic_onboard_pHNFlK ResourceType:VF ResourceUUID:006475dc-7d69-4f62-8afb-2ed56b28917a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_phnflk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json ArtifactUUID:13b78dbd-3d59-4157-945a-e38b5fbaf4d3 ArtifactChecksum:MTY1OTkwMzhiMGNjNmJmNzRjNWNkNGUyM2I5NWUxNDg= 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/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml ArtifactUUID:38335d71-f749-45a1-b3e1-89728a83e5d0 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/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env ArtifactUUID:b0607a30-9845-4bf6-94be-5a2e63135d18 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/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env ArtifactUUID:b0607a30-9845-4bf6-94be-5a2e63135d18 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T01:13:33.837Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5bd9497d-fcc9-478a-a8bc-8a1be85ccecf 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-05-01T01:13:33.894Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:13:33.894Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-01T01:13:33.895Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-01T01:13:33.895Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6e20e2d-143d-4e65-837d-0d0f6a28e438 from URL: /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:33.895Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-01T01:13:33.896Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:34.796Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-01T01:13:34.808Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar d6e20e2d-143d-4e65-837d-0d0f6a28e438 74833 2021-05-01T01:13:34.809Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar ASDC sendASDCNotification 2021-05-01T01:13:34.809Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:34.809Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:13:34.810Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:34.812Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:34.812Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831614808, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:34.912Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:34.913Z||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-05-01T01:13:34.913Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:34.923Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:34.924Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:13:35.812Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:13:35.813Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-05-01T01:13:35.813Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d6e20e2d-143d-4e65-837d-0d0f6a28e438, URL: /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar to file: /app/ASDC/1/service-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:35.814Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:35.923Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:35.923Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:36.306Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9823444215133666935/Definitions/service-BasicOnboardPhnflk-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-05-01T01:13:38.020Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T01:13:38.024Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-01T01:13:38.024Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:38.024Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-01T01:13:38.024Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pHNFlK 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-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:38.024Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||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-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:38.024Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:38.024Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||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-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:38.024Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:38.024Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:38.024Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pHNFlK 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:38.024Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:38.024Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:38.025Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||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-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:38.025Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-05-01T01:13:38.030Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.031Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:38.034Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pHNFlK 0 is matching search criteria 2021-05-01T01:13:38.034Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-01T01:13:38.035Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pHNFlK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:13:38.036Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.037Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:38.037Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pHNFlK 0 is matching search criteria 2021-05-01T01:13:38.037Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-05-01T01:13:38.037Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pHNFlK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:13:38.037Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.037Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:38.040Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.040Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pHNFlK 0 is not matching search criteria 2021-05-01T01:13:38.040Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-01T01:13:38.040Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-01T01:13:38.041Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-01T01:13:38.041Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-01T01:13:38.041Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T01:13:38.041Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.041Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T01:13:38.042Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.042Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pHNFlK 0 is matching search criteria 2021-05-01T01:13:38.042Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pHNFlK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:13:38.042Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.043Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pHNFlK 0 is matching search criteria 2021-05-01T01:13:38.043Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pHNFlK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:13:38.043Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.043Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pHNFlK 0 is matching search criteria 2021-05-01T01:13:38.043Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pHNFlK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:13:38.043Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.043Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pHNFlK 0 is not matching search criteria 2021-05-01T01:13:38.044Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-01T01:13:38.044Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-01T01:13:38.044Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a59cc832-6ffa-4fdc-99ca-165e14e7cfad 2021-05-01T01:13:38.044Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.044Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:38.044Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.044Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:38.044Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.044Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:38.045Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:38.045Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:38.045Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_pHNFlK Description:service Model UUID:5bd9497d-fcc9-478a-a8bc-8a1be85ccecf Model Version:NULL Model InvariantUuid:1d3832de-b6d9-446e-8bce-e9eb38e385fe Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_pHNFlK Model UUID:ee16f537-dcf3-4b43-8f40-7724e530d3eb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:773ad09c-4d72-481a-a6ac-972d538bb83e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:477359c6-cefe-442c-a9be-e3819429c3e0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2e957489-3bb5-47bb-b094-c56e43e1996b ModelName:BasicOnboardPhnflk..base_ubuntu18..module-0 ModelUuid:7dc4bce8-8c48-4e2b-9870-a4fde087b034 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a59cc832-6ffa-4fdc-99ca-165e14e7cfad ModelInvariantUuid:26e44d43-564e-434c-80bc-fbc33887c366 ModelName:basic_onboard_pHNFlK-nodes.ubuntu18Cvfc ModelUuid:8f17646a-16ad-4858-b784-ead1532c8781 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:0b98c216-e59d-4b89-83cb-73aaf4e5dc15 ModelInvariantUuid:5753d1ee-d9fb-40d6-8e9d-a6f43b83b1df ModelName:BasicOnboardPhnflk.compute.nodes.heat.ubuntu18 ModelUuid:2e6b308d-1358-4916-a189-7a247e6c4649 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-05-01T01:13:38.058Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 006475dc-7d69-4f62-8afb-2ed56b28917a 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-05-01T01:13:38.141Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||basic_onboard_pHNFlK 0 2021-05-01T01:13:38.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 006475dc-7d69-4f62-8afb-2ed56b28917a 2021-05-01T01:13:38.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 13b78dbd-3d59-4157-945a-e38b5fbaf4d3 from URL: /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json 2021-05-01T01:13:38.147Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-01T01:13:38.147Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json 2021-05-01T01:13:39.075Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-01T01:13:39.075Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json 13b78dbd-3d59-4157-945a-e38b5fbaf4d3 798 2021-05-01T01:13:39.075Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json ASDC sendASDCNotification 2021-05-01T01:13:39.075Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json 2021-05-01T01:13:39.075Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:13:39.076Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:39.077Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:39.077Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831619075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:39.177Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:39.178Z||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-05-01T01:13:39.178Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:39.188Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:39.188Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:13:40.078Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPhnflk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "2e957489-3bb5-47bb-b094-c56e43e1996b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7dc4bce8-8c48-4e2b-9870-a4fde087b034", "vfModuleModelCustomizationUUID": "218af2bf-fcc5-44d9-9525-ab3070de1e01", "isBase": true, "artifacts": [ "38335d71-f749-45a1-b3e1-89728a83e5d0", "b0607a30-9845-4bf6-94be-5a2e63135d18" ], "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-05-01T01:13:40.121Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPhnflk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7dc4bce8-8c48-4e2b-9870-a4fde087b034 VfModuleModelInvariantUUID:2e957489-3bb5-47bb-b094-c56e43e1996b VfModuleModelDescription:NULL Artifacts UUID List:{ 38335d71-f749-45a1-b3e1-89728a83e5d0 , b0607a30-9845-4bf6-94be-5a2e63135d18 } 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-05-01T01:13:40.123Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPhnflk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "2e957489-3bb5-47bb-b094-c56e43e1996b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7dc4bce8-8c48-4e2b-9870-a4fde087b034", "vfModuleModelCustomizationUUID": "218af2bf-fcc5-44d9-9525-ab3070de1e01", "isBase": true, "artifacts": [ "38335d71-f749-45a1-b3e1-89728a83e5d0", "b0607a30-9845-4bf6-94be-5a2e63135d18" ], "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-05-01T01:13:40.123Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPhnflk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7dc4bce8-8c48-4e2b-9870-a4fde087b034 VfModuleModelInvariantUUID:2e957489-3bb5-47bb-b094-c56e43e1996b VfModuleModelDescription:NULL Artifacts UUID List:{ 38335d71-f749-45a1-b3e1-89728a83e5d0 , b0607a30-9845-4bf6-94be-5a2e63135d18 } 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-05-01T01:13:40.123Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 38335d71-f749-45a1-b3e1-89728a83e5d0 from URL: /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml 2021-05-01T01:13:40.123Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-01T01:13:40.124Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml 2021-05-01T01:13:40.893Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-01T01:13:40.894Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml 38335d71-f749-45a1-b3e1-89728a83e5d0 5033 2021-05-01T01:13:40.894Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-01T01:13:40.894Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml 2021-05-01T01:13:40.894Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:13:40.894Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:40.896Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:40.896Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831620894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:40.996Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:40.997Z||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-05-01T01:13:40.997Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:41.011Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:41.012Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:13:41.896Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b0607a30-9845-4bf6-94be-5a2e63135d18 from URL: /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env 2021-05-01T01:13:41.897Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-05-01T01:13:41.897Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env 2021-05-01T01:13:42.512Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-05-01T01:13:42.512Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env b0607a30-9845-4bf6-94be-5a2e63135d18 909 2021-05-01T01:13:42.512Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-01T01:13:42.512Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env 2021-05-01T01:13:42.512Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:13:42.513Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:42.514Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:42.514Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831622512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:13:42.615Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:42.616Z||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-05-01T01:13:42.616Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:42.627Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:42.628Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:13:43.515Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5bd9497d-fcc9-478a-a8bc-8a1be85ccecf 2021-05-01T01:13:43.515Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pHNFlK 0 006475dc-7d69-4f62-8afb-2ed56b28917a 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-05-01T01:13:43.551Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.551Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:43.551Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-05-01T01:13:43.551Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 477359c6-cefe-442c-a9be-e3819429c3e0 2021-05-01T01:13:43.552Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 477359c6-cefe-442c-a9be-e3819429c3e0 matches Tosca VF Customization UUID: 477359c6-cefe-442c-a9be-e3819429c3e0 2021-05-01T01:13:43.552Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 477359c6-cefe-442c-a9be-e3819429c3e0 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-05-01T01:13:43.561Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.562Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:43.563Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 477359c6-cefe-442c-a9be-e3819429c3e0: {\"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-05-01T01:13:43.563Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@217381cb 2021-05-01T01:13:43.563Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.563Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T01:13:43.563Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 218af2bf-fcc5-44d9-9525-ab3070de1e01 2021-05-01T01:13:43.564Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 218af2bf-fcc5-44d9-9525-ab3070de1e01 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-05-01T01:13:43.573Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.573Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pHNFlK 0 is matching search criteria 2021-05-01T01:13:43.573Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pHNFlK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:13:43.574Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.574Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pHNFlK 0 is matching search criteria 2021-05-01T01:13:43.574Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pHNFlK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:13:43.574Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.575Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pHNFlK 0 is not matching search criteria 2021-05-01T01:13:43.575Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-01T01:13:43.575Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-01T01:13:43.575Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a59cc832-6ffa-4fdc-99ca-165e14e7cfad 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-05-01T01:13:43.584Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.584Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pHNFlK 0 is matching search criteria 2021-05-01T01:13:43.584Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pHNFlK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:13:43.584Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.585Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pHNFlK 0 is matching search criteria 2021-05-01T01:13:43.585Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pHNFlK 0] matching following query criteria: sdcType=VF, customizationUUID=477359c6-cefe-442c-a9be-e3819429c3e0 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-05-01T01:13:43.586Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.586Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:43.587Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5bd9497d-fcc9-478a-a8bc-8a1be85ccecf: basic_onboard_pHNFlK 2021-05-01T01:13:43.587Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.587Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:43.587Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.587Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:43.587Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:43.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:43.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:13:43.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pHNFlK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:13:43.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_pHNFlK 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-05-01T01:13:43.774Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pHNFlK 006475dc-7d69-4f62-8afb-2ed56b28917a 1 ASDC deployResourceStructure 2021-05-01T01:13:43.775Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json ASDC sendASDCNotification 2021-05-01T01:13:43.775Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json 2021-05-01T01:13:43.775Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:13:43.775Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:43.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:43.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831623774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:13:43.877Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:43.878Z||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-05-01T01:13:43.878Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:43.891Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:43.891Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:13:44.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-01T01:13:44.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml 2021-05-01T01:13:44.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:13:44.779Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:44.781Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:44.781Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831624778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:13:44.881Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:44.882Z||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-05-01T01:13:44.882Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:44.893Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:44.893Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:13:45.781Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-01T01:13:45.782Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env 2021-05-01T01:13:45.782Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:13:45.782Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:45.783Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:45.784Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831625781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-01T01:13:45.884Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:45.888Z||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-05-01T01:13:45.888Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:45.899Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:45.899Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:13:46.785Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar ASDC sendASDCNotification 2021-05-01T01:13:46.785Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar 2021-05-01T01:13:46.785Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:13:46.785Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:13:46.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:13:46.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831626785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:13:46.887Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:13:46.888Z||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-05-01T01:13:46.888Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:13:46.899Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:13:46.899Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:13:47.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b5609f3-251e-423e-bbb7-1fa8386165e6 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-05-01T01:13:47.799Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b5609f3-251e-423e-bbb7-1fa8386165e6 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-05-01T01:13:47.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:13:47.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T01:13:47.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T01:13:47.803Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T01:13:47.803Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:13:47.803Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:13:47.803Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:13:47.803Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:13:47.803Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:13:47.803Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:13:47.806Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T01:14:17.807Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b5609f3-251e-423e-bbb7-1fa8386165e6 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-05-01T01:14:17.813Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b5609f3-251e-423e-bbb7-1fa8386165e6 and serviceModelVersionId: 5bd9497d-fcc9-478a-a8bc-8a1be85ccecf 2021-05-01T01:14:17.813Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d3832de-b6d9-446e-8bce-e9eb38e385fe 2021-05-01T01:14:24.929Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d3832de-b6d9-446e-8bce-e9eb38e385fe/model-vers/model-ver/5bd9497d-fcc9-478a-a8bc-8a1be85ccecf?depth=0 2021-05-01T01:14:25.023Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T01:14:25.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d3832de-b6d9-446e-8bce-e9eb38e385fe/model-vers/model-ver/5bd9497d-fcc9-478a-a8bc-8a1be85ccecf?depth=0|INFO|500||Invoke 2021-05-01T01:14:25.649Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d3832de-b6d9-446e-8bce-e9eb38e385fe/model-vers/model-ver/5bd9497d-fcc9-478a-a8bc-8a1be85ccecf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d3832de-b6d9-446e-8bce-e9eb38e385fe/model-vers/model-ver/5bd9497d-fcc9-478a-a8bc-8a1be85ccecf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8b5609f3-251e-423e-bbb7-1fa8386165e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f8513ce-7e3d-4607-a303-12352c54a3ad], X-ECOMP-RequestID=[8b5609f3-251e-423e-bbb7-1fa8386165e6], X-TransactionId=[], X-ONAP-RequestID=[8b5609f3-251e-423e-bbb7-1fa8386165e6], Content-Type=[application/merge-patch+json]} 2021-05-01T01:14:25.811Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d3832de-b6d9-446e-8bce-e9eb38e385fe/model-vers/model-ver/5bd9497d-fcc9-478a-a8bc-8a1be85ccecf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T01:14:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:14:26.072Z||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-05-01T01:14:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:14:26.180Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d3832de-b6d9-446e-8bce-e9eb38e385fe/model-vers/model-ver/5bd9497d-fcc9-478a-a8bc-8a1be85ccecf?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/1d3832de-b6d9-446e-8bce-e9eb38e385fe/model-vers/model-ver/5bd9497d-fcc9-478a-a8bc-8a1be85ccecf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210501-01:14:25:819-44578], vertex-id=[192536], Content-Length=[0], Date=[Sat, 01 May 2021 01:14:25 GMT], Content-Type=[application/json]} 2021-05-01T01:14:26.181Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d3832de-b6d9-446e-8bce-e9eb38e385fe/model-vers/model-ver/5bd9497d-fcc9-478a-a8bc-8a1be85ccecf?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T01:14:26.182Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d3832de-b6d9-446e-8bce-e9eb38e385fe/model-vers/model-ver/5bd9497d-fcc9-478a-a8bc-8a1be85ccecf?depth=0|INFO|500||InvokeReturn 2021-05-01T01:14:26.185Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T01:14:26.185Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:14:26.189Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:14:26.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:14:26.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T01:14:26.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:14:26.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T01:14:26.198Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b5609f3-251e-423e-bbb7-1fa8386165e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T01:14:26.199Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T01:14:26.200Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:14:26.202Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:14:26.202Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831666199, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:14:26.302Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:14:26.303Z||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-05-01T01:14:26.303Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:14:26.316Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:14:26.316Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-01T01:14:27.215Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:14:27.215Z||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-05-01T01:14:27.215Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:14:36.773Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:26.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:15:26.070Z||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-05-01T01:15:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:15:26.072Z||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-05-01T01:15:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:26.092Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:26.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "clamp", "timestamp": 1619831606984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:15:26.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:15:26.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:15:26.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:15:26.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "clamp", "timestamp": 1619831608041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:15:26.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:15:26.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T01:15:26.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:15:26.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "clamp", "timestamp": 1619831609045, "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-05-01T01:15:26.101Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b5609f3-251e-423e-bbb7-1fa8386165e6 2021-05-01T01:15:26.101Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b5609f3-251e-423e-bbb7-1fa8386165e6 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-05-01T01:15:26.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:15:26.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:15:26.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T01:15:26.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:15:26.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:15:26.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:15:26.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831606070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:15:26.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:15:26.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831614808, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:15:26.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:15:26.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831619075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:15:26.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:15:26.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831620894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:15:26.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:15:26.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831622512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:15:26.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:15:26.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831623774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/basic_onboard_phnflk0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:15:26.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:15:26.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831624778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:15:26.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:15:26.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831625781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/resourceInstances/basic_onboard_phnflk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-01T01:15:26.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:15:26.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831626785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPhnflk/1.0/artifacts/service-BasicOnboardPhnflk-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:15:26.114Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:15:26.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:26.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:15:26.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c2850f4-9453-4ad5-8901-5318b91fc996","serviceName":"vFW 2021-05-01 01-12-37","serviceVersion":"1.0","serviceUUID":"c35c35c1-a627-4523-8918-9d9c75549ab9","serviceDescription":"catalog service description","serviceInvariantUUID":"3668ffec-cef6-4fae-89e6-8a5b2884d33f","resources":[{"resourceInstanceName":"vFW 6e9f72c5-9f7a 0","resourceName":"vFW 6e9f72c5-9f7a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b55d433a-932e-429d-85f5-e67129616a3e","resourceInvariantUUID":"8aff1228-22a1-4141-a6de-d580f55b2afa","resourceCustomizationUUID":"ad4a0d18-5ff2-4082-a186-1e2ab506bcc6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml","artifactChecksum":"N2I4ZTg1ZjUyOTE4ODIyMTlhMTAyZTIyMTVlZTYwYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"101003a1-eee1-4b7e-a91a-78cb8a7527c7","artifactVersion":"1"},{"artifactName":"vfw6e9f72c59f7a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json","artifactChecksum":"MmY3NDhmYTM4NTk5M2M3NDYyNTFiYzEwNTg3OTdjM2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05323bc2-9f07-49b2-9166-390e8d5a433a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"444f62a5-974f-4814-b57c-b55cef11b32c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml","artifactChecksum":"ODViMTUwMWY0Zjk5OWFjNzFiN2VjYjJiMDNhNzAzZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ffe0533c-f940-42c6-9b4f-52eb7f09b5d1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"027cae02-9cf3-4dcc-bb16-f41cbade8d56","artifactVersion":"2","generatedFromUUID":"444f62a5-974f-4814-b57c-b55cef11b32c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210501011237-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml","artifactChecksum":"MWE2ZDZkYjNjNTlkZmQzMzQ4MDkzZGU0ZGYxZjUzMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"978d3ef9-519e-4a83-a70c-2d2e68215234","artifactVersion":"1"},{"artifactName":"service-Vfw20210501011237-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar","artifactChecksum":"YTA3ZDE4MTRkNTkyNmNjMGQ2ZTllZDJhNTIxMTFhN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec9675c8-4c45-44fd-a95d-ba6a806d234e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T01:15:26.700Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:15:26.700Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:26.702Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:26.702Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:15:26.802Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:26.803Z||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-05-01T01:15:26.803Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:26.813Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:26.813Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:15:27.702Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:15:27.703Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:27.705Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:27.705Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:15:27.805Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:27.805Z||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-05-01T01:15:27.806Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:27.816Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:27.816Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:15:28.705Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:15:28.706Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:28.707Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:28.707Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T01:15:28.808Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:28.808Z||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-05-01T01:15:28.808Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:28.820Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:28.821Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:15:29.708Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:15:29.709Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:29.711Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:29.711Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:15:29.812Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:29.813Z||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-05-01T01:15:29.813Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:29.823Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:29.824Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:15:30.712Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:15:30.713Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:30.714Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:30.714Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T01:15:30.814Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:30.815Z||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-05-01T01:15:30.815Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:30.826Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:30.826Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:15:31.715Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:15:31.715Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:31.717Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:31.717Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:15:31.817Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:31.818Z||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-05-01T01:15:31.818Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:31.828Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:31.828Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:15:32.718Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:15:32.718Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:32.720Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:32.720Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:15:32.820Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:32.821Z||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-05-01T01:15:32.821Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:32.837Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:32.837Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:15:33.721Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "serviceName": "vFW 2021-05-01 01-12-37", "serviceVersion": "1.0", "serviceUUID": "c35c35c1-a627-4523-8918-9d9c75549ab9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3668ffec-cef6-4fae-89e6-8a5b2884d33f", "resources": [ { "resourceInstanceName": "vFW 6e9f72c5-9f7a 0", "resourceCustomizationUUID": "ad4a0d18-5ff2-4082-a186-1e2ab506bcc6", "resourceName": "vFW 6e9f72c5-9f7a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b55d433a-932e-429d-85f5-e67129616a3e", "resourceInvariantUUID": "8aff1228-22a1-4141-a6de-d580f55b2afa", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw6e9f72c59f7a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "artifactChecksum": "MmY3NDhmYTM4NTk5M2M3NDYyNTFiYzEwNTg3OTdjM2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05323bc2-9f07-49b2-9166-390e8d5a433a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "444f62a5-974f-4814-b57c-b55cef11b32c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "027cae02-9cf3-4dcc-bb16-f41cbade8d56", "generatedFromUUID": "444f62a5-974f-4814-b57c-b55cef11b32c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "027cae02-9cf3-4dcc-bb16-f41cbade8d56", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210501011237-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "artifactChecksum": "YTA3ZDE4MTRkNTkyNmNjMGQ2ZTllZDJhNTIxMTFhN2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec9675c8-4c45-44fd-a95d-ba6a806d234e" } ], "workloadContext": "Production" } 2021-05-01T01:15:33.721Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T01:15:33.722Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c35c35c1-a627-4523-8918-9d9c75549ab9 ASDC 2021-05-01T01:15:33.722Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6c2850f4-9453-4ad5-8901-5318b91fc996 ServiceName:vFW 2021-05-01 01-12-37 ServiceVersion:1.0 ServiceUUID:c35c35c1-a627-4523-8918-9d9c75549ab9 ServiceInvariantUUID:3668ffec-cef6-4fae-89e6-8a5b2884d33f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210501011237-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar ArtifactUUID:ec9675c8-4c45-44fd-a95d-ba6a806d234e ArtifactChecksum:YTA3ZDE4MTRkNTkyNmNjMGQ2ZTllZDJhNTIxMTFhN2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 6e9f72c5-9f7a 0 ResourceCustomizationUUID:ad4a0d18-5ff2-4082-a186-1e2ab506bcc6 ResourceInvariantUUID:8aff1228-22a1-4141-a6de-d580f55b2afa ResourceName:vFW 6e9f72c5-9f7a ResourceType:VF ResourceUUID:b55d433a-932e-429d-85f5-e67129616a3e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw6e9f72c59f7a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json ArtifactUUID:05323bc2-9f07-49b2-9166-390e8d5a433a ArtifactChecksum:MmY3NDhmYTM4NTk5M2M3NDYyNTFiYzEwNTg3OTdjM2E= 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/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml ArtifactUUID:444f62a5-974f-4814-b57c-b55cef11b32c 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/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env ArtifactUUID:027cae02-9cf3-4dcc-bb16-f41cbade8d56 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/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env ArtifactUUID:027cae02-9cf3-4dcc-bb16-f41cbade8d56 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T01:15:33.722Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c35c35c1-a627-4523-8918-9d9c75549ab9 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-05-01T01:15:33.747Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:15:33.748Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-05-01T01:15:33.748Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-05-01T01:15:33.748Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ec9675c8-4c45-44fd-a95d-ba6a806d234e from URL: /sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:33.748Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-05-01T01:15:33.748Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:34.675Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-05-01T01:15:34.681Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar ec9675c8-4c45-44fd-a95d-ba6a806d234e 110068 2021-05-01T01:15:34.681Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar ASDC sendASDCNotification 2021-05-01T01:15:34.682Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:34.682Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:15:34.682Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:34.683Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:34.684Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831734681, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:15:34.784Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:34.785Z||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-05-01T01:15:34.785Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:34.795Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:34.795Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:15:35.684Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:15:35.685Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-05-01T01:15:35.685Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ec9675c8-4c45-44fd-a95d-ba6a806d234e, URL: /sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar to file: /app/ASDC/1/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:35.685Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210501011237-csar.csar 2021-05-01T01:15:35.686Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:35.686Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:35.933Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9360932755944892934/Definitions/service-Vfw20210501011237-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-05-01T01:15:38.002Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T01:15:38.003Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-05-01T01:15:38.003Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.003Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-01T01:15:38.003Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e9f72c5-9f7a 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-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.003Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||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-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.003Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||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-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.003Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||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-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.003Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.003Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.003Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||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-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.003Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||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-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.004Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||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-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.004Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.004Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||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-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.004Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e9f72c5-9f7a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.004Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.004Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:38.004Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-05-01T01:15:38.004Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.004Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:38.005Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is matching search criteria 2021-05-01T01:15:38.005Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-05-01T01:15:38.005Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6e9f72c5-9f7a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:15:38.005Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.005Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:38.005Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is matching search criteria 2021-05-01T01:15:38.005Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-05-01T01:15:38.006Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6e9f72c5-9f7a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:15:38.006Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.006Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:38.006Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.006Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is not matching search criteria 2021-05-01T01:15:38.006Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T01:15:38.007Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T01:15:38.007Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:38.007Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T01:15:38.007Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T01:15:38.007Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T01:15:38.007Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T01:15:38.007Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T01:15:38.007Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T01:15:38.008Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T01:15:38.008Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:38.008Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T01:15:38.008Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:38.008Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T01:15:38.008Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T01:15:38.008Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T01:15:38.008Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.009Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T01:15:38.009Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.009Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is matching search criteria 2021-05-01T01:15:38.009Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6e9f72c5-9f7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:15:38.009Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.009Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is matching search criteria 2021-05-01T01:15:38.010Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6e9f72c5-9f7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:15:38.010Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.010Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is matching search criteria 2021-05-01T01:15:38.010Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6e9f72c5-9f7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:15:38.010Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.010Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is not matching search criteria 2021-05-01T01:15:38.010Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T01:15:38.011Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-01T01:15:38.011Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T01:15:38.011Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T01:15:38.011Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T01:15:38.011Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T01:15:38.011Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:38.011Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T01:15:38.011Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:38.011Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T01:15:38.012Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T01:15:38.012Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdead9e5-cf78-4947-a5a9-af28619fd4c4 2021-05-01T01:15:38.012Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.012Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is not matching search criteria 2021-05-01T01:15:38.012Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T01:15:38.012Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T01:15:38.012Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:38.012Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T01:15:38.013Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T01:15:38.013Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T01:15:38.013Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T01:15:38.013Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-01T01:15:38.013Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T01:15:38.013Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:38.013Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T01:15:38.013Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T01:15:38.013Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=89b3da12-e75e-4fdb-bc55-e9461d1f159f 2021-05-01T01:15:38.014Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.014Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is not matching search criteria 2021-05-01T01:15:38.014Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T01:15:38.014Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T01:15:38.014Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:38.014Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T01:15:38.014Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T01:15:38.014Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T01:15:38.015Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T01:15:38.015Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T01:15:38.015Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T01:15:38.015Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T01:15:38.015Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:38.015Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-01T01:15:38.015Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=04d4869c-9393-4191-8e3d-c735349e1099 2021-05-01T01:15:38.015Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.016Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:38.016Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.016Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:38.016Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.016Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:38.016Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:38.016Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:38.017Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-01 01-12-37 Description:catalog service description Model UUID:c35c35c1-a627-4523-8918-9d9c75549ab9 Model Version:NULL Model InvariantUuid:3668ffec-cef6-4fae-89e6-8a5b2884d33f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 6e9f72c5-9f7a Model UUID:60f57cc0-7f98-4612-800d-b63c6e38c578 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8aff1228-22a1-4141-a6de-d580f55b2afa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ad4a0d18-5ff2-4082-a186-1e2ab506bcc6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1bf163df-c6a2-4413-84ad-a0aece2440b8 ModelName:Vfw6e9f72c59f7a..base_vfw..module-0 ModelUuid:eddb7f09-fa7f-4786-8729-bc1a3e3b5d46 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cdead9e5-cf78-4947-a5a9-af28619fd4c4 ModelInvariantUuid:472e4e81-118a-44d5-a55c-79160c276143 ModelName:vFW 6e9f72c5-9f7a-nodes.vfwCvfc ModelUuid:3cac113e-1719-4e2e-9d13-e93e2f9f8623 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:38825e2a-21bd-419c-a8b7-25496aefc098 ModelInvariantUuid:c9c77d81-a12a-4aa8-92c2-13b8146b4412 ModelName:Vfw6e9f72c59f7a.compute.nodes.heat.vfw ModelUuid:13bf8bf2-f652-4862-b042-bfbc9fe9d547 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:89b3da12-e75e-4fdb-bc55-e9461d1f159f ModelInvariantUuid:feee5c34-7290-44a2-a120-08e04127dab5 ModelName:vFW 6e9f72c5-9f7a-nodes.vsnCvfc ModelUuid:c13a7f2f-fec6-44c2-b695-5b2fd27c40c6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:333e6a23-156a-4b6f-96f7-68de6d36c769 ModelInvariantUuid:55215412-ac65-4706-98d2-9a610638a347 ModelName:Vfw6e9f72c59f7a.compute.nodes.heat.vsn ModelUuid:32c8227b-c47b-45a9-8d96-97f08d953946 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:04d4869c-9393-4191-8e3d-c735349e1099 ModelInvariantUuid:95a69237-9079-46d5-8235-1e538c84d5d4 ModelName:vFW 6e9f72c5-9f7a-nodes.vpgCvfc ModelUuid:9d182afb-42c7-4d10-bf93-b66eee6d9036 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a7811c67-6d08-4230-9d6a-812d587e5c71 ModelInvariantUuid:38bce2a4-f63e-4f20-a438-cbf8b4f54fa7 ModelName:Vfw6e9f72c59f7a.compute.nodes.heat.vpg ModelUuid:9f85aaa9-c51c-473b-b862-afb46a913c14 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-05-01T01:15:38.022Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b55d433a-932e-429d-85f5-e67129616a3e 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-05-01T01:15:38.025Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||vFW 6e9f72c5-9f7a 0 2021-05-01T01:15:38.025Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b55d433a-932e-429d-85f5-e67129616a3e 2021-05-01T01:15:38.025Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 05323bc2-9f07-49b2-9166-390e8d5a433a from URL: /sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json 2021-05-01T01:15:38.025Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-05-01T01:15:38.025Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json 2021-05-01T01:15:38.475Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-05-01T01:15:38.475Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json 05323bc2-9f07-49b2-9166-390e8d5a433a 785 2021-05-01T01:15:38.476Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json ASDC sendASDCNotification 2021-05-01T01:15:38.476Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json 2021-05-01T01:15:38.476Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:15:38.476Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:38.478Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:38.478Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831738476, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:15:38.579Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:38.580Z||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-05-01T01:15:38.580Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:38.592Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:38.592Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:15:39.479Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6e9f72c59f7a..base_vfw..module-0", "vfModuleModelInvariantUUID": "1bf163df-c6a2-4413-84ad-a0aece2440b8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eddb7f09-fa7f-4786-8729-bc1a3e3b5d46", "vfModuleModelCustomizationUUID": "2b31408a-fc61-4d97-a386-c70d6bab6b2f", "isBase": true, "artifacts": [ "444f62a5-974f-4814-b57c-b55cef11b32c", "027cae02-9cf3-4dcc-bb16-f41cbade8d56" ], "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-05-01T01:15:39.483Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6e9f72c59f7a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eddb7f09-fa7f-4786-8729-bc1a3e3b5d46 VfModuleModelInvariantUUID:1bf163df-c6a2-4413-84ad-a0aece2440b8 VfModuleModelDescription:NULL Artifacts UUID List:{ 444f62a5-974f-4814-b57c-b55cef11b32c , 027cae02-9cf3-4dcc-bb16-f41cbade8d56 } 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-05-01T01:15:39.485Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6e9f72c59f7a..base_vfw..module-0", "vfModuleModelInvariantUUID": "1bf163df-c6a2-4413-84ad-a0aece2440b8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eddb7f09-fa7f-4786-8729-bc1a3e3b5d46", "vfModuleModelCustomizationUUID": "2b31408a-fc61-4d97-a386-c70d6bab6b2f", "isBase": true, "artifacts": [ "444f62a5-974f-4814-b57c-b55cef11b32c", "027cae02-9cf3-4dcc-bb16-f41cbade8d56" ], "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-05-01T01:15:39.485Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6e9f72c59f7a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eddb7f09-fa7f-4786-8729-bc1a3e3b5d46 VfModuleModelInvariantUUID:1bf163df-c6a2-4413-84ad-a0aece2440b8 VfModuleModelDescription:NULL Artifacts UUID List:{ 444f62a5-974f-4814-b57c-b55cef11b32c , 027cae02-9cf3-4dcc-bb16-f41cbade8d56 } 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-05-01T01:15:39.485Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 444f62a5-974f-4814-b57c-b55cef11b32c from URL: /sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml 2021-05-01T01:15:39.485Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-05-01T01:15:39.485Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml 2021-05-01T01:15:39.849Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-05-01T01:15:39.850Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml 444f62a5-974f-4814-b57c-b55cef11b32c 20368 2021-05-01T01:15:39.850Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-01T01:15:39.850Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml 2021-05-01T01:15:39.850Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:15:39.850Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:39.852Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:39.852Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831739850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:15:39.952Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:39.953Z||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-05-01T01:15:39.953Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:39.964Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:39.964Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:15:40.853Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 027cae02-9cf3-4dcc-bb16-f41cbade8d56 from URL: /sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env 2021-05-01T01:15:40.853Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-05-01T01:15:40.854Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env 2021-05-01T01:15:41.334Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-05-01T01:15:41.334Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env 027cae02-9cf3-4dcc-bb16-f41cbade8d56 2098 2021-05-01T01:15:41.335Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-01T01:15:41.335Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env 2021-05-01T01:15:41.335Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:15:41.335Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:41.337Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:41.337Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831741335, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:15:41.437Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:15:41.438Z||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-05-01T01:15:41.438Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:41.450Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:41.450Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:15:42.338Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c35c35c1-a627-4523-8918-9d9c75549ab9 2021-05-01T01:15:42.339Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6e9f72c5-9f7a 0 b55d433a-932e-429d-85f5-e67129616a3e 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-05-01T01:15:42.354Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.354Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:42.355Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-05-01T01:15:42.355Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ad4a0d18-5ff2-4082-a186-1e2ab506bcc6 2021-05-01T01:15:42.355Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ad4a0d18-5ff2-4082-a186-1e2ab506bcc6 matches Tosca VF Customization UUID: ad4a0d18-5ff2-4082-a186-1e2ab506bcc6 2021-05-01T01:15:42.355Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ad4a0d18-5ff2-4082-a186-1e2ab506bcc6 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-05-01T01:15:42.357Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.357Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:42.358Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ad4a0d18-5ff2-4082-a186-1e2ab506bcc6: {\"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-05-01T01:15:42.358Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d539503 2021-05-01T01:15:42.358Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.358Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T01:15:42.358Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b31408a-fc61-4d97-a386-c70d6bab6b2f 2021-05-01T01:15:42.358Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b31408a-fc61-4d97-a386-c70d6bab6b2f 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-05-01T01:15:42.361Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.361Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is matching search criteria 2021-05-01T01:15:42.361Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6e9f72c5-9f7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:15:42.361Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.361Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is matching search criteria 2021-05-01T01:15:42.362Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6e9f72c5-9f7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:15:42.362Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.362Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is not matching search criteria 2021-05-01T01:15:42.362Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T01:15:42.362Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-01T01:15:42.362Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T01:15:42.362Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T01:15:42.362Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T01:15:42.362Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T01:15:42.363Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:42.363Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T01:15:42.363Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:42.363Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T01:15:42.363Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T01:15:42.363Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdead9e5-cf78-4947-a5a9-af28619fd4c4 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-05-01T01:15:42.365Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.365Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is matching search criteria 2021-05-01T01:15:42.365Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6e9f72c5-9f7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:15:42.366Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.366Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is not matching search criteria 2021-05-01T01:15:42.366Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T01:15:42.366Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T01:15:42.366Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:42.366Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T01:15:42.366Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T01:15:42.366Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T01:15:42.366Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T01:15:42.367Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-01T01:15:42.367Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T01:15:42.367Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:42.367Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T01:15:42.367Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T01:15:42.367Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=89b3da12-e75e-4fdb-bc55-e9461d1f159f 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-05-01T01:15:42.369Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.369Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is matching search criteria 2021-05-01T01:15:42.369Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6e9f72c5-9f7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:15:42.371Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.371Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is not matching search criteria 2021-05-01T01:15:42.371Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T01:15:42.372Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T01:15:42.372Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:42.372Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T01:15:42.372Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T01:15:42.372Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T01:15:42.372Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T01:15:42.372Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T01:15:42.372Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T01:15:42.372Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T01:15:42.373Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T01:15:42.373Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-01T01:15:42.373Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=04d4869c-9393-4191-8e3d-c735349e1099 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-05-01T01:15:42.374Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.375Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is matching search criteria 2021-05-01T01:15:42.375Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6e9f72c5-9f7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:15:42.375Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.375Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Node template vFW 6e9f72c5-9f7a 0 is matching search criteria 2021-05-01T01:15:42.375Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6e9f72c5-9f7a 0] matching following query criteria: sdcType=VF, customizationUUID=ad4a0d18-5ff2-4082-a186-1e2ab506bcc6 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-05-01T01:15:42.377Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.377Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:42.377Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c35c35c1-a627-4523-8918-9d9c75549ab9: vFW 6e9f72c5-9f7a 2021-05-01T01:15:42.377Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.377Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:42.377Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.377Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:42.378Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.378Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:42.378Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.378Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:42.378Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:15:42.378Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-05-01 01-12-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:15:42.378Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-05-01 01-12-37 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-05-01T01:15:42.514Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6e9f72c5-9f7a b55d433a-932e-429d-85f5-e67129616a3e 1 ASDC deployResourceStructure 2021-05-01T01:15:42.514Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json ASDC sendASDCNotification 2021-05-01T01:15:42.514Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json 2021-05-01T01:15:42.514Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:15:42.515Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:42.517Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:42.517Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831742514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:15:42.617Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:42.617Z||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-05-01T01:15:42.618Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:42.629Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:42.629Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:15:43.518Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-01T01:15:43.518Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml 2021-05-01T01:15:43.518Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:15:43.518Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:43.520Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:43.520Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831743517, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:15:43.621Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:15:43.621Z||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-05-01T01:15:43.622Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:43.633Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:43.633Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:15:44.521Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-01T01:15:44.522Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env 2021-05-01T01:15:44.522Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:15:44.522Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:44.524Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:44.524Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831744521, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-01T01:15:44.624Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:44.625Z||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-05-01T01:15:44.625Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:44.635Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:44.636Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:15:45.524Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar ASDC sendASDCNotification 2021-05-01T01:15:45.525Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar 2021-05-01T01:15:45.525Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:15:45.525Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:15:45.527Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:15:45.527Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831745524, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:15:45.627Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:15:45.628Z||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-05-01T01:15:45.629Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:15:45.639Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:15:45.640Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:15:46.528Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:15:46.538Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:15:46.540Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:15:46.540Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:15:46.540Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:16:16.540Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:16:16.550Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:16:16.551Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:16:16.551Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:16:16.552Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:16:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:16:26.072Z||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-05-01T01:16:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:16:26.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:16:26.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:16:26.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b5609f3-251e-423e-bbb7-1fa8386165e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831666199, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:16:26.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:16:46.552Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:16:46.560Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:16:46.561Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:16:46.561Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:16:46.561Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:17:16.562Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:17:16.568Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:17:16.570Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:17:16.570Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:17:16.570Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:17:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:17:26.072Z||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-05-01T01:17:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:17:26.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:17:26.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "clamp", "timestamp": 1619831678793, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "cds", "timestamp": 1619831686788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-k8s-id", "timestamp": 1619831686177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831682950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "ves-openapi-manager", "timestamp": 1619831677489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "policy-id", "timestamp": 1619831679693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831682950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "cds", "timestamp": 1619831686788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-k8s-id", "timestamp": 1619831686177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "clamp", "timestamp": 1619831678793, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "ves-openapi-manager", "timestamp": 1619831677489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "policy-id", "timestamp": 1619831679693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "aai-ml", "timestamp": 1619831688185, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831682950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "clamp", "timestamp": 1619831678793, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-k8s-id", "timestamp": 1619831686177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "cds", "timestamp": 1619831686788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "ves-openapi-manager", "timestamp": 1619831677489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "policy-id", "timestamp": 1619831679693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "aai-ml", "timestamp": 1619831688185, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831682950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "cds", "timestamp": 1619831686788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-k8s-id", "timestamp": 1619831686177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "clamp", "timestamp": 1619831678793, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "ves-openapi-manager", "timestamp": 1619831677489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "policy-id", "timestamp": 1619831679693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "aai-ml", "timestamp": 1619831688185, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831682950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "clamp", "timestamp": 1619831678793, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "cds", "timestamp": 1619831686788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-k8s-id", "timestamp": 1619831686177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "ves-openapi-manager", "timestamp": 1619831677489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "policy-id", "timestamp": 1619831679693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "aai-ml", "timestamp": 1619831688185, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831682950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "cds", "timestamp": 1619831686788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "clamp", "timestamp": 1619831678793, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-k8s-id", "timestamp": 1619831686177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "ves-openapi-manager", "timestamp": 1619831677489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "policy-id", "timestamp": 1619831679693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "aai-ml", "timestamp": 1619831688185, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831682950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "cds", "timestamp": 1619831686788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "clamp", "timestamp": 1619831678793, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-k8s-id", "timestamp": 1619831686177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "ves-openapi-manager", "timestamp": 1619831677489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "policy-id", "timestamp": 1619831679693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "aai-ml", "timestamp": 1619831688185, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "aai-ml", "timestamp": 1619831688185, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "cds", "timestamp": 1619831695289, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-k8s-id", "timestamp": 1619831695378, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831695377, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "policy-id", "timestamp": 1619831695400, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-windriver-id", "timestamp": 1619831695032, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "cds", "timestamp": 1619831696296, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-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-05-01T01:17:26.117Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c2850f4-9453-4ad5-8901-5318b91fc996 2021-05-01T01:17:26.117Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:17:26.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "policy-id", "timestamp": 1619831696403, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:17:26.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "aai-ml", "timestamp": 1619831696494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-windriver-id", "timestamp": 1619831695032, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:17:26.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-k8s-id", "timestamp": 1619831697383, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "policy-id", "timestamp": 1619831697406, "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-05-01T01:17:26.128Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c2850f4-9453-4ad5-8901-5318b91fc996 2021-05-01T01:17:26.129Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:17:26.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831697452, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "dcae-sch", "timestamp": 1619831696885, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-windriver-id", "timestamp": 1619831695032, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "dcae-sch", "timestamp": 1619831696885, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-windriver-id", "timestamp": 1619831695032, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-k8s-id", "timestamp": 1619831698921, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831698919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "dcae-sch", "timestamp": 1619831696885, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-windriver-id", "timestamp": 1619831695032, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T01:17:26.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831699922, "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-05-01T01:17:26.139Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c2850f4-9453-4ad5-8901-5318b91fc996 2021-05-01T01:17:26.139Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:17:26.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-k8s-id", "timestamp": 1619831699945, "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-05-01T01:17:26.146Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c2850f4-9453-4ad5-8901-5318b91fc996 2021-05-01T01:17:26.146Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:17:26.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "dcae-sch", "timestamp": 1619831696885, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-windriver-id", "timestamp": 1619831695032, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-starlingx-id", "timestamp": 1619831700925, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:17:26.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-k8s-id", "timestamp": 1619831700949, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "dcae-sch", "timestamp": 1619831696885, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-windriver-id", "timestamp": 1619831695032, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "clamp", "timestamp": 1619831701863, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "dcae-sch", "timestamp": 1619831696885, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-windriver-id", "timestamp": 1619831702875, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "clamp", "timestamp": 1619831702880, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:17:26.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "dcae-sch", "timestamp": 1619831696885, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "clamp", "timestamp": 1619831703883, "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-05-01T01:17:26.155Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c2850f4-9453-4ad5-8901-5318b91fc996 2021-05-01T01:17:26.155Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:17:26.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "aai-ml", "timestamp": 1619831704261, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:17:26.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-windriver-id", "timestamp": 1619831704905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "aai-ml", "timestamp": 1619831705265, "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-05-01T01:17:26.164Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c2850f4-9453-4ad5-8901-5318b91fc996 2021-05-01T01:17:26.164Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:17:26.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831705618, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831705618, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-windriver-id", "timestamp": 1619831707301, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831705618, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-windriver-id", "timestamp": 1619831708306, "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-05-01T01:17:26.174Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c2850f4-9453-4ad5-8901-5318b91fc996 2021-05-01T01:17:26.175Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:17:26.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831705618, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "multicloud-windriver-id", "timestamp": 1619831709309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:17:26.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831705618, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831705618, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:17:26.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831705618, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:17:26.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-01T01:17:26.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831714484, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:17:26.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831717692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:17:26.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:17:26.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T01:17:26.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619831718696, "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-05-01T01:17:26.183Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c2850f4-9453-4ad5-8901-5318b91fc996 2021-05-01T01:17:26.183Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:17:46.570Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:17:46.578Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:17:46.581Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:17:46.581Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T01:17:46.582Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T01:17:46.582Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T01:17:46.582Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:17:46.582Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:17:46.582Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:17:46.582Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:17:46.582Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:17:46.582Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:17:46.582Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||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-05-01T01:17:46.585Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T01:18:16.586Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c2850f4-9453-4ad5-8901-5318b91fc996 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-05-01T01:18:16.590Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c2850f4-9453-4ad5-8901-5318b91fc996 and serviceModelVersionId: c35c35c1-a627-4523-8918-9d9c75549ab9 2021-05-01T01:18:16.590Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3668ffec-cef6-4fae-89e6-8a5b2884d33f 2021-05-01T01:18:16.591Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3668ffec-cef6-4fae-89e6-8a5b2884d33f/model-vers/model-ver/c35c35c1-a627-4523-8918-9d9c75549ab9?depth=0 2021-05-01T01:18:16.596Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T01:18:16.634Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3668ffec-cef6-4fae-89e6-8a5b2884d33f/model-vers/model-ver/c35c35c1-a627-4523-8918-9d9c75549ab9?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-05-01T01:18:16.635Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3668ffec-cef6-4fae-89e6-8a5b2884d33f/model-vers/model-ver/c35c35c1-a627-4523-8918-9d9c75549ab9?depth=0|INFO|500||Invoke 2021-05-01T01:18:16.657Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3668ffec-cef6-4fae-89e6-8a5b2884d33f/model-vers/model-ver/c35c35c1-a627-4523-8918-9d9c75549ab9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T01:18:16.793Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3668ffec-cef6-4fae-89e6-8a5b2884d33f/model-vers/model-ver/c35c35c1-a627-4523-8918-9d9c75549ab9?depth=0|INFO|500||InvokeReturn 2021-05-01T01:18:16.794Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3668ffec-cef6-4fae-89e6-8a5b2884d33f/model-vers/model-ver/c35c35c1-a627-4523-8918-9d9c75549ab9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210501-01:18:16:663-18692], vertex-id=[163936], Content-Length=[0], Date=[Sat, 01 May 2021 01:18:16 GMT], Content-Type=[application/json]} 2021-05-01T01:18:16.794Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-05-01T01:18:16.794Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T01:18:16.794Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||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-05-01T01:18:16.797Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||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-05-01T01:18:16.797Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c2850f4-9453-4ad5-8901-5318b91fc996 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T01:18:16.797Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T01:18:16.797Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:18:16.799Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:18:16.799Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831896797, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:18:16.899Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:18:16.900Z||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-05-01T01:18:16.900Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:18:16.911Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:18:16.912Z||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-05-01T01:18:17.807Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:18:17.807Z|6c2850f4-9453-4ad5-8901-5318b91fc996|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-05-01T01:18:17.807Z|6c2850f4-9453-4ad5-8901-5318b91fc996|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:18:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:18:26.072Z||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-05-01T01:18:26.073Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:18:26.095Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:18:26.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:18:26.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T01:18:26.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:18:26.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T01:18:26.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T01:18:26.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T01:18:26.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:18:26.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T01:18:26.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T01:18:26.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T01:18:26.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:18:26.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T01:18:26.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831726070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:18:26.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T01:18:26.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831734681, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:18:26.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:18:26.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831738476, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:18:26.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:18:26.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831739850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:18:26.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:18:26.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831741335, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:18:26.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:18:26.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831742514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/vfw6e9f72c59f7a0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:18:26.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:18:26.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831743517, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:18:26.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:18:26.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831744521, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/resourceInstances/vfw6e9f72c59f7a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-01T01:18:26.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:18:26.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:18:26.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831745524, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501011237/1.0/artifacts/service-Vfw20210501011237-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:18:26.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:18:28.016Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:18:28.017Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:18:28.018Z|6c2850f4-9453-4ad5-8901-5318b91fc996|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-05-01T01:18:28.018Z|6c2850f4-9453-4ad5-8901-5318b91fc996|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:18:37.576Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:18:37.576Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:18:37.577Z|6c2850f4-9453-4ad5-8901-5318b91fc996|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-05-01T01:18:37.577Z|6c2850f4-9453-4ad5-8901-5318b91fc996|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:18:47.113Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:19:26.070Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:19:26.070Z|6c2850f4-9453-4ad5-8901-5318b91fc996|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-05-01T01:19:26.071Z|6c2850f4-9453-4ad5-8901-5318b91fc996|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:19:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:19:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:19:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:19:26.591Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:19:26.591Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:19:26.592Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c2850f4-9453-4ad5-8901-5318b91fc996", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619831896797, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:19:26.592Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:19:35.623Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:20:26.070Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:20:26.070Z|6c2850f4-9453-4ad5-8901-5318b91fc996|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-05-01T01:20:26.070Z|6c2850f4-9453-4ad5-8901-5318b91fc996|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:20:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:20:26.072Z||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-05-01T01:20:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:20:35.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:20:35.616Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:21:26.070Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:21:26.071Z|6c2850f4-9453-4ad5-8901-5318b91fc996|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-05-01T01:21:26.071Z|6c2850f4-9453-4ad5-8901-5318b91fc996|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:21:26.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:21:26.072Z||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-05-01T01:21:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:21:26.699Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:21:26.700Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:21:26.700Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.701Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bfc9cd87-e433-4953-bc22-bb35ec8ffd8c","serviceDescription":"service","serviceInvariantUUID":"6e674527-31d8-43d5-a980-dd0a00ebd992","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"285ad28b-6e56-46c3-9c1d-3e0e244758e6","resourceInvariantUUID":"677cd587-7ac0-4c60-a1db-819e7a0ab2d2","resourceCustomizationUUID":"93689032-2b59-4b2b-ac67-b25645717f5a","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":"YjcxNmNiNzU3ZWZkMWI0ZmRkNWU3YjQ4ZDJlMTU2Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3d2a6d2-0562-46b9-8def-6708d20f868b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzBmNmVlOGM3Mjk0NTc4NmRjZjUwMDM2ODljOTNiNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"203fb792-468d-4565-ae36-28907fe84d01","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T01:21:26.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "multicloud-windriver-id", "timestamp": 1619832055032, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:21:26.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "aai-ml", "timestamp": 1619832048185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "cds", "timestamp": 1619832046788, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "aai-ml", "timestamp": 1619832048185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "multicloud-windriver-id", "timestamp": 1619832055032, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "cds", "timestamp": 1619832046788, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:21:26.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "dcae-sch", "timestamp": 1619832056885, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "ves-openapi-manager", "timestamp": 1619832057489, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "dcae-sch", "timestamp": 1619832056885, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:21:26.703Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "ves-openapi-manager", "timestamp": 1619832057489, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "cds", "timestamp": 1619832059195, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:21:26.703Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "aai-ml", "timestamp": 1619832059285, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:21:26.704Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:21:26.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "cds", "timestamp": 1619832060200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-05-01T01:21:26.705Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:21:26.705Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832086070, "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-05-01T01:21:26.713Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 2021-05-01T01:21:26.713Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 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-05-01T01:21:26.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "policy-id", "timestamp": 1619832059693, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:21:26.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "policy-id", "timestamp": 1619832059693, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:21:26.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "aai-ml", "timestamp": 1619832062486, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:21:26.719Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:21:26.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "policy-id", "timestamp": 1619832063086, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:21:26.719Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:21:26.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "aai-ml", "timestamp": 1619832063490, "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-05-01T01:21:26.723Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 2021-05-01T01:21:26.723Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 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-05-01T01:21:26.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832062950, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:21:26.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "policy-id", "timestamp": 1619832064089, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:21:26.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:21:26.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832062950, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:21:26.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "policy-id", "timestamp": 1619832065092, "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-05-01T01:21:26.733Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 2021-05-01T01:21:26.733Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 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-05-01T01:21:26.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832065618, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:21:26.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "multicloud-k8s-id", "timestamp": 1619832066177, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832065618, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "multicloud-k8s-id", "timestamp": 1619832066177, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832068719, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "clamp", "timestamp": 1619832068793, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:21:26.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832070183, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:21:26.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:21:26.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "clamp", "timestamp": 1619832068793, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:21:26.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:21:26.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832071186, "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-05-01T01:21:26.746Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 2021-05-01T01:21:26.746Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 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-05-01T01:21:26.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "clamp", "timestamp": 1619832078772, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:21:26.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:21:26.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "clamp", "timestamp": 1619832079787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:21:26.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:21:26.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:21:26.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "clamp", "timestamp": 1619832080789, "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-05-01T01:21:26.756Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 2021-05-01T01:21:26.756Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 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-05-01T01:21:26.806Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:21:26.806Z||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-05-01T01:21:26.806Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:21:26.816Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:21:26.816Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:21:27.706Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:21:27.707Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:21:27.709Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:21:27.709Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832086070, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:21:27.809Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:21:27.810Z||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-05-01T01:21:27.810Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:21:27.820Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:21:27.821Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:21:28.710Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "bfc9cd87-e433-4953-bc22-bb35ec8ffd8c", "serviceDescription": "service", "serviceInvariantUUID": "6e674527-31d8-43d5-a980-dd0a00ebd992", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "93689032-2b59-4b2b-ac67-b25645717f5a", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "285ad28b-6e56-46c3-9c1d-3e0e244758e6", "resourceInvariantUUID": "677cd587-7ac0-4c60-a1db-819e7a0ab2d2", "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": "MzBmNmVlOGM3Mjk0NTc4NmRjZjUwMDM2ODljOTNiNDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "203fb792-468d-4565-ae36-28907fe84d01" } ], "workloadContext": "Production" } 2021-05-01T01:21:28.710Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T01:21:28.710Z|6c2850f4-9453-4ad5-8901-5318b91fc996|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bfc9cd87-e433-4953-bc22-bb35ec8ffd8c ASDC 2021-05-01T01:21:28.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:bfc9cd87-e433-4953-bc22-bb35ec8ffd8c ServiceInvariantUUID:6e674527-31d8-43d5-a980-dd0a00ebd992 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:203fb792-468d-4565-ae36-28907fe84d01 ArtifactChecksum:MzBmNmVlOGM3Mjk0NTc4NmRjZjUwMDM2ODljOTNiNDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:93689032-2b59-4b2b-ac67-b25645717f5a ResourceInvariantUUID:677cd587-7ac0-4c60-a1db-819e7a0ab2d2 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:285ad28b-6e56-46c3-9c1d-3e0e244758e6 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-01T01:21:28.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfc9cd87-e433-4953-bc22-bb35ec8ffd8c 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-05-01T01:21:28.729Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:21:28.729Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-05-01T01:21:28.729Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-05-01T01:21:28.729Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 203fb792-468d-4565-ae36-28907fe84d01 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-01T01:21:28.729Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-05-01T01:21:28.730Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-01T01:21:29.018Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-05-01T01:21:29.020Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 203fb792-468d-4565-ae36-28907fe84d01 52220 2021-05-01T01:21:29.020Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-01T01:21:29.020Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-01T01:21:29.020Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:21:29.020Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:21:29.022Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:21:29.022Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832089020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:21:29.122Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:21:29.123Z||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-05-01T01:21:29.123Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:21:29.135Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:21:29.135Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:21:30.023Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:21:30.024Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-05-01T01:21:30.024Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 203fb792-468d-4565-ae36-28907fe84d01, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.024Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-01T01:21:30.024Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.024Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7704131196760019913/Definitions/service-BasicNetwork-template.yml 2021-05-01T01:21:30.475Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T01:21:30.476Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-05-01T01:21:30.476Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.476Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T01:21:30.476Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.476Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.476Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.476Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.476Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.476Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.477Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.477Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.477Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-05-01T01:21:30.477Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.477Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.477Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-01T01:21:30.477Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-05-01T01:21:30.477Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:21:30.478Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.478Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.478Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-01T01:21:30.478Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-05-01T01:21:30.478Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:21:30.478Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.478Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.479Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.479Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.479Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.479Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.479Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.479Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.479Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.480Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.480Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:bfc9cd87-e433-4953-bc22-bb35ec8ffd8c Model Version:NULL Model InvariantUuid:6e674527-31d8-43d5-a980-dd0a00ebd992 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:677cd587-7ac0-4c60-a1db-819e7a0ab2d2 Model UUID:dd382b24-0039-4088-bb50-303674d12ddb Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:93689032-2b59-4b2b-ac67-b25645717f5a 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-05-01T01:21:30.485Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 285ad28b-6e56-46c3-9c1d-3e0e244758e6 2021-05-01T01:21:30.485Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||No resources found for Service: bfc9cd87-e433-4953-bc22-bb35ec8ffd8c 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-05-01T01:21:30.488Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| 2021-05-01T01:21:30.488Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-01T01:21:30.489Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||No resources found for Service: bfc9cd87-e433-4953-bc22-bb35ec8ffd8c 2021-05-01T01:21:30.489Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bfc9cd87-e433-4953-bc22-bb35ec8ffd8c 2021-05-01T01:21:30.489Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-01T01:21:30.489Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-01T01:21:30.493Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.493Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.493Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.493Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.494Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bfc9cd87-e433-4953-bc22-bb35ec8ffd8c: Generic NeutronNet 2021-05-01T01:21:30.494Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.494Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.494Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.494Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||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-05-01T01:21:30.532Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.533Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.533Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.533Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.533Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:21:30.533Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:21:30.533Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||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-05-01T01:21:30.584Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-01T01:21:30.584Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-01T01:21:30.584Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-01T01:21:30.585Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:21:30.585Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:21:30.586Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:21:30.586Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832090584, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:21:30.686Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:21:30.687Z||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-05-01T01:21:30.687Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:21:30.699Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:21:30.699Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:21:31.587Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 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-05-01T01:21:31.594Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 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-05-01T01:21:31.596Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:21:31.596Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T01:21:31.596Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T01:21:31.596Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T01:21:31.596Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:21:31.596Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:21:31.596Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:21:31.596Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:21:31.596Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:21:31.597Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:21:31.597Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||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-05-01T01:21:31.600Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T01:22:01.600Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 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-05-01T01:22:01.605Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 and serviceModelVersionId: bfc9cd87-e433-4953-bc22-bb35ec8ffd8c 2021-05-01T01:22:01.605Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e674527-31d8-43d5-a980-dd0a00ebd992 2021-05-01T01:22:01.606Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e674527-31d8-43d5-a980-dd0a00ebd992/model-vers/model-ver/bfc9cd87-e433-4953-bc22-bb35ec8ffd8c?depth=0 2021-05-01T01:22:01.610Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T01:22:01.654Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e674527-31d8-43d5-a980-dd0a00ebd992/model-vers/model-ver/bfc9cd87-e433-4953-bc22-bb35ec8ffd8c?depth=0|INFO|500||Invoke 2021-05-01T01:22:01.654Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e674527-31d8-43d5-a980-dd0a00ebd992/model-vers/model-ver/bfc9cd87-e433-4953-bc22-bb35ec8ffd8c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e674527-31d8-43d5-a980-dd0a00ebd992/model-vers/model-ver/bfc9cd87-e433-4953-bc22-bb35ec8ffd8c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f316a404-d99e-4c15-9aec-d13f38b5c61d], X-ECOMP-RequestID=[0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1], X-TransactionId=[], X-ONAP-RequestID=[0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1], Content-Type=[application/merge-patch+json]} 2021-05-01T01:22:01.671Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e674527-31d8-43d5-a980-dd0a00ebd992/model-vers/model-ver/bfc9cd87-e433-4953-bc22-bb35ec8ffd8c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T01:22:01.749Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e674527-31d8-43d5-a980-dd0a00ebd992/model-vers/model-ver/bfc9cd87-e433-4953-bc22-bb35ec8ffd8c?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/6e674527-31d8-43d5-a980-dd0a00ebd992/model-vers/model-ver/bfc9cd87-e433-4953-bc22-bb35ec8ffd8c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210501-01:22:01:678-17409], vertex-id=[213016], Content-Length=[0], Date=[Sat, 01 May 2021 01:22:01 GMT], Content-Type=[application/json]} 2021-05-01T01:22:01.749Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e674527-31d8-43d5-a980-dd0a00ebd992/model-vers/model-ver/bfc9cd87-e433-4953-bc22-bb35ec8ffd8c?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T01:22:01.750Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e674527-31d8-43d5-a980-dd0a00ebd992/model-vers/model-ver/bfc9cd87-e433-4953-bc22-bb35ec8ffd8c?depth=0|INFO|500||InvokeReturn 2021-05-01T01:22:01.750Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T01:22:01.750Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||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-05-01T01:22:01.754Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||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-05-01T01:22:01.754Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T01:22:01.754Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T01:22:01.754Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:22:01.756Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:22:01.756Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832121754, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:22:01.856Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:22:01.857Z||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-05-01T01:22:01.857Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:01.869Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:01.869Z||pool-39-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-05-01T01:22:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:22:26.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:22:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T01:22:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:26.074Z||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-05-01T01:22:26.074Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:26.192Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:26.193Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:22:26.193Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832086070, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:22:26.193Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:22:26.697Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:26.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:22:26.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b57deeb9-bb70-4df4-a027-b35d28d07d56","serviceName":"Demo_pNF_wMpJADUPCpxsZUP21apW","serviceVersion":"1.0","serviceUUID":"79655aa6-0df9-46c1-b750-cf3c54022e52","serviceDescription":"catalog service description","serviceInvariantUUID":"61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e","resources":[{"resourceInstanceName":"pNF 562393fe-13f4 0","resourceName":"pNF 562393fe-13f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e2658934-423e-4b33-8e58-990d4612f623","resourceInvariantUUID":"84481acc-98bb-46db-8554-b84921cecc9d","resourceCustomizationUUID":"89d1fc51-c671-4cba-83f2-db43bd0ecc44","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml","artifactChecksum":"NjM0MDg5MWM5OGM1NmU0ZGZlOTQwNGY5ZGExOGFkNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11b0bcd8-b30c-4d8d-a11c-15be287483dd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar","artifactChecksum":"ZmI2N2RjMDNhYTJjNWI4YjBkZjEwNjIyMmU4N2FmMTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"65779532-f6df-42aa-b8c8-a7706b808ed9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8df8a39f-c732-446f-bc30-ad10bd25a474","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml","artifactChecksum":"YTFkYjg4ZDE0YzYzYmM2ZjU2Mjk4MjIwMmU2NjljNDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"739ab8ce-7088-4776-be2e-254335d6a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bda3ed42-c7c0-4f5c-b002-3b91999b8817","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b56102dd-2e69-4325-8d3c-2b369db89f4d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWmpjadupcpxszup21apw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml","artifactChecksum":"YmIwMTNlYTdlZjUxMmI1YzgxMDNmNTA1OGQ5YWRiMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18ab55fe-7f4a-4fde-a83c-13ba215fdb64","artifactVersion":"1"},{"artifactName":"service-DemoPnfWmpjadupcpxszup21apw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar","artifactChecksum":"OWQ4NjgyYjNkYzgxMWY1MzRhMWNhYTRjMzE2MjZhMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b85d76c-5eee-4375-8f2a-5535a7f2a7de","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T01:22:26.701Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:22:26.701Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:22:26.703Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:22:26.703Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:22:26.803Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:22:26.804Z||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-05-01T01:22:26.804Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:26.815Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:26.815Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:22:27.704Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:22:27.706Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:22:27.708Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:22:27.708Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:22:27.808Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:22:27.809Z||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-05-01T01:22:27.809Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:27.820Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:27.820Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:22:28.708Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:22:28.709Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:22:28.711Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:22:28.711Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:22:28.811Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:22:28.811Z||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-05-01T01:22:28.812Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:28.823Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:28.823Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:22:29.711Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:22:29.712Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:22:29.714Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:22:29.714Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:22:29.814Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:22:29.815Z||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-05-01T01:22:29.815Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:29.825Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:29.825Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:22:30.715Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:22:30.716Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:22:30.717Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:22:30.717Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:22:30.817Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:22:30.818Z||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-05-01T01:22:30.818Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:30.830Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:30.830Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:22:31.718Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:22:31.719Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:22:31.720Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:22:31.720Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:22:31.820Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:22:31.821Z||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-05-01T01:22:31.821Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:31.831Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:31.831Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:22:32.721Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:22:32.721Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:22:32.723Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:22:32.723Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:22:32.823Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:22:32.824Z||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-05-01T01:22:32.824Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:32.839Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:32.839Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:22:33.723Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:22:33.724Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:22:33.726Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:22:33.726Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:22:33.826Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:22:33.827Z||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-05-01T01:22:33.827Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:33.837Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:33.838Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:22:34.727Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "serviceName": "Demo_pNF_wMpJADUPCpxsZUP21apW", "serviceVersion": "1.0", "serviceUUID": "79655aa6-0df9-46c1-b750-cf3c54022e52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e", "resources": [ { "resourceInstanceName": "pNF 562393fe-13f4 0", "resourceCustomizationUUID": "89d1fc51-c671-4cba-83f2-db43bd0ecc44", "resourceName": "pNF 562393fe-13f4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e2658934-423e-4b33-8e58-990d4612f623", "resourceInvariantUUID": "84481acc-98bb-46db-8554-b84921cecc9d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "artifactChecksum": "OWQ4NjgyYjNkYzgxMWY1MzRhMWNhYTRjMzE2MjZhMGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b85d76c-5eee-4375-8f2a-5535a7f2a7de" } ], "workloadContext": "Production" } 2021-05-01T01:22:34.727Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T01:22:34.727Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 79655aa6-0df9-46c1-b750-cf3c54022e52 ASDC 2021-05-01T01:22:34.728Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:b57deeb9-bb70-4df4-a027-b35d28d07d56 ServiceName:Demo_pNF_wMpJADUPCpxsZUP21apW ServiceVersion:1.0 ServiceUUID:79655aa6-0df9-46c1-b750-cf3c54022e52 ServiceInvariantUUID:61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWmpjadupcpxszup21apw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar ArtifactUUID:8b85d76c-5eee-4375-8f2a-5535a7f2a7de ArtifactChecksum:OWQ4NjgyYjNkYzgxMWY1MzRhMWNhYTRjMzE2MjZhMGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 562393fe-13f4 0 ResourceCustomizationUUID:89d1fc51-c671-4cba-83f2-db43bd0ecc44 ResourceInvariantUUID:84481acc-98bb-46db-8554-b84921cecc9d ResourceName:pNF 562393fe-13f4 ResourceType:PNF ResourceUUID:e2658934-423e-4b33-8e58-990d4612f623 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-01T01:22:34.728Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79655aa6-0df9-46c1-b750-cf3c54022e52 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-05-01T01:22:34.746Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:22:34.746Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:22:34.747Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:22:34.747Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8b85d76c-5eee-4375-8f2a-5535a7f2a7de from URL: /sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:34.747Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:22:34.747Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:35.493Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:22:35.496Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar 8b85d76c-5eee-4375-8f2a-5535a7f2a7de 83318 2021-05-01T01:22:35.497Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar ASDC sendASDCNotification 2021-05-01T01:22:35.497Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:35.497Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:22:35.497Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:22:35.498Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:22:35.498Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832155497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:22:35.598Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:22:35.599Z||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-05-01T01:22:35.599Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:35.610Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:35.610Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:22:36.499Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:22:36.500Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:22:36.500Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8b85d76c-5eee-4375-8f2a-5535a7f2a7de, URL: /sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar to file: /app/ASDC/1/service-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:36.500Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:36.500Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:36.500Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:36.581Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14349861793799809883/Definitions/service-DemoPnfWmpjadupcpxszup21apw-template.yml 2021-05-01T01:22:37.126Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T01:22:37.126Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:22:37.126Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:37.126Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||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-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||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-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||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-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||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-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 562393fe-13f4 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||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-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 562393fe-13f4 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-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_wMpJADUPCpxsZUP21apW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Node template pNF 562393fe-13f4 0 is matching search criteria 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:22:37.127Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 562393fe-13f4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:22:37.128Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:22:37.128Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_wMpJADUPCpxsZUP21apW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:22:37.128Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Node template pNF 562393fe-13f4 0 is matching search criteria 2021-05-01T01:22:37.128Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:22:37.128Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 562393fe-13f4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:22:37.128Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:22:37.128Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_wMpJADUPCpxsZUP21apW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:22:37.128Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:22:37.128Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_wMpJADUPCpxsZUP21apW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:22:37.128Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:22:37.129Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_wMpJADUPCpxsZUP21apW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:22:37.129Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:22:37.129Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_wMpJADUPCpxsZUP21apW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:22:37.129Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:22:37.129Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_wMpJADUPCpxsZUP21apW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:22:37.129Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wMpJADUPCpxsZUP21apW Description:catalog service description Model UUID:79655aa6-0df9-46c1-b750-cf3c54022e52 Model Version:NULL Model InvariantUuid:61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e 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-05-01T01:22:37.135Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: e2658934-423e-4b33-8e58-990d4612f623 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-05-01T01:22:37.137Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||pNF 562393fe-13f4 0 2021-05-01T01:22:37.137Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e2658934-423e-4b33-8e58-990d4612f623 2021-05-01T01:22:37.137Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 79655aa6-0df9-46c1-b750-cf3c54022e52 2021-05-01T01:22:37.137Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 79655aa6-0df9-46c1-b750-cf3c54022e52 2021-05-01T01:22:37.137Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 562393fe-13f4 0 e2658934-423e-4b33-8e58-990d4612f623 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-05-01T01:22:37.141Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:22:37.141Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_wMpJADUPCpxsZUP21apW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:22:37.142Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 79655aa6-0df9-46c1-b750-cf3c54022e52: pNF 562393fe-13f4 2021-05-01T01:22:37.142Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||Processing PNF resource: e2658934-423e-4b33-8e58-990d4612f623 2021-05-01T01:22:37.142Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:22:37.142Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_wMpJADUPCpxsZUP21apW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:22:37.142Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||Resource customization UUID: 89d1fc51-c671-4cba-83f2-db43bd0ecc44 is the same as notified resource customizationUUID: 89d1fc51-c671-4cba-83f2-db43bd0ecc44 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-05-01T01:22:37.191Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 562393fe-13f4 e2658934-423e-4b33-8e58-990d4612f623 0 ASDC deployResourceStructure 2021-05-01T01:22:37.191Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar ASDC sendASDCNotification 2021-05-01T01:22:37.191Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar 2021-05-01T01:22:37.191Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:22:37.191Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:22:37.192Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:22:37.193Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832157191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:22:37.293Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:22:37.293Z||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-05-01T01:22:37.293Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:22:37.305Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:22:37.305Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:22:38.193Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:22:38.199Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:22:38.201Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:22:38.201Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:22:38.201Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:23:08.202Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:23:08.209Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:23:08.211Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:23:08.211Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:23:08.211Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:23:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:23:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T01:23:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:23:26.101Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:23:26.102Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.103Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832086070, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:23:26.103Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.103Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.104Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832089020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:23:26.104Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:23:26.104Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.104Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832090584, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:23:26.104Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:23:26.104Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.104Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "cds", "timestamp": 1619832106788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.104Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.104Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.104Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-k8s-id", "timestamp": 1619832106177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.104Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.104Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "aai-ml", "timestamp": 1619832108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "cds", "timestamp": 1619832106788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "aai-ml", "timestamp": 1619832108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-k8s-id", "timestamp": 1619832106177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.105Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "cds", "timestamp": 1619832106788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-k8s-id", "timestamp": 1619832106177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "aai-ml", "timestamp": 1619832108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-windriver-id", "timestamp": 1619832115032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "cds", "timestamp": 1619832106788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.106Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "aai-ml", "timestamp": 1619832108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-k8s-id", "timestamp": 1619832106177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-windriver-id", "timestamp": 1619832115032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "cds", "timestamp": 1619832106788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "aai-ml", "timestamp": 1619832108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.107Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-k8s-id", "timestamp": 1619832106177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "dcae-sch", "timestamp": 1619832116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-windriver-id", "timestamp": 1619832115032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "ves-openapi-manager", "timestamp": 1619832117489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "cds", "timestamp": 1619832106788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.108Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "aai-ml", "timestamp": 1619832108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-k8s-id", "timestamp": 1619832106177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "dcae-sch", "timestamp": 1619832116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-windriver-id", "timestamp": 1619832115032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.109Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "ves-openapi-manager", "timestamp": 1619832117489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "cds", "timestamp": 1619832106788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "aai-ml", "timestamp": 1619832108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-k8s-id", "timestamp": 1619832106177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.110Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "dcae-sch", "timestamp": 1619832116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-windriver-id", "timestamp": 1619832115032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "ves-openapi-manager", "timestamp": 1619832117489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "cds", "timestamp": 1619832106788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "aai-ml", "timestamp": 1619832108186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.111Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-k8s-id", "timestamp": 1619832106177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "policy-id", "timestamp": 1619832119693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "dcae-sch", "timestamp": 1619832116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-windriver-id", "timestamp": 1619832115032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "ves-openapi-manager", "timestamp": 1619832117489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.112Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "policy-id", "timestamp": 1619832119693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "dcae-sch", "timestamp": 1619832116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "cds", "timestamp": 1619832121612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "aai-ml", "timestamp": 1619832121614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-windriver-id", "timestamp": 1619832115032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.113Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832121754, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:23:26.114Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:23:26.114Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.114Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "ves-openapi-manager", "timestamp": 1619832117489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.114Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.114Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.114Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "policy-id", "timestamp": 1619832119693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.114Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.114Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.114Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "dcae-sch", "timestamp": 1619832116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.114Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.114Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.114Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "cds", "timestamp": 1619832122617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-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-05-01T01:23:26.119Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b57deeb9-bb70-4df4-a027-b35d28d07d56 2021-05-01T01:23:26.119Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:23:26.125Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.125Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-windriver-id", "timestamp": 1619832115032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:23:26.125Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.125Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.125Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "ves-openapi-manager", "timestamp": 1619832117489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "policy-id", "timestamp": 1619832119693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "dcae-sch", "timestamp": 1619832116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832122950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "ves-openapi-manager", "timestamp": 1619832117489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.126Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "policy-id", "timestamp": 1619832119693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "dcae-sch", "timestamp": 1619832116885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832122950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "ves-openapi-manager", "timestamp": 1619832117489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "policy-id", "timestamp": 1619832119693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.127Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832122950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832125618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "aai-ml", "timestamp": 1619832126263, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "policy-id", "timestamp": 1619832119693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832122950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.128Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832125618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.129Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.129Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.129Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "aai-ml", "timestamp": 1619832127266, "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-05-01T01:23:26.132Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b57deeb9-bb70-4df4-a027-b35d28d07d56 2021-05-01T01:23:26.132Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:23:26.138Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.138Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "ves-openapi-manager", "timestamp": 1619832127302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:23:26.138Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:23:26.138Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.138Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "policy-id", "timestamp": 1619832119693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:23:26.138Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.138Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.138Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832122950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.138Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.138Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.138Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832125618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "ves-openapi-manager", "timestamp": 1619832128558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832122950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "policy-id", "timestamp": 1619832128622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832125618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "clamp", "timestamp": 1619832128793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.139Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "ves-openapi-manager", "timestamp": 1619832129561, "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-05-01T01:23:26.142Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b57deeb9-bb70-4df4-a027-b35d28d07d56 2021-05-01T01:23:26.142Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:23:26.147Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.147Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832122950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.147Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.147Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.147Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "policy-id", "timestamp": 1619832129625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:23:26.147Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:23:26.148Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.148Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832125618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.148Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.148Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.148Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "clamp", "timestamp": 1619832128793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.148Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.148Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.148Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832122950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:23:26.148Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.148Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.148Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "policy-id", "timestamp": 1619832130627, "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-05-01T01:23:26.151Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b57deeb9-bb70-4df4-a027-b35d28d07d56 2021-05-01T01:23:26.151Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:23:26.156Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.156Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832125618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.156Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.156Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.156Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "clamp", "timestamp": 1619832128793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832125618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "clamp", "timestamp": 1619832128793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832125618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "clamp", "timestamp": 1619832128793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "clamp", "timestamp": 1619832128793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.157Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "clamp", "timestamp": 1619832128793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832136285, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "clamp", "timestamp": 1619832128793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832137995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T01:23:26.158Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832138999, "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-05-01T01:23:26.161Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b57deeb9-bb70-4df4-a027-b35d28d07d56 2021-05-01T01:23:26.161Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:23:38.211Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:23:38.217Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:23:38.219Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:23:38.219Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T01:23:38.219Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T01:23:38.219Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T01:23:38.219Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:23:38.220Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:23:38.220Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:23:38.220Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:23:38.220Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:23:38.220Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:23:38.220Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||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-05-01T01:23:38.223Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T01:24:08.223Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:24:08.228Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b57deeb9-bb70-4df4-a027-b35d28d07d56 and serviceModelVersionId: 79655aa6-0df9-46c1-b750-cf3c54022e52 2021-05-01T01:24:08.229Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e 2021-05-01T01:24:08.229Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e/model-vers/model-ver/79655aa6-0df9-46c1-b750-cf3c54022e52?depth=0 2021-05-01T01:24:08.243Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T01:24:08.280Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e/model-vers/model-ver/79655aa6-0df9-46c1-b750-cf3c54022e52?depth=0|INFO|500||Invoke 2021-05-01T01:24:08.280Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e/model-vers/model-ver/79655aa6-0df9-46c1-b750-cf3c54022e52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e/model-vers/model-ver/79655aa6-0df9-46c1-b750-cf3c54022e52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b57deeb9-bb70-4df4-a027-b35d28d07d56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[29b40d40-9347-4a8f-9ae6-3cf4ca1230d9], X-ECOMP-RequestID=[b57deeb9-bb70-4df4-a027-b35d28d07d56], X-TransactionId=[], X-ONAP-RequestID=[b57deeb9-bb70-4df4-a027-b35d28d07d56], Content-Type=[application/merge-patch+json]} 2021-05-01T01:24:08.298Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e/model-vers/model-ver/79655aa6-0df9-46c1-b750-cf3c54022e52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T01:24:08.361Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e/model-vers/model-ver/79655aa6-0df9-46c1-b750-cf3c54022e52?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/61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e/model-vers/model-ver/79655aa6-0df9-46c1-b750-cf3c54022e52?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210501-01:24:08:303-31832], vertex-id=[176224], Content-Length=[0], Date=[Sat, 01 May 2021 01:24:08 GMT], Content-Type=[application/json]} 2021-05-01T01:24:08.362Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e/model-vers/model-ver/79655aa6-0df9-46c1-b750-cf3c54022e52?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T01:24:08.362Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/61e75ba9-5399-45e1-b2dc-66c6ed7e8d1e/model-vers/model-ver/79655aa6-0df9-46c1-b750-cf3c54022e52?depth=0|INFO|500||InvokeReturn 2021-05-01T01:24:08.362Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T01:24:08.362Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||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-05-01T01:24:08.366Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||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-05-01T01:24:08.367Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b57deeb9-bb70-4df4-a027-b35d28d07d56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T01:24:08.367Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T01:24:08.367Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:24:08.369Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:24:08.369Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832248367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:24:08.469Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:24:08.470Z||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-05-01T01:24:08.470Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:24:08.484Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:24:08.485Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 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-05-01T01:24:09.378Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:24:09.378Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|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-05-01T01:24:09.378Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:24:18.920Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:24:26.070Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:24:26.070Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|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-05-01T01:24:26.071Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:24:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:24:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:24:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:24:26.091Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:24:26.091Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.091Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:24:26.092Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:24:26.092Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.092Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "clamp", "timestamp": 1619832147611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:24:26.092Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:24:26.092Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.092Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:24:26.092Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:24:26.092Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "clamp", "timestamp": 1619832148627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:24:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:24:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:24:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:24:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "clamp", "timestamp": 1619832149629, "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-05-01T01:24:26.098Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b57deeb9-bb70-4df4-a027-b35d28d07d56 2021-05-01T01:24:26.098Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b57deeb9-bb70-4df4-a027-b35d28d07d56 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-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/resourceInstances/pnf562393fe13f40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832146071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:24:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:24:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832155497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:24:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:24:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:24:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832157191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWmpjadupcpxszup21apw/1.0/artifacts/service-DemoPnfWmpjadupcpxszup21apw-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:24:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:24:35.607Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:26.070Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:25:26.070Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|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-05-01T01:25:26.071Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:25:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:25:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:26.590Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:26.590Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:25:26.590Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b57deeb9-bb70-4df4-a027-b35d28d07d56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832248367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:25:26.591Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:25:27.338Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:27.338Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:25:27.338Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"17767431-7f72-4730-aede-810831eefd49","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"e8791039-2438-4e8d-bb31-8bf136cabdee","serviceDescription":"service","serviceInvariantUUID":"2878bad8-c5dd-4062-9ae0-ef7889df0248","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"24f85da1-281e-4234-962d-250b7d3753bf","resourceInvariantUUID":"34789341-e98f-4d3e-9a85-322c51ec3efe","resourceCustomizationUUID":"602cf5bd-3dd3-4512-b45b-99e12d2bd8c2","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":"f8f9b259-ea7a-4a61-a717-d85f4b762c6e","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":"MjY2MGRlNDBmYzAyYjU1MDNkOGJiMzVkMmI4NmE3MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"406f299d-97d5-4a43-a86b-d666c5a1b3c8","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":"YjFjNGU2ZmFjMGI4NWZlM2FjYjU5M2Q3MzlhNmUyZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38924daf-99bc-4751-b978-5c4919ff6d4d","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":"1836c0e5-850c-4bde-9d14-951b8d7032d3","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":"41e1f4a2-8299-4e89-859e-483275599fcc","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":"5bf2c3c1-a10c-4294-9f39-93e74ce55321","artifactVersion":"2","generatedFromUUID":"1836c0e5-850c-4bde-9d14-951b8d7032d3"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YWYwY2EyN2UxNmEyYzZhZDY0ZTBmYmQ5NjBjOTUyYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b2a580e-b175-4ad0-b17b-16b24106f3bf","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MzA3ZDJlMDc3ZDhiODI1YzFkM2JlNTdhYWFiYzU1NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de91c509-409e-407e-a998-5ee48147581a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T01:25:27.340Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:25:27.340Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:27.341Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:27.341Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:25:27.441Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:27.442Z||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-05-01T01:25:27.442Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:27.451Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:27.451Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:28.342Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:25:28.342Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:28.344Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:28.344Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:25:28.444Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:28.445Z||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-05-01T01:25:28.445Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:28.458Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:28.458Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:29.345Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:25:29.345Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:29.347Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:29.347Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:25:29.447Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:29.448Z||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-05-01T01:25:29.448Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:29.463Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:29.463Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:30.348Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:25:30.348Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:30.350Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:30.350Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T01:25:30.450Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:30.451Z||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-05-01T01:25:30.451Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:30.484Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:30.485Z||pool-54-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:31.351Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:25:31.351Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:31.353Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:31.353Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:25:31.453Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:25:31.454Z||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-05-01T01:25:31.454Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:31.462Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:31.463Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:32.354Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:25:32.355Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:32.356Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:32.356Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T01:25:32.456Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:32.457Z||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-05-01T01:25:32.457Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:32.466Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:32.466Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:33.356Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:25:33.357Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:33.359Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:33.359Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:25:33.459Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:33.460Z||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-05-01T01:25:33.460Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:33.474Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:33.474Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:34.359Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:25:34.360Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:34.361Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:34.361Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:25:34.462Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:34.465Z||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-05-01T01:25:34.465Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:34.473Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:34.473Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:35.363Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "e8791039-2438-4e8d-bb31-8bf136cabdee", "serviceDescription": "service", "serviceInvariantUUID": "2878bad8-c5dd-4062-9ae0-ef7889df0248", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "602cf5bd-3dd3-4512-b45b-99e12d2bd8c2", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "24f85da1-281e-4234-962d-250b7d3753bf", "resourceInvariantUUID": "34789341-e98f-4d3e-9a85-322c51ec3efe", "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": "YjFjNGU2ZmFjMGI4NWZlM2FjYjU5M2Q3MzlhNmUyZTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "38924daf-99bc-4751-b978-5c4919ff6d4d", "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": "1836c0e5-850c-4bde-9d14-951b8d7032d3", "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": "5bf2c3c1-a10c-4294-9f39-93e74ce55321", "generatedFromUUID": "1836c0e5-850c-4bde-9d14-951b8d7032d3" }, "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": "5bf2c3c1-a10c-4294-9f39-93e74ce55321", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MzA3ZDJlMDc3ZDhiODI1YzFkM2JlNTdhYWFiYzU1NGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de91c509-409e-407e-a998-5ee48147581a" } ], "workloadContext": "Production" } 2021-05-01T01:25:35.363Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T01:25:35.363Z|b57deeb9-bb70-4df4-a027-b35d28d07d56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8791039-2438-4e8d-bb31-8bf136cabdee ASDC 2021-05-01T01:25:35.363Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:17767431-7f72-4730-aede-810831eefd49 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:e8791039-2438-4e8d-bb31-8bf136cabdee ServiceInvariantUUID:2878bad8-c5dd-4062-9ae0-ef7889df0248 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:de91c509-409e-407e-a998-5ee48147581a ArtifactChecksum:MzA3ZDJlMDc3ZDhiODI1YzFkM2JlNTdhYWFiYzU1NGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:602cf5bd-3dd3-4512-b45b-99e12d2bd8c2 ResourceInvariantUUID:34789341-e98f-4d3e-9a85-322c51ec3efe ResourceName:basicclamp ResourceType:VF ResourceUUID:24f85da1-281e-4234-962d-250b7d3753bf 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:38924daf-99bc-4751-b978-5c4919ff6d4d ArtifactChecksum:YjFjNGU2ZmFjMGI4NWZlM2FjYjU5M2Q3MzlhNmUyZTI= 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:1836c0e5-850c-4bde-9d14-951b8d7032d3 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:5bf2c3c1-a10c-4294-9f39-93e74ce55321 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:5bf2c3c1-a10c-4294-9f39-93e74ce55321 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T01:25:35.363Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8791039-2438-4e8d-bb31-8bf136cabdee 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-05-01T01:25:35.384Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:25:35.385Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:25:35.385Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:25:35.385Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de91c509-409e-407e-a998-5ee48147581a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-01T01:25:35.385Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:25:35.385Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-01T01:25:36.786Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:25:36.790Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar de91c509-409e-407e-a998-5ee48147581a 76823 2021-05-01T01:25:36.790Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-01T01:25:36.790Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-01T01:25:36.790Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:25:36.790Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:36.792Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:36.792Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832336790, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:25:36.892Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:36.892Z||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-05-01T01:25:36.893Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:36.902Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:36.902Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:37.792Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:25:37.793Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:25:37.793Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: de91c509-409e-407e-a998-5ee48147581a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-01T01:25:37.793Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-01T01:25:37.794Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-01T01:25:37.794Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-01T01:25:37.886Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12652563300445317384/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-05-01T01:25:38.752Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T01:25:38.753Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:25:38.753Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-01T01:25:38.753Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-01T01:25:38.753Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:38.753Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:38.753Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:38.753Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:38.753Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:38.753Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:38.754Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:38.754Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:38.754Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:38.754Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:38.754Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:25:38.754Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.754Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:38.754Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T01:25:38.754Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:25:38.755Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:25:38.755Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.755Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:38.755Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T01:25:38.755Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:25:38.755Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:25:38.755Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.756Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:38.756Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.756Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-01T01:25:38.756Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-01T01:25:38.756Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-01T01:25:38.756Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-01T01:25:38.756Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-01T01:25:38.756Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T01:25:38.757Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.757Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T01:25:38.757Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.757Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T01:25:38.757Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:25:38.757Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.758Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T01:25:38.758Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:25:38.758Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.758Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T01:25:38.758Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:25:38.758Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.758Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-01T01:25:38.759Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-01T01:25:38.759Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-01T01:25:38.759Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=093964d0-b720-4b06-9514-c76fce6fe211 2021-05-01T01:25:38.759Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.759Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:38.759Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.759Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:38.759Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.760Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:38.760Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:38.760Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:38.760Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:e8791039-2438-4e8d-bb31-8bf136cabdee Model Version:NULL Model InvariantUuid:2878bad8-c5dd-4062-9ae0-ef7889df0248 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:53a5083f-8dbb-4878-9574-f880c1852eb5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:34789341-e98f-4d3e-9a85-322c51ec3efe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:602cf5bd-3dd3-4512-b45b-99e12d2bd8c2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c324adb1-ed8d-4daa-9fe4-4667135d1699 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:b7a9af78-a59b-4055-8020-b0e88f97caed ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:093964d0-b720-4b06-9514-c76fce6fe211 ModelInvariantUuid:b1f21854-74c7-4a9d-8578-41bbf3e0db83 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:4adb94d0-82d1-4518-bdb3-fdd793e43e7c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:43da7d89-30ed-430b-884e-29d90d179cac ModelInvariantUuid:b8a1df5e-b832-4568-8a0d-b2fc207ce6ee ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:9f61cab1-f2fc-4d7d-9c92-9e9f3dac24f7 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-05-01T01:25:38.765Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 24f85da1-281e-4234-962d-250b7d3753bf 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-05-01T01:25:38.767Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||basicclamp 0 2021-05-01T01:25:38.767Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 24f85da1-281e-4234-962d-250b7d3753bf 2021-05-01T01:25:38.767Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 38924daf-99bc-4751-b978-5c4919ff6d4d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-01T01:25:38.767Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:25:38.767Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-01T01:25:39.575Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:25:39.575Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 38924daf-99bc-4751-b978-5c4919ff6d4d 790 2021-05-01T01:25:39.575Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:39.575Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:39.576Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:25:39.576Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:39.577Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:39.577Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832339575, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:25:39.677Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:25:39.679Z||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-05-01T01:25:39.679Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:39.688Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:39.688Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:25:40.578Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c324adb1-ed8d-4daa-9fe4-4667135d1699", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b7a9af78-a59b-4055-8020-b0e88f97caed", "vfModuleModelCustomizationUUID": "0115efe1-d6f9-4210-876b-4deb40839330", "isBase": true, "artifacts": [ "1836c0e5-850c-4bde-9d14-951b8d7032d3", "5bf2c3c1-a10c-4294-9f39-93e74ce55321" ], "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-05-01T01:25:40.582Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b7a9af78-a59b-4055-8020-b0e88f97caed VfModuleModelInvariantUUID:c324adb1-ed8d-4daa-9fe4-4667135d1699 VfModuleModelDescription:NULL Artifacts UUID List:{ 1836c0e5-850c-4bde-9d14-951b8d7032d3 , 5bf2c3c1-a10c-4294-9f39-93e74ce55321 } 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-05-01T01:25:40.584Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c324adb1-ed8d-4daa-9fe4-4667135d1699", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b7a9af78-a59b-4055-8020-b0e88f97caed", "vfModuleModelCustomizationUUID": "0115efe1-d6f9-4210-876b-4deb40839330", "isBase": true, "artifacts": [ "1836c0e5-850c-4bde-9d14-951b8d7032d3", "5bf2c3c1-a10c-4294-9f39-93e74ce55321" ], "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-05-01T01:25:40.584Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b7a9af78-a59b-4055-8020-b0e88f97caed VfModuleModelInvariantUUID:c324adb1-ed8d-4daa-9fe4-4667135d1699 VfModuleModelDescription:NULL Artifacts UUID List:{ 1836c0e5-850c-4bde-9d14-951b8d7032d3 , 5bf2c3c1-a10c-4294-9f39-93e74ce55321 } 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-05-01T01:25:40.584Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1836c0e5-850c-4bde-9d14-951b8d7032d3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-01T01:25:40.584Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:25:40.584Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-01T01:25:41.398Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:25:41.399Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 1836c0e5-850c-4bde-9d14-951b8d7032d3 5033 2021-05-01T01:25:41.399Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:41.399Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:41.399Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:25:41.399Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:41.400Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:41.401Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832341399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:25:41.501Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:41.501Z||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-05-01T01:25:41.501Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:41.511Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:41.511Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:42.401Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5bf2c3c1-a10c-4294-9f39-93e74ce55321 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-01T01:25:42.401Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:25:42.402Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-01T01:25:42.983Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:25:42.984Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5bf2c3c1-a10c-4294-9f39-93e74ce55321 909 2021-05-01T01:25:42.984Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:42.984Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:42.984Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:25:42.984Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:42.986Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:42.986Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832342984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:25:43.086Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:43.086Z||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-05-01T01:25:43.087Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:43.099Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:43.099Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:43.986Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e8791039-2438-4e8d-bb31-8bf136cabdee 2021-05-01T01:25:43.987Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 24f85da1-281e-4234-962d-250b7d3753bf 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-05-01T01:25:43.996Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:43.996Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:43.996Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-05-01T01:25:43.996Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 602cf5bd-3dd3-4512-b45b-99e12d2bd8c2 2021-05-01T01:25:43.996Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 602cf5bd-3dd3-4512-b45b-99e12d2bd8c2 matches Tosca VF Customization UUID: 602cf5bd-3dd3-4512-b45b-99e12d2bd8c2 2021-05-01T01:25:43.996Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 602cf5bd-3dd3-4512-b45b-99e12d2bd8c2 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-05-01T01:25:43.998Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:43.998Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:43.999Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 602cf5bd-3dd3-4512-b45b-99e12d2bd8c2: {\"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-05-01T01:25:43.999Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cc7bd9a 2021-05-01T01:25:43.999Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:43.999Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T01:25:43.999Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0115efe1-d6f9-4210-876b-4deb40839330 2021-05-01T01:25:43.999Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0115efe1-d6f9-4210-876b-4deb40839330 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-05-01T01:25:44.001Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:44.001Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T01:25:44.001Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:25:44.001Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:44.002Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T01:25:44.002Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:25:44.002Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:44.002Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-01T01:25:44.002Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-01T01:25:44.002Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-01T01:25:44.002Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=093964d0-b720-4b06-9514-c76fce6fe211 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-05-01T01:25:44.004Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:44.004Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T01:25:44.004Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:25:44.004Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:44.004Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T01:25:44.004Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=602cf5bd-3dd3-4512-b45b-99e12d2bd8c2 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-05-01T01:25:44.006Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:44.006Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:44.006Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e8791039-2438-4e8d-bb31-8bf136cabdee: basicclamp 2021-05-01T01:25:44.006Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:44.006Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:44.006Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:44.006Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:44.007Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:44.007Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:44.007Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:44.007Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:44.007Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:25:44.007Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:25:44.007Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:44.065Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 24f85da1-281e-4234-962d-250b7d3753bf 1 ASDC deployResourceStructure 2021-05-01T01:25:44.065Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:44.065Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:44.065Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:25:44.065Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:44.066Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:44.067Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832344065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:25:44.167Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:44.167Z||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-05-01T01:25:44.167Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:44.178Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:44.178Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:45.067Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:45.068Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:45.068Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:25:45.068Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:45.069Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:45.069Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832345067, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:25:45.170Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:45.184Z||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-05-01T01:25:45.185Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:45.197Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:45.198Z||pool-64-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:46.071Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:46.072Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:25:46.072Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:25:46.072Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:46.073Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:46.073Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832346071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-01T01:25:46.174Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:25:46.174Z||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-05-01T01:25:46.174Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:46.187Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:46.187Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:47.074Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-01T01:25:47.075Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-01T01:25:47.075Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:25:47.075Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:25:47.077Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:25:47.077Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832347074, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:25:47.177Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:25:47.178Z||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-05-01T01:25:47.178Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:25:47.189Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:25:47.190Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:25:48.078Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:25:48.084Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:25:48.088Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:25:48.088Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:25:48.088Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:26:18.088Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:18.095Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:18.096Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:26:18.097Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:26:18.097Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:26:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:26:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:26:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:26:26.201Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:26:26.725Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.725Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832322950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.726Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.726Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.726Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.726Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "aai-ml", "timestamp": 1619832318185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "ves-openapi-manager", "timestamp": 1619832317489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "policy-id", "timestamp": 1619832319693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832326177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832322950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.727Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "aai-ml", "timestamp": 1619832318185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "ves-openapi-manager", "timestamp": 1619832317489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "policy-id", "timestamp": 1619832319693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832326177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832322950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.728Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "aai-ml", "timestamp": 1619832318185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "ves-openapi-manager", "timestamp": 1619832317489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "policy-id", "timestamp": 1619832319693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832326177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832322950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.729Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "ves-openapi-manager", "timestamp": 1619832317489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "aai-ml", "timestamp": 1619832318185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "policy-id", "timestamp": 1619832319693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832326177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832322950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "aai-ml", "timestamp": 1619832318185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "ves-openapi-manager", "timestamp": 1619832317489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "policy-id", "timestamp": 1619832319693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832326177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832322950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "aai-ml", "timestamp": 1619832318185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "ves-openapi-manager", "timestamp": 1619832317489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "policy-id", "timestamp": 1619832319693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.732Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.733Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832326177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T01:26:26.733Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.733Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.733Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832322950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.733Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.733Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.733Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "aai-ml", "timestamp": 1619832318185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.733Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.733Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.733Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "ves-openapi-manager", "timestamp": 1619832317489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "policy-id", "timestamp": 1619832319693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832326177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832322950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.734Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "aai-ml", "timestamp": 1619832318185, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832326070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "ves-openapi-manager", "timestamp": 1619832317489, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "policy-id", "timestamp": 1619832319693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832326177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.735Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832336686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.736Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "policy-id", "timestamp": 1619832336699, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832336790, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "aai-ml", "timestamp": 1619832336797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832336791, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "policy-id", "timestamp": 1619832337703, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "ves-openapi-manager", "timestamp": 1619832337489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.739Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.739Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.739Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.739Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832338689, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.739Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.739Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.739Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "policy-id", "timestamp": 1619832338705, "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-05-01T01:26:26.743Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17767431-7f72-4730-aede-810831eefd49 2021-05-01T01:26:26.743Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:26.749Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.749Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832338777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.749Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.749Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.749Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "ves-openapi-manager", "timestamp": 1619832337489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832339575, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "ves-openapi-manager", "timestamp": 1619832337489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "policy-id", "timestamp": 1619832339708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832340590, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832340692, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "ves-openapi-manager", "timestamp": 1619832337489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.752Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "cds", "timestamp": 1619832341301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "policy-id", "timestamp": 1619832339708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832341399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.753Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832341593, "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-05-01T01:26:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17767431-7f72-4730-aede-810831eefd49 2021-05-01T01:26:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:26.760Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.760Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.760Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.760Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.760Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832341722, "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-05-01T01:26:26.763Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17767431-7f72-4730-aede-810831eefd49 2021-05-01T01:26:26.763Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:26.767Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.767Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "ves-openapi-manager", "timestamp": 1619832337489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.767Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.767Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.767Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "cds", "timestamp": 1619832342306, "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-05-01T01:26:26.770Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17767431-7f72-4730-aede-810831eefd49 2021-05-01T01:26:26.770Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "policy-id", "timestamp": 1619832339708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832342597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.776Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-k8s-id", "timestamp": 1619832342726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "aai-ml", "timestamp": 1619832342905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832342984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "ves-openapi-manager", "timestamp": 1619832337489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.777Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "policy-id", "timestamp": 1619832339708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.778Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "aai-ml", "timestamp": 1619832343908, "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-05-01T01:26:26.781Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17767431-7f72-4730-aede-810831eefd49 2021-05-01T01:26:26.781Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:26.786Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.786Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832344065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.786Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.786Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "ves-openapi-manager", "timestamp": 1619832337489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832343600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "policy-id", "timestamp": 1619832339708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.787Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832345067, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832343600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "policy-id", "timestamp": 1619832339708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832346071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.788Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832343600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "policy-id", "timestamp": 1619832339708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832346416, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832346450, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.789Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-k8s-id", "timestamp": 1619832346177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832347074, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832343600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-k8s-id", "timestamp": 1619832346177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832343600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.790Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832348379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "policy-id", "timestamp": 1619832348376, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832348503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "aai-ml", "timestamp": 1619832348185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-k8s-id", "timestamp": 1619832346177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.791Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "dcae-sch", "timestamp": 1619832349241, "artifactURL": "/sdc/v1/catalog/services/e8791039-2438-4e8d-bb31-8bf136cabdee/resourceInstances/basicclamp0/artifacts/f8f9b259-ea7a-4a61-a717-d85f4b762c6e", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.792Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.792Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.792Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832343600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.792Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.792Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.792Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "cds", "timestamp": 1619832331788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.792Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.792Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.792Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "policy-id", "timestamp": 1619832349378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.792Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.792Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.792Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832349507, "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-05-01T01:26:26.795Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17767431-7f72-4730-aede-810831eefd49 2021-05-01T01:26:26.796Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:26.801Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-k8s-id", "timestamp": 1619832346177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "aai-ml", "timestamp": 1619832348185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832349826, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.802Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832343600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.803Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.803Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.803Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "policy-id", "timestamp": 1619832350381, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-01T01:26:26.812Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17b3d0e3-6519-4194-915b-f2e870fb63b4 2021-05-01T01:26:26.812Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b3d0e3-6519-4194-915b-f2e870fb63b4 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-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "dcae-sch", "timestamp": 1619832350442, "artifactURL": "/sdc/v1/catalog/services/e8791039-2438-4e8d-bb31-8bf136cabdee/resourceInstances/basicclamp0/artifacts/f8f9b259-ea7a-4a61-a717-d85f4b762c6e", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-k8s-id", "timestamp": 1619832346177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "aai-ml", "timestamp": 1619832348185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.817Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832350830, "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-05-01T01:26:26.820Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17767431-7f72-4730-aede-810831eefd49 2021-05-01T01:26:26.821Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:26.824Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.825Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "dcae-sch", "timestamp": 1619832351445, "artifactURL": "/sdc/v1/catalog/services/e8791039-2438-4e8d-bb31-8bf136cabdee/resourceInstances/basicclamp0/artifacts/f8f9b259-ea7a-4a61-a717-d85f4b762c6e", "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-05-01T01:26:26.827Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 17767431-7f72-4730-aede-810831eefd49 2021-05-01T01:26:26.827Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:26.832Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.832Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.832Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.832Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.833Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "aai-ml", "timestamp": 1619832348185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.833Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.833Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.833Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-k8s-id", "timestamp": 1619832346177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.833Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.833Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.833Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "multicloud-windriver-id", "timestamp": 1619832351832, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.833Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.833Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.833Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "cds", "timestamp": 1619832352365, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.834Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.834Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.834Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.834Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.834Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.834Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.834Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.834Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.834Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "aai-ml", "timestamp": 1619832348185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.834Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.834Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.835Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-k8s-id", "timestamp": 1619832346177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.835Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.835Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.835Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.835Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.835Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.835Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832352987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.835Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.835Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.835Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "cds", "timestamp": 1619832353369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-01T01:26:26.838Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17b3d0e3-6519-4194-915b-f2e870fb63b4 2021-05-01T01:26:26.838Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b3d0e3-6519-4194-915b-f2e870fb63b4 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-05-01T01:26:26.843Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.843Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.843Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "aai-ml", "timestamp": 1619832348185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.844Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "aai-ml", "timestamp": 1619832348185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "cds", "timestamp": 1619832354372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-k8s-id", "timestamp": 1619832355275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832355487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.845Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "cds", "timestamp": 1619832354372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "aai-ml", "timestamp": 1619832356297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.846Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832335618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "cds", "timestamp": 1619832354372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832357056, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.847Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832357374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-k8s-id", "timestamp": 1619832357482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "cds", "timestamp": 1619832354372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.848Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.849Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.849Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832358059, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.849Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.849Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.849Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "ves-openapi-manager", "timestamp": 1619832357489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.849Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.849Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.849Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832358377, "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-05-01T01:26:26.851Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17b3d0e3-6519-4194-915b-f2e870fb63b4 2021-05-01T01:26:26.852Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b3d0e3-6519-4194-915b-f2e870fb63b4 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-05-01T01:26:26.855Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.855Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832358382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.855Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.855Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.855Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "dcae-sch", "timestamp": 1619832336885, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-windriver-id", "timestamp": 1619832335032, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "cds", "timestamp": 1619832354372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "ves-openapi-manager", "timestamp": 1619832357489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-k8s-id", "timestamp": 1619832359276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832359380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.856Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832359381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "cds", "timestamp": 1619832354372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "dcae-sch", "timestamp": 1619832359466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "ves-openapi-manager", "timestamp": 1619832357489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.857Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-k8s-id", "timestamp": 1619832360300, "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-05-01T01:26:26.860Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17b3d0e3-6519-4194-915b-f2e870fb63b4 2021-05-01T01:26:26.860Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b3d0e3-6519-4194-915b-f2e870fb63b4 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-05-01T01:26:26.864Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.864Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "policy-id", "timestamp": 1619832359693, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.864Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.864Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.864Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832360384, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.864Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.864Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.864Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832360841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.864Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "cds", "timestamp": 1619832354372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-windriver-id", "timestamp": 1619832361083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "dcae-sch", "timestamp": 1619832359466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "ves-openapi-manager", "timestamp": 1619832357489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-k8s-id", "timestamp": 1619832361303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.865Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.866Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.866Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "policy-id", "timestamp": 1619832359693, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.866Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.866Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.866Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "clamp", "timestamp": 1619832361387, "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-05-01T01:26:26.869Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17767431-7f72-4730-aede-810831eefd49 2021-05-01T01:26:26.869Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:26.874Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.874Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832361844, "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-05-01T01:26:26.876Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17b3d0e3-6519-4194-915b-f2e870fb63b4 2021-05-01T01:26:26.876Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b3d0e3-6519-4194-915b-f2e870fb63b4 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-05-01T01:26:26.881Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.881Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "cds", "timestamp": 1619832354372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.881Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.881Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.881Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "dcae-sch", "timestamp": 1619832359466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.881Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.881Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.881Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "ves-openapi-manager", "timestamp": 1619832357489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "policy-id", "timestamp": 1619832359693, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-windriver-id", "timestamp": 1619832362875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "aai-ml", "timestamp": 1619832362984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "dcae-sch", "timestamp": 1619832359466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.882Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "ves-openapi-manager", "timestamp": 1619832357489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "policy-id", "timestamp": 1619832359693, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "cds", "timestamp": 1619832363567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832362950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.883Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "aai-ml", "timestamp": 1619832363987, "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-05-01T01:26:26.886Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17b3d0e3-6519-4194-915b-f2e870fb63b4 2021-05-01T01:26:26.886Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b3d0e3-6519-4194-915b-f2e870fb63b4 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-05-01T01:26:26.891Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.891Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "dcae-sch", "timestamp": 1619832359466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.891Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.891Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.891Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "ves-openapi-manager", "timestamp": 1619832357489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.891Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.891Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.891Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "policy-id", "timestamp": 1619832359693, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.891Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.891Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.891Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.891Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832362950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "dcae-sch", "timestamp": 1619832359466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "ves-openapi-manager", "timestamp": 1619832357489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "policy-id", "timestamp": 1619832359693, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832362950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.892Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.893Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.893Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "cds", "timestamp": 1619832366009, "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-05-01T01:26:26.899Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95b45673-50b8-4ef3-ae77-0fab1941e9d2 2021-05-01T01:26:26.900Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95b45673-50b8-4ef3-ae77-0fab1941e9d2 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-05-01T01:26:26.904Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.904Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "dcae-sch", "timestamp": 1619832359466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.904Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.904Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-windriver-id", "timestamp": 1619832366156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832365618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "policy-id", "timestamp": 1619832359693, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832362950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832366177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.905Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "dcae-sch", "timestamp": 1619832359466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.906Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.906Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.906Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-windriver-id", "timestamp": 1619832367161, "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-05-01T01:26:26.908Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17b3d0e3-6519-4194-915b-f2e870fb63b4 2021-05-01T01:26:26.908Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b3d0e3-6519-4194-915b-f2e870fb63b4 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-05-01T01:26:26.912Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.912Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832365618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.912Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.912Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.912Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "policy-id", "timestamp": 1619832359693, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.912Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.912Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.912Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832362950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832366177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "multicloud-windriver-id", "timestamp": 1619832368164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832365618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "clamp", "timestamp": 1619832338793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832362950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.913Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "policy-id", "timestamp": 1619832368702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832366177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832365618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832362950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "policy-id", "timestamp": 1619832369705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832369167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.914Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.915Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832366177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.915Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.915Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.915Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832365618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.915Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.915Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.915Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832362950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.915Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.915Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.915Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "policy-id", "timestamp": 1619832370707, "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-05-01T01:26:26.918Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95b45673-50b8-4ef3-ae77-0fab1941e9d2 2021-05-01T01:26:26.918Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95b45673-50b8-4ef3-ae77-0fab1941e9d2 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-05-01T01:26:26.923Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.923Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832369167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.923Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.923Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.923Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832366177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T01:26:26.923Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832365618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832369167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832366177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832365618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832369167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832366177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.924Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832373074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832365618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832369167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832366177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "clamp", "timestamp": 1619832374757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832369167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.925Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832375483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832375593, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "clamp", "timestamp": 1619832375771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832369167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832375883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.926Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "clamp", "timestamp": 1619832376773, "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-05-01T01:26:26.929Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17b3d0e3-6519-4194-915b-f2e870fb63b4 2021-05-01T01:26:26.929Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b3d0e3-6519-4194-915b-f2e870fb63b4 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-05-01T01:26:26.934Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832369167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832377072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832377657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832377688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.935Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832378076, "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-05-01T01:26:26.938Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95b45673-50b8-4ef3-ae77-0fab1941e9d2 2021-05-01T01:26:26.938Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95b45673-50b8-4ef3-ae77-0fab1941e9d2 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-05-01T01:26:26.941Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.941Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "clamp", "timestamp": 1619832377776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.942Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.942Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.942Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832378494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.942Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.942Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.942Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832378660, "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-05-01T01:26:26.944Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95b45673-50b8-4ef3-ae77-0fab1941e9d2 2021-05-01T01:26:26.944Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95b45673-50b8-4ef3-ae77-0fab1941e9d2 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-05-01T01:26:26.949Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.949Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "aai-ml", "timestamp": 1619832378185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.949Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.949Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.949Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832379078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.949Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.949Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.949Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "clamp", "timestamp": 1619832377776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832379490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "aai-ml", "timestamp": 1619832378185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832380288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "clamp", "timestamp": 1619832377776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.950Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832380511, "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-05-01T01:26:26.953Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95b45673-50b8-4ef3-ae77-0fab1941e9d2 2021-05-01T01:26:26.953Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95b45673-50b8-4ef3-ae77-0fab1941e9d2 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-05-01T01:26:26.956Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.956Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "aai-ml", "timestamp": 1619832378185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.956Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.956Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.956Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "clamp", "timestamp": 1619832377776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-k8s-id", "timestamp": 1619832381514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832381800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "aai-ml", "timestamp": 1619832378185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "clamp", "timestamp": 1619832377776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.957Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832382804, "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-05-01T01:26:26.960Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95b45673-50b8-4ef3-ae77-0fab1941e9d2 2021-05-01T01:26:26.960Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95b45673-50b8-4ef3-ae77-0fab1941e9d2 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-05-01T01:26:26.963Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.963Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "aai-ml", "timestamp": 1619832378185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.963Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.963Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "clamp", "timestamp": 1619832377776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "multicloud-windriver-id", "timestamp": 1619832383806, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "aai-ml", "timestamp": 1619832378185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "clamp", "timestamp": 1619832377776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "aai-ml", "timestamp": 1619832378185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "clamp", "timestamp": 1619832377776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:26:26.964Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "aai-ml", "timestamp": 1619832378185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:26:26.965Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:26:48.097Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:48.105Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:26:48.107Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:26:48.107Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T01:26:48.107Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T01:26:48.107Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T01:26:48.107Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:26:48.107Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:26:48.107Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:26:48.107Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:26:48.107Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:26:48.107Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:26:48.107Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:26:48.107Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:26:48.110Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T01:27:18.110Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17767431-7f72-4730-aede-810831eefd49 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-05-01T01:27:18.116Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17767431-7f72-4730-aede-810831eefd49 and serviceModelVersionId: e8791039-2438-4e8d-bb31-8bf136cabdee 2021-05-01T01:27:18.116Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2878bad8-c5dd-4062-9ae0-ef7889df0248 2021-05-01T01:27:18.116Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2878bad8-c5dd-4062-9ae0-ef7889df0248/model-vers/model-ver/e8791039-2438-4e8d-bb31-8bf136cabdee?depth=0 2021-05-01T01:27:18.119Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T01:27:18.150Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2878bad8-c5dd-4062-9ae0-ef7889df0248/model-vers/model-ver/e8791039-2438-4e8d-bb31-8bf136cabdee?depth=0|INFO|500||Invoke 2021-05-01T01:27:18.151Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2878bad8-c5dd-4062-9ae0-ef7889df0248/model-vers/model-ver/e8791039-2438-4e8d-bb31-8bf136cabdee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2878bad8-c5dd-4062-9ae0-ef7889df0248/model-vers/model-ver/e8791039-2438-4e8d-bb31-8bf136cabdee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17767431-7f72-4730-aede-810831eefd49], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[585efe73-d578-4454-a295-7c17ad624f62], X-ECOMP-RequestID=[17767431-7f72-4730-aede-810831eefd49], X-TransactionId=[], X-ONAP-RequestID=[17767431-7f72-4730-aede-810831eefd49], Content-Type=[application/merge-patch+json]} 2021-05-01T01:27:18.166Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2878bad8-c5dd-4062-9ae0-ef7889df0248/model-vers/model-ver/e8791039-2438-4e8d-bb31-8bf136cabdee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T01:27:18.509Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2878bad8-c5dd-4062-9ae0-ef7889df0248/model-vers/model-ver/e8791039-2438-4e8d-bb31-8bf136cabdee?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/2878bad8-c5dd-4062-9ae0-ef7889df0248/model-vers/model-ver/e8791039-2438-4e8d-bb31-8bf136cabdee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210501-01:27:18:172-48368], vertex-id=[237576], Content-Length=[0], Date=[Sat, 01 May 2021 01:27:18 GMT], Content-Type=[application/json]} 2021-05-01T01:27:18.509Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2878bad8-c5dd-4062-9ae0-ef7889df0248/model-vers/model-ver/e8791039-2438-4e8d-bb31-8bf136cabdee?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T01:27:18.509Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2878bad8-c5dd-4062-9ae0-ef7889df0248/model-vers/model-ver/e8791039-2438-4e8d-bb31-8bf136cabdee?depth=0|INFO|500||InvokeReturn 2021-05-01T01:27:18.510Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T01:27:18.510Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:27:18.513Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||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-05-01T01:27:18.514Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17767431-7f72-4730-aede-810831eefd49 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T01:27:18.514Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T01:27:18.514Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:18.515Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:18.515Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832438514, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:27:18.615Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:27:18.616Z||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-05-01T01:27:18.616Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:18.630Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:18.630Z||pool-67-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-05-01T01:27:19.526Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:27:19.527Z|17767431-7f72-4730-aede-810831eefd49|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-05-01T01:27:19.527Z|17767431-7f72-4730-aede-810831eefd49|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:20.150Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:20.151Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:27:20.151Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"17b3d0e3-6519-4194-915b-f2e870fb63b4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"fcf11461-7214-44c9-8585-dc799c5c6d05","serviceDescription":"service","serviceInvariantUUID":"148083ba-7e41-4e66-89af-11e245727d7c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8f7c00c3-f297-4cfc-864a-2f831fb43035","resourceInvariantUUID":"de8ce699-dd69-45ea-ac83-4113e4e5738a","resourceCustomizationUUID":"8ee6b39a-c639-4f51-a888-785879c35757","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":"ZWE0NWY4ZDBmMWNiODFmNjI2YzllYzEzMjkxMWNiYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c821adc-fb54-49ca-93e2-9ad2bd1aa993","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":"ODBmNTYwNDc2MzkzY2RjNjI2ZDc4MWE5MzE2ZmI2NTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c28299b-b84f-4280-96d6-d56ed2e613d7","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":"8835ffc2-da86-4c6e-b7d7-b88e676f9edd","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":"87fc4cff-3968-4ddd-af38-3c7d83ddcee1","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":"3cbce3b8-4bc4-4f6f-8814-1f7fc6e22432","artifactVersion":"2","generatedFromUUID":"8835ffc2-da86-4c6e-b7d7-b88e676f9edd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzY1YTljYmVlNzFlZDI1ZDdkM2JjOTFhYzMwMWRmOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"411b8a7f-0eea-40bd-b112-a61817498dad","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjQ2ZjUyMDQ4MDI3NWVlNTY1N2Y2MzA2NDFiNjJiMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30ccd116-2b56-4861-b9ed-d3513421941b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T01:27:20.152Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:27:20.153Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:20.154Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:20.154Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:27:20.255Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:20.255Z||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-05-01T01:27:20.255Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:20.266Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:20.267Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:21.155Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:27:21.156Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:21.157Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:21.158Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:27:21.258Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:27:21.258Z||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-05-01T01:27:21.258Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:21.268Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:21.268Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:22.158Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:27:22.159Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:22.160Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:22.161Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T01:27:22.261Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:22.261Z||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-05-01T01:27:22.261Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:22.273Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:22.273Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:23.161Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:27:23.162Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:23.163Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:23.163Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:27:23.263Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:23.264Z||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-05-01T01:27:23.264Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:23.275Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:23.276Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:24.164Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:27:24.164Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:24.165Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:24.166Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T01:27:24.266Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:24.266Z||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-05-01T01:27:24.266Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:24.277Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:24.277Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:25.166Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:27:25.167Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:25.168Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:25.169Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:27:25.269Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:25.269Z||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-05-01T01:27:25.270Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:25.281Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:25.281Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:27:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:27:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:26.169Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:27:26.170Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:26.172Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:26.172Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:27:26.272Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:26.273Z||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-05-01T01:27:26.273Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:26.283Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:26.284Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:26.292Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:26.293Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.293Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "aai-ml", "timestamp": 1619832387676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:27:26.294Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:27:26.294Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.294Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "clamp", "timestamp": 1619832391014, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:27:26.294Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:27:26.294Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.294Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "clamp", "timestamp": 1619832392973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:27:26.294Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:27:26.294Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.294Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "clamp", "timestamp": 1619832393976, "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-05-01T01:27:26.300Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95b45673-50b8-4ef3-ae77-0fab1941e9d2 2021-05-01T01:27:26.300Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95b45673-50b8-4ef3-ae77-0fab1941e9d2 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-05-01T01:27:26.306Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.306Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "aai-ml", "timestamp": 1619832395385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:27:26.306Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:27:26.306Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.306Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "aai-ml", "timestamp": 1619832396387, "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-05-01T01:27:26.309Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95b45673-50b8-4ef3-ae77-0fab1941e9d2 2021-05-01T01:27:26.309Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95b45673-50b8-4ef3-ae77-0fab1941e9d2 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-05-01T01:27:26.313Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.313Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17767431-7f72-4730-aede-810831eefd49", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832438514, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:27:26.313Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:27:26.313Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:27:26.314Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:27:27.173Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "fcf11461-7214-44c9-8585-dc799c5c6d05", "serviceDescription": "service", "serviceInvariantUUID": "148083ba-7e41-4e66-89af-11e245727d7c", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "8ee6b39a-c639-4f51-a888-785879c35757", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8f7c00c3-f297-4cfc-864a-2f831fb43035", "resourceInvariantUUID": "de8ce699-dd69-45ea-ac83-4113e4e5738a", "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": "ODBmNTYwNDc2MzkzY2RjNjI2ZDc4MWE5MzE2ZmI2NTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3c28299b-b84f-4280-96d6-d56ed2e613d7", "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": "8835ffc2-da86-4c6e-b7d7-b88e676f9edd", "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": "3cbce3b8-4bc4-4f6f-8814-1f7fc6e22432", "generatedFromUUID": "8835ffc2-da86-4c6e-b7d7-b88e676f9edd" }, "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": "3cbce3b8-4bc4-4f6f-8814-1f7fc6e22432", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjQ2ZjUyMDQ4MDI3NWVlNTY1N2Y2MzA2NDFiNjJiMTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "30ccd116-2b56-4861-b9ed-d3513421941b" } ], "workloadContext": "Production" } 2021-05-01T01:27:27.173Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T01:27:27.173Z|17767431-7f72-4730-aede-810831eefd49|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fcf11461-7214-44c9-8585-dc799c5c6d05 ASDC 2021-05-01T01:27:27.173Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:17b3d0e3-6519-4194-915b-f2e870fb63b4 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:fcf11461-7214-44c9-8585-dc799c5c6d05 ServiceInvariantUUID:148083ba-7e41-4e66-89af-11e245727d7c 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:30ccd116-2b56-4861-b9ed-d3513421941b ArtifactChecksum:NjQ2ZjUyMDQ4MDI3NWVlNTY1N2Y2MzA2NDFiNjJiMTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:8ee6b39a-c639-4f51-a888-785879c35757 ResourceInvariantUUID:de8ce699-dd69-45ea-ac83-4113e4e5738a ResourceName:basic_vm ResourceType:VF ResourceUUID:8f7c00c3-f297-4cfc-864a-2f831fb43035 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:3c28299b-b84f-4280-96d6-d56ed2e613d7 ArtifactChecksum:ODBmNTYwNDc2MzkzY2RjNjI2ZDc4MWE5MzE2ZmI2NTQ= 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:8835ffc2-da86-4c6e-b7d7-b88e676f9edd 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:3cbce3b8-4bc4-4f6f-8814-1f7fc6e22432 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:3cbce3b8-4bc4-4f6f-8814-1f7fc6e22432 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T01:27:27.174Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fcf11461-7214-44c9-8585-dc799c5c6d05 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-05-01T01:27:27.196Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:27:27.196Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:27:27.196Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:27:27.196Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 30ccd116-2b56-4861-b9ed-d3513421941b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-01T01:27:27.197Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:27:27.197Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-01T01:27:27.965Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:27:27.968Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 30ccd116-2b56-4861-b9ed-d3513421941b 74263 2021-05-01T01:27:27.968Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-01T01:27:27.968Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-01T01:27:27.968Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:27:27.968Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:27.971Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:27.971Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832447968, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:27:28.070Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:27:28.071Z||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-05-01T01:27:28.071Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:28.081Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:28.081Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:28.971Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:27:28.972Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:27:28.972Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 30ccd116-2b56-4861-b9ed-d3513421941b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-01T01:27:28.973Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-01T01:27:28.973Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-01T01:27:28.973Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-01T01:27:29.077Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8089674918359975219/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-05-01T01:27:29.954Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T01:27:29.954Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:27:29.954Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-01T01:27:29.955Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-01T01:27:29.955Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:29.955Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:29.955Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:29.955Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:29.955Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:29.955Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:29.955Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:29.955Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:29.956Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:29.956Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:29.956Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:27:29.956Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.956Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:29.956Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T01:27:29.956Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:27:29.957Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:27:29.957Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.957Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:29.957Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T01:27:29.957Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:27:29.957Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:27:29.958Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.958Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:29.958Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.958Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-01T01:27:29.958Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-01T01:27:29.959Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-01T01:27:29.959Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-01T01:27:29.959Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-01T01:27:29.959Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T01:27:29.959Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.959Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T01:27:29.960Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.960Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T01:27:29.960Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:27:29.960Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.960Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T01:27:29.960Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:27:29.961Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.961Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T01:27:29.961Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:27:29.961Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.961Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-01T01:27:29.961Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-01T01:27:29.962Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-01T01:27:29.962Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dd167d57-9876-4833-82a0-68f404e7c4e6 2021-05-01T01:27:29.962Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.962Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:29.962Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.962Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:29.963Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.963Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:29.963Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:29.963Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:29.963Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:fcf11461-7214-44c9-8585-dc799c5c6d05 Model Version:NULL Model InvariantUuid:148083ba-7e41-4e66-89af-11e245727d7c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:317dcba6-927c-40d2-b99e-472d34c43a50 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:de8ce699-dd69-45ea-ac83-4113e4e5738a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8ee6b39a-c639-4f51-a888-785879c35757 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fd0fb84c-a0f1-477b-b3b3-9cac5e884021 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:f73e7095-0c54-4622-950a-d1fc74291ad7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dd167d57-9876-4833-82a0-68f404e7c4e6 ModelInvariantUuid:7dc9daac-5481-4a5e-9778-27cc6b41abff ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:db34b7e6-f155-4f73-8f56-d9b39340ca97 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:c24e4986-9f38-4cd0-84e9-c14bb7535247 ModelInvariantUuid:86c42386-3307-4bd9-8af9-040a502b75bd ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:da11d92c-7208-4648-bfce-18a1e7f3a0d9 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-05-01T01:27:29.967Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8f7c00c3-f297-4cfc-864a-2f831fb43035 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-05-01T01:27:29.969Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||basic_vm 0 2021-05-01T01:27:29.970Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8f7c00c3-f297-4cfc-864a-2f831fb43035 2021-05-01T01:27:29.970Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3c28299b-b84f-4280-96d6-d56ed2e613d7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-01T01:27:29.970Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:27:29.970Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:30.518Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:27:30.518Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3c28299b-b84f-4280-96d6-d56ed2e613d7 787 2021-05-01T01:27:30.519Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:30.519Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:30.519Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:27:30.519Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:30.520Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:30.520Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832450518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:27:30.621Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:30.621Z||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-05-01T01:27:30.621Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:30.633Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:30.633Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:31.521Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fd0fb84c-a0f1-477b-b3b3-9cac5e884021", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f73e7095-0c54-4622-950a-d1fc74291ad7", "vfModuleModelCustomizationUUID": "b5087081-ae0c-4b04-b8f5-c5a2c590f014", "isBase": true, "artifacts": [ "8835ffc2-da86-4c6e-b7d7-b88e676f9edd", "3cbce3b8-4bc4-4f6f-8814-1f7fc6e22432" ], "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-05-01T01:27:31.525Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f73e7095-0c54-4622-950a-d1fc74291ad7 VfModuleModelInvariantUUID:fd0fb84c-a0f1-477b-b3b3-9cac5e884021 VfModuleModelDescription:NULL Artifacts UUID List:{ 8835ffc2-da86-4c6e-b7d7-b88e676f9edd , 3cbce3b8-4bc4-4f6f-8814-1f7fc6e22432 } 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-05-01T01:27:31.526Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fd0fb84c-a0f1-477b-b3b3-9cac5e884021", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f73e7095-0c54-4622-950a-d1fc74291ad7", "vfModuleModelCustomizationUUID": "b5087081-ae0c-4b04-b8f5-c5a2c590f014", "isBase": true, "artifacts": [ "8835ffc2-da86-4c6e-b7d7-b88e676f9edd", "3cbce3b8-4bc4-4f6f-8814-1f7fc6e22432" ], "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-05-01T01:27:31.526Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f73e7095-0c54-4622-950a-d1fc74291ad7 VfModuleModelInvariantUUID:fd0fb84c-a0f1-477b-b3b3-9cac5e884021 VfModuleModelDescription:NULL Artifacts UUID List:{ 8835ffc2-da86-4c6e-b7d7-b88e676f9edd , 3cbce3b8-4bc4-4f6f-8814-1f7fc6e22432 } 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-05-01T01:27:31.527Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8835ffc2-da86-4c6e-b7d7-b88e676f9edd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-01T01:27:31.527Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:27:31.527Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:33.474Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:27:33.475Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8835ffc2-da86-4c6e-b7d7-b88e676f9edd 5033 2021-05-01T01:27:33.475Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:33.475Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:33.475Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:27:33.475Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:33.477Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:33.477Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832453475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:27:33.577Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:33.577Z||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-05-01T01:27:33.578Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:33.588Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:33.588Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:34.477Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3cbce3b8-4bc4-4f6f-8814-1f7fc6e22432 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-01T01:27:34.478Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:27:34.478Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:34.876Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:27:34.876Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3cbce3b8-4bc4-4f6f-8814-1f7fc6e22432 903 2021-05-01T01:27:34.877Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:34.877Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:34.877Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:27:34.877Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:34.878Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:34.879Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832454877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:27:34.979Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:34.979Z||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-05-01T01:27:34.979Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:34.989Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:34.989Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:35.879Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fcf11461-7214-44c9-8585-dc799c5c6d05 2021-05-01T01:27:35.880Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8f7c00c3-f297-4cfc-864a-2f831fb43035 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-05-01T01:27:35.888Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.888Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:35.888Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-05-01T01:27:35.889Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 8ee6b39a-c639-4f51-a888-785879c35757 2021-05-01T01:27:35.889Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ee6b39a-c639-4f51-a888-785879c35757 matches Tosca VF Customization UUID: 8ee6b39a-c639-4f51-a888-785879c35757 2021-05-01T01:27:35.889Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 8ee6b39a-c639-4f51-a888-785879c35757 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-05-01T01:27:35.890Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.890Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:35.891Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 8ee6b39a-c639-4f51-a888-785879c35757: {\"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-05-01T01:27:35.891Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31311b58 2021-05-01T01:27:35.891Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.891Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T01:27:35.891Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5087081-ae0c-4b04-b8f5-c5a2c590f014 2021-05-01T01:27:35.891Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5087081-ae0c-4b04-b8f5-c5a2c590f014 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-05-01T01:27:35.892Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.893Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T01:27:35.893Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:27:35.893Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.893Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T01:27:35.893Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:27:35.893Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.893Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-01T01:27:35.894Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-01T01:27:35.894Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-01T01:27:35.894Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dd167d57-9876-4833-82a0-68f404e7c4e6 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-05-01T01:27:35.895Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.896Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T01:27:35.896Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:27:35.896Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.896Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T01:27:35.896Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8ee6b39a-c639-4f51-a888-785879c35757 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-05-01T01:27:35.897Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.897Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:35.898Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fcf11461-7214-44c9-8585-dc799c5c6d05: basic_vm 2021-05-01T01:27:35.898Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.898Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:35.898Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.898Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:35.898Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.898Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:35.898Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.899Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:35.899Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:27:35.899Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:27:35.899Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:36.008Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8f7c00c3-f297-4cfc-864a-2f831fb43035 1 ASDC deployResourceStructure 2021-05-01T01:27:36.009Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:36.009Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:36.009Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:27:36.009Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:36.011Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:36.011Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832456009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:27:36.111Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:36.111Z||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-05-01T01:27:36.111Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:36.122Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:36.122Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:37.012Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:37.012Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:37.012Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:27:37.012Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:37.014Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:37.014Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832457012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:27:37.114Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:37.115Z||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-05-01T01:27:37.115Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:37.125Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:37.125Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:38.015Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:38.015Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:38.015Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:27:38.016Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:38.018Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:38.018Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832458015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-01T01:27:38.118Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:38.118Z||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-05-01T01:27:38.118Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:38.130Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:38.130Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:39.019Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-01T01:27:39.019Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-01T01:27:39.019Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:27:39.019Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:27:39.021Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:27:39.021Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832459018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:27:39.121Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:27:39.122Z||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-05-01T01:27:39.122Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:27:39.133Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:27:39.133Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:27:40.022Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17b3d0e3-6519-4194-915b-f2e870fb63b4 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-05-01T01:27:40.029Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17b3d0e3-6519-4194-915b-f2e870fb63b4 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-05-01T01:27:40.031Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:27:40.031Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T01:27:40.031Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T01:27:40.031Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T01:27:40.031Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:27:40.032Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:27:40.032Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:27:40.032Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:27:40.032Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:27:40.032Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:27:40.032Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:27:40.035Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T01:28:10.036Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17b3d0e3-6519-4194-915b-f2e870fb63b4 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-05-01T01:28:10.040Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17b3d0e3-6519-4194-915b-f2e870fb63b4 and serviceModelVersionId: fcf11461-7214-44c9-8585-dc799c5c6d05 2021-05-01T01:28:10.040Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 148083ba-7e41-4e66-89af-11e245727d7c 2021-05-01T01:28:10.041Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/148083ba-7e41-4e66-89af-11e245727d7c/model-vers/model-ver/fcf11461-7214-44c9-8585-dc799c5c6d05?depth=0 2021-05-01T01:28:10.044Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T01:28:10.072Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/148083ba-7e41-4e66-89af-11e245727d7c/model-vers/model-ver/fcf11461-7214-44c9-8585-dc799c5c6d05?depth=0|INFO|500||Invoke 2021-05-01T01:28:10.072Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/148083ba-7e41-4e66-89af-11e245727d7c/model-vers/model-ver/fcf11461-7214-44c9-8585-dc799c5c6d05?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/148083ba-7e41-4e66-89af-11e245727d7c/model-vers/model-ver/fcf11461-7214-44c9-8585-dc799c5c6d05?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17b3d0e3-6519-4194-915b-f2e870fb63b4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5fccfa8c-4291-44cd-8f58-72bc183cef0d], X-ECOMP-RequestID=[17b3d0e3-6519-4194-915b-f2e870fb63b4], X-TransactionId=[], X-ONAP-RequestID=[17b3d0e3-6519-4194-915b-f2e870fb63b4], Content-Type=[application/merge-patch+json]} 2021-05-01T01:28:10.087Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/148083ba-7e41-4e66-89af-11e245727d7c/model-vers/model-ver/fcf11461-7214-44c9-8585-dc799c5c6d05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T01:28:10.224Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/148083ba-7e41-4e66-89af-11e245727d7c/model-vers/model-ver/fcf11461-7214-44c9-8585-dc799c5c6d05?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/148083ba-7e41-4e66-89af-11e245727d7c/model-vers/model-ver/fcf11461-7214-44c9-8585-dc799c5c6d05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-01:28:10:094-47000], vertex-id=[237592], Content-Length=[0], Date=[Sat, 01 May 2021 01:28:10 GMT], Content-Type=[application/json]} 2021-05-01T01:28:10.224Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/148083ba-7e41-4e66-89af-11e245727d7c/model-vers/model-ver/fcf11461-7214-44c9-8585-dc799c5c6d05?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T01:28:10.224Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/148083ba-7e41-4e66-89af-11e245727d7c/model-vers/model-ver/fcf11461-7214-44c9-8585-dc799c5c6d05?depth=0|INFO|500||InvokeReturn 2021-05-01T01:28:10.225Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T01:28:10.225Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:28:10.228Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||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-05-01T01:28:10.228Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17b3d0e3-6519-4194-915b-f2e870fb63b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T01:28:10.228Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T01:28:10.228Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:10.230Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:10.230Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832490228, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:28:10.330Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:10.330Z||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-05-01T01:28:10.331Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:10.343Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:10.343Z||pool-83-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-05-01T01:28:11.238Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:28:11.238Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"95b45673-50b8-4ef3-ae77-0fab1941e9d2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"564fb8ba-d945-4712-bb9b-664404afa3d8","serviceDescription":"service","serviceInvariantUUID":"41ed4ef2-89be-40c1-bf2a-e161c76eb6b9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1fd73a3e-4097-434f-9203-353c1c8bfa6d","resourceInvariantUUID":"01ee068c-9f5e-438d-8d60-e1ccc669373b","resourceCustomizationUUID":"1ec9c547-fd30-454b-93f2-a5373b4101b5","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":"NWFmMzdmMmYyZmQ0NzQ4NWM5M2U0NjZmNGExY2YxYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84559d2c-4311-479e-b0b9-7b99d983a4a8","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":"MjJlMWUxZDNlYTc2MDY0YTNjOWU3ZmJlMjAzMWQxZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76cdd831-398c-41d6-9f10-48bdf4d95cda","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":"2adc9da5-140f-4bd5-9124-3bc692747010","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":"5a345ff8-b97d-45fd-b55e-b3259615fc98","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":"c0f2d3ba-55f5-4642-beea-7248c9c6c4e8","artifactVersion":"2","generatedFromUUID":"2adc9da5-140f-4bd5-9124-3bc692747010"},{"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":"MzRiYzU0NjZjZDQ3NTRiZjFlY2MzNDk1OTE0MjViYjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d94444a0-7919-4e1b-9b55-ec1079a314f3","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":"ZTU2ZDljMzhkMjU2ZDNlNmY3ZTBiNjM2NjNhMDc3YjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c8f2a91-2fd3-4fde-95da-8a0f46caf357","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmFmNjY4OGQ0ZDA3MGEyZTgzNzM3Y2Y3NjdlYjM3OTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb9ee1c5-588c-42c4-96d2-eca4c3d603c5","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T01:28:11.239Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:28:11.239Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:11.240Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:11.240Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:28:11.340Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:11.341Z||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-05-01T01:28:11.341Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:11.352Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:11.352Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:12.241Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:28:12.241Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:12.242Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:12.242Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:28:12.343Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:12.343Z||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-05-01T01:28:12.343Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:12.353Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:12.354Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:13.243Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:28:13.243Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:13.245Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:13.245Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T01:28:13.346Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T01:28:13.346Z||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-05-01T01:28:13.346Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:13.356Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:13.357Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:14.245Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:28:14.246Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:14.248Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:14.248Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:28:14.348Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:14.349Z||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-05-01T01:28:14.349Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:14.361Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:14.361Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:15.248Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:28:15.249Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:15.250Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:15.251Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T01:28:15.351Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:15.352Z||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-05-01T01:28:15.352Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:15.362Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:15.363Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:16.251Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:28:16.252Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:16.253Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:16.253Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T01:28:16.353Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:16.355Z||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-05-01T01:28:16.355Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:16.366Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:16.366Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:17.254Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:28:17.255Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:17.256Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:17.256Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:28:17.357Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:17.357Z||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-05-01T01:28:17.358Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:17.367Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:17.368Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:18.257Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:28:18.258Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:18.259Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:18.259Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:28:18.359Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:18.362Z||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-05-01T01:28:18.362Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:18.372Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:18.372Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:19.260Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "564fb8ba-d945-4712-bb9b-664404afa3d8", "serviceDescription": "service", "serviceInvariantUUID": "41ed4ef2-89be-40c1-bf2a-e161c76eb6b9", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "1ec9c547-fd30-454b-93f2-a5373b4101b5", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1fd73a3e-4097-434f-9203-353c1c8bfa6d", "resourceInvariantUUID": "01ee068c-9f5e-438d-8d60-e1ccc669373b", "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": "MjJlMWUxZDNlYTc2MDY0YTNjOWU3ZmJlMjAzMWQxZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "76cdd831-398c-41d6-9f10-48bdf4d95cda", "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": "2adc9da5-140f-4bd5-9124-3bc692747010", "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": "c0f2d3ba-55f5-4642-beea-7248c9c6c4e8", "generatedFromUUID": "2adc9da5-140f-4bd5-9124-3bc692747010" }, "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": "c0f2d3ba-55f5-4642-beea-7248c9c6c4e8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZmFmNjY4OGQ0ZDA3MGEyZTgzNzM3Y2Y3NjdlYjM3OTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb9ee1c5-588c-42c4-96d2-eca4c3d603c5" } ], "workloadContext": "Production" } 2021-05-01T01:28:19.261Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T01:28:19.261Z|17b3d0e3-6519-4194-915b-f2e870fb63b4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 564fb8ba-d945-4712-bb9b-664404afa3d8 ASDC 2021-05-01T01:28:19.261Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:95b45673-50b8-4ef3-ae77-0fab1941e9d2 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:564fb8ba-d945-4712-bb9b-664404afa3d8 ServiceInvariantUUID:41ed4ef2-89be-40c1-bf2a-e161c76eb6b9 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:eb9ee1c5-588c-42c4-96d2-eca4c3d603c5 ArtifactChecksum:ZmFmNjY4OGQ0ZDA3MGEyZTgzNzM3Y2Y3NjdlYjM3OTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:1ec9c547-fd30-454b-93f2-a5373b4101b5 ResourceInvariantUUID:01ee068c-9f5e-438d-8d60-e1ccc669373b ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:1fd73a3e-4097-434f-9203-353c1c8bfa6d 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:76cdd831-398c-41d6-9f10-48bdf4d95cda ArtifactChecksum:MjJlMWUxZDNlYTc2MDY0YTNjOWU3ZmJlMjAzMWQxZDU= 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:2adc9da5-140f-4bd5-9124-3bc692747010 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:c0f2d3ba-55f5-4642-beea-7248c9c6c4e8 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:c0f2d3ba-55f5-4642-beea-7248c9c6c4e8 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T01:28:19.261Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 564fb8ba-d945-4712-bb9b-664404afa3d8 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-05-01T01:28:19.282Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:28:19.282Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:28:19.283Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:28:19.283Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eb9ee1c5-588c-42c4-96d2-eca4c3d603c5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-01T01:28:19.283Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:28:19.283Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-01T01:28:19.885Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:28:19.888Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar eb9ee1c5-588c-42c4-96d2-eca4c3d603c5 82039 2021-05-01T01:28:19.888Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-05-01T01:28:19.888Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-01T01:28:19.888Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:28:19.888Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:19.890Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:19.890Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832499888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:28:19.990Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:19.991Z||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-05-01T01:28:19.991Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:20.001Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:20.001Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:20.890Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:28:20.891Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:28:20.891Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: eb9ee1c5-588c-42c4-96d2-eca4c3d603c5, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-01T01:28:20.892Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-05-01T01:28:20.892Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-01T01:28:20.892Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-01T01:28:20.977Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17129474439726549991/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-05-01T01:28:21.811Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:21.812Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:28:21.813Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.813Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:21.813Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T01:28:21.813Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:28:21.813Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:28:21.813Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.813Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:21.813Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T01:28:21.813Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:28:21.814Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:28:21.814Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.814Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:21.814Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.814Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-01T01:28:21.814Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-01T01:28:21.814Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-01T01:28:21.814Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-01T01:28:21.814Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-01T01:28:21.814Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T01:28:21.814Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.815Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T01:28:21.815Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.815Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T01:28:21.815Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:28:21.815Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.815Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T01:28:21.815Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:28:21.815Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.815Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T01:28:21.815Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:28:21.816Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.816Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-01T01:28:21.816Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-01T01:28:21.816Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-01T01:28:21.816Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=20c1b02f-5e66-4859-a511-f9b5ac98affc 2021-05-01T01:28:21.816Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.816Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:21.816Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.816Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:21.816Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.816Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:21.817Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:21.817Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:21.817Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:564fb8ba-d945-4712-bb9b-664404afa3d8 Model Version:NULL Model InvariantUuid:41ed4ef2-89be-40c1-bf2a-e161c76eb6b9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:0fc29515-6aba-425d-961d-43d9a50cd594 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:01ee068c-9f5e-438d-8d60-e1ccc669373b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1ec9c547-fd30-454b-93f2-a5373b4101b5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:481d069c-a4b3-43d8-ae0e-605df803eb08 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:dc068488-fb69-43c9-b6b1-42648e95c340 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:20c1b02f-5e66-4859-a511-f9b5ac98affc ModelInvariantUuid:d88b328e-2763-48e8-b988-38d8e1bf635d ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:4fdb8c18-cc3d-4546-9e25-3b67698779d8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:73592030-ed5e-40ff-a8f7-19a45d5a45d3 ModelInvariantUuid:f7922373-ab45-44ba-a0f5-17582b674565 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:7e9f6236-8318-438c-8f8c-8f53b0ba0098 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-05-01T01:28:21.820Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1fd73a3e-4097-434f-9203-353c1c8bfa6d 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-05-01T01:28:21.822Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2021-05-01T01:28:21.822Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1fd73a3e-4097-434f-9203-353c1c8bfa6d 2021-05-01T01:28:21.822Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 76cdd831-398c-41d6-9f10-48bdf4d95cda from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-01T01:28:21.822Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:28:21.822Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:22.285Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:28:22.285Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 76cdd831-398c-41d6-9f10-48bdf4d95cda 792 2021-05-01T01:28:22.285Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:22.285Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:22.285Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:28:22.285Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:22.287Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:22.287Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832502285, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:28:22.387Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:22.388Z||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-05-01T01:28:22.388Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:22.398Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:22.398Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:23.287Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "481d069c-a4b3-43d8-ae0e-605df803eb08", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dc068488-fb69-43c9-b6b1-42648e95c340", "vfModuleModelCustomizationUUID": "78c77049-91d9-4c9f-b747-0b04c363a439", "isBase": true, "artifacts": [ "2adc9da5-140f-4bd5-9124-3bc692747010", "c0f2d3ba-55f5-4642-beea-7248c9c6c4e8" ], "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-05-01T01:28:23.290Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dc068488-fb69-43c9-b6b1-42648e95c340 VfModuleModelInvariantUUID:481d069c-a4b3-43d8-ae0e-605df803eb08 VfModuleModelDescription:NULL Artifacts UUID List:{ 2adc9da5-140f-4bd5-9124-3bc692747010 , c0f2d3ba-55f5-4642-beea-7248c9c6c4e8 } 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-05-01T01:28:23.291Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "481d069c-a4b3-43d8-ae0e-605df803eb08", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dc068488-fb69-43c9-b6b1-42648e95c340", "vfModuleModelCustomizationUUID": "78c77049-91d9-4c9f-b747-0b04c363a439", "isBase": true, "artifacts": [ "2adc9da5-140f-4bd5-9124-3bc692747010", "c0f2d3ba-55f5-4642-beea-7248c9c6c4e8" ], "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-05-01T01:28:23.291Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dc068488-fb69-43c9-b6b1-42648e95c340 VfModuleModelInvariantUUID:481d069c-a4b3-43d8-ae0e-605df803eb08 VfModuleModelDescription:NULL Artifacts UUID List:{ 2adc9da5-140f-4bd5-9124-3bc692747010 , c0f2d3ba-55f5-4642-beea-7248c9c6c4e8 } 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-05-01T01:28:23.291Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2adc9da5-140f-4bd5-9124-3bc692747010 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-01T01:28:23.291Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:28:23.291Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:23.763Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:28:23.763Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2adc9da5-140f-4bd5-9124-3bc692747010 5033 2021-05-01T01:28:23.764Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:23.764Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:23.764Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:28:23.764Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:23.765Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:23.765Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832503764, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:28:23.866Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T01:28:23.866Z||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-05-01T01:28:23.867Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:23.877Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:23.877Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:24.766Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c0f2d3ba-55f5-4642-beea-7248c9c6c4e8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-01T01:28:24.767Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:28:24.767Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:28:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:28:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:26.091Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:26.092Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:28:26.092Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:28:26.092Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:28:26.550Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:28:26.550Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c0f2d3ba-55f5-4642-beea-7248c9c6c4e8 903 2021-05-01T01:28:26.550Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:26.550Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:26.550Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:28:26.551Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:26.552Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:26.552Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832506550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:28:26.653Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T01:28:26.653Z||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-05-01T01:28:26.654Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:26.664Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:26.665Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:27.553Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 564fb8ba-d945-4712-bb9b-664404afa3d8 2021-05-01T01:28:27.553Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1fd73a3e-4097-434f-9203-353c1c8bfa6d 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-05-01T01:28:27.562Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.562Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:27.563Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-05-01T01:28:27.563Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 1ec9c547-fd30-454b-93f2-a5373b4101b5 2021-05-01T01:28:27.563Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ec9c547-fd30-454b-93f2-a5373b4101b5 matches Tosca VF Customization UUID: 1ec9c547-fd30-454b-93f2-a5373b4101b5 2021-05-01T01:28:27.563Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 1ec9c547-fd30-454b-93f2-a5373b4101b5 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-05-01T01:28:27.564Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.564Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:27.565Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 1ec9c547-fd30-454b-93f2-a5373b4101b5: {\"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-05-01T01:28:27.565Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10b82437 2021-05-01T01:28:27.565Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.565Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T01:28:27.565Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 78c77049-91d9-4c9f-b747-0b04c363a439 2021-05-01T01:28:27.565Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 78c77049-91d9-4c9f-b747-0b04c363a439 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-05-01T01:28:27.567Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.567Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T01:28:27.567Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:28:27.567Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.567Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T01:28:27.567Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:28:27.568Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.568Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-01T01:28:27.568Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-01T01:28:27.568Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-01T01:28:27.568Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=20c1b02f-5e66-4859-a511-f9b5ac98affc 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-05-01T01:28:27.569Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.569Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T01:28:27.569Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:28:27.570Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.570Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T01:28:27.570Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1ec9c547-fd30-454b-93f2-a5373b4101b5 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-05-01T01:28:27.571Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.571Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:27.571Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 564fb8ba-d945-4712-bb9b-664404afa3d8: basic_vm_macro 2021-05-01T01:28:27.571Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.571Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:27.572Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.572Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:27.572Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.572Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:27.572Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.572Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:27.572Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:28:27.572Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:28:27.572Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:27.633Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1fd73a3e-4097-434f-9203-353c1c8bfa6d 1 ASDC deployResourceStructure 2021-05-01T01:28:27.634Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:27.634Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:27.634Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:28:27.634Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:27.636Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:27.636Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832507634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:28:27.736Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:27.737Z||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-05-01T01:28:27.737Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:27.747Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:27.747Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:28:28.637Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:28.637Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:28.637Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:28:28.637Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:28.639Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:28.639Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832508637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:28:28.739Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:28.740Z||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-05-01T01:28:28.740Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:28.752Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:28.752Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:28:29.640Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:29.640Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:29.640Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:28:29.640Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:29.641Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:29.642Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832509639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-01T01:28:29.742Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:29.742Z||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-05-01T01:28:29.743Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:29.753Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:29.753Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:30.643Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-05-01T01:28:30.643Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-01T01:28:30.643Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:28:30.644Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:28:30.645Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:28:30.645Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832510643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:28:30.745Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:28:30.746Z||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-05-01T01:28:30.747Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:28:30.756Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:28:30.757Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:28:31.646Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95b45673-50b8-4ef3-ae77-0fab1941e9d2 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-05-01T01:28:31.654Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95b45673-50b8-4ef3-ae77-0fab1941e9d2 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-05-01T01:28:31.655Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:28:31.656Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T01:28:31.656Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T01:28:31.656Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T01:28:31.656Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:28:31.656Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:28:31.656Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:28:31.656Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:28:31.656Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:28:31.656Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:28:31.656Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:28:31.660Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T01:29:01.660Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95b45673-50b8-4ef3-ae77-0fab1941e9d2 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-05-01T01:29:01.664Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95b45673-50b8-4ef3-ae77-0fab1941e9d2 and serviceModelVersionId: 564fb8ba-d945-4712-bb9b-664404afa3d8 2021-05-01T01:29:01.664Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41ed4ef2-89be-40c1-bf2a-e161c76eb6b9 2021-05-01T01:29:01.664Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41ed4ef2-89be-40c1-bf2a-e161c76eb6b9/model-vers/model-ver/564fb8ba-d945-4712-bb9b-664404afa3d8?depth=0 2021-05-01T01:29:01.668Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T01:29:01.696Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41ed4ef2-89be-40c1-bf2a-e161c76eb6b9/model-vers/model-ver/564fb8ba-d945-4712-bb9b-664404afa3d8?depth=0|INFO|500||Invoke 2021-05-01T01:29:01.697Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41ed4ef2-89be-40c1-bf2a-e161c76eb6b9/model-vers/model-ver/564fb8ba-d945-4712-bb9b-664404afa3d8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41ed4ef2-89be-40c1-bf2a-e161c76eb6b9/model-vers/model-ver/564fb8ba-d945-4712-bb9b-664404afa3d8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[95b45673-50b8-4ef3-ae77-0fab1941e9d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3f835a08-35ac-46e2-b0d9-edf87ebae7c5], X-ECOMP-RequestID=[95b45673-50b8-4ef3-ae77-0fab1941e9d2], X-TransactionId=[], X-ONAP-RequestID=[95b45673-50b8-4ef3-ae77-0fab1941e9d2], Content-Type=[application/merge-patch+json]} 2021-05-01T01:29:01.712Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41ed4ef2-89be-40c1-bf2a-e161c76eb6b9/model-vers/model-ver/564fb8ba-d945-4712-bb9b-664404afa3d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T01:29:01.775Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41ed4ef2-89be-40c1-bf2a-e161c76eb6b9/model-vers/model-ver/564fb8ba-d945-4712-bb9b-664404afa3d8?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/41ed4ef2-89be-40c1-bf2a-e161c76eb6b9/model-vers/model-ver/564fb8ba-d945-4712-bb9b-664404afa3d8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210501-01:29:01:717-64944], vertex-id=[237680], Content-Length=[0], Date=[Sat, 01 May 2021 01:29:01 GMT], Content-Type=[application/json]} 2021-05-01T01:29:01.775Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41ed4ef2-89be-40c1-bf2a-e161c76eb6b9/model-vers/model-ver/564fb8ba-d945-4712-bb9b-664404afa3d8?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T01:29:01.776Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41ed4ef2-89be-40c1-bf2a-e161c76eb6b9/model-vers/model-ver/564fb8ba-d945-4712-bb9b-664404afa3d8?depth=0|INFO|500||InvokeReturn 2021-05-01T01:29:01.776Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T01:29:01.776Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:29:01.779Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||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-05-01T01:29:01.779Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95b45673-50b8-4ef3-ae77-0fab1941e9d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T01:29:01.779Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T01:29:01.779Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:01.780Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:01.780Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832541779, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:29:01.881Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:01.881Z||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-05-01T01:29:01.881Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:01.893Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:01.893Z||pool-100-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-05-01T01:29:02.790Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:29:02.791Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|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-05-01T01:29:02.791Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:07.784Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:07.784Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:29:07.784Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c6f276c-a088-44ca-b848-653e483821f6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"57162ab5-9d5d-426e-b816-927efda29511","serviceDescription":"service","serviceInvariantUUID":"e1d5c577-451e-449e-9e08-860d1f3b7e72","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1e9e1041-cfe6-46b6-b687-44894fd74897","resourceInvariantUUID":"a230b98e-3384-485e-90d9-f161f6d7b3bb","resourceCustomizationUUID":"36e21644-24a6-4a15-9fac-4848a045c733","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":"YTYwOTZiYzNjOTQzZmFmZDdkNGNjNzE5ODUxYTk2NGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff0fc1fd-19e3-4c26-8942-29f163110819","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":"cf6518d4-b47f-4b3e-8138-ef3fcdd7b16f","artifactVersion":"2","generatedFromUUID":"eed9060e-48e5-4243-97e9-75b09e16e135"},{"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":"eed9060e-48e5-4243-97e9-75b09e16e135","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":"YWIyNDI0MjFhMzhjNjAxODZhOTU3MGUwODdlZmQ2MTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d596c9e4-b90f-4dd6-943b-8503c64686d6","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":"370825e4-fca7-4680-b2c1-006f0122ef41","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":"a362eb5b-50f8-41bf-a49b-56bf9f22274d","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":"e638e8f6-f04c-4f92-a962-cac4af81b2ef","artifactVersion":"2","generatedFromUUID":"370825e4-fca7-4680-b2c1-006f0122ef41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTg3ODE4OTQ5Y2NhYTU0NTVjM2FjODQzMWFkMjUwYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"324d3a8a-73a2-4e03-a2e9-15915f356a5c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzMzMTI5OWQ2YTRhYTg1ODFiMDUyYzhmOTMyYzI1ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7da0c4be-dc32-45c4-b075-96faf3c4371d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T01:29:07.785Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:29:07.786Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:07.787Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:07.787Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:29:07.887Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:07.888Z||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-05-01T01:29:07.888Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:07.898Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:07.899Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:08.788Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:29:08.788Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:08.790Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:08.790Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T01:29:08.890Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:08.891Z||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-05-01T01:29:08.891Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:08.902Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:08.902Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:09.790Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:29:09.791Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:09.792Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:09.792Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T01:29:09.893Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:09.893Z||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-05-01T01:29:09.893Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:09.903Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:09.904Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:10.793Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:29:10.794Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:10.795Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:10.796Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:29:10.896Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:10.896Z||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-05-01T01:29:10.896Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:10.906Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:10.906Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:11.796Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:29:11.796Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:11.798Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:11.798Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T01:29:11.898Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:11.899Z||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-05-01T01:29:11.899Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:11.910Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:11.910Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:12.798Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:29:12.799Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:12.800Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:12.800Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:29:12.900Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:12.901Z||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-05-01T01:29:12.901Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:12.912Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:12.912Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:29:13.801Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:29:13.801Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:13.803Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:13.803Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T01:29:13.903Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:13.904Z||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-05-01T01:29:13.904Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:13.916Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:13.917Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:14.803Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:29:14.804Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:14.805Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:14.805Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:29:14.905Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:14.906Z||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-05-01T01:29:14.906Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:14.915Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:14.915Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:15.806Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:29:15.806Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:15.808Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:15.808Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:29:15.908Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:15.908Z||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-05-01T01:29:15.909Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:15.919Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:15.919Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:16.809Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "57162ab5-9d5d-426e-b816-927efda29511", "serviceDescription": "service", "serviceInvariantUUID": "e1d5c577-451e-449e-9e08-860d1f3b7e72", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "36e21644-24a6-4a15-9fac-4848a045c733", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1e9e1041-cfe6-46b6-b687-44894fd74897", "resourceInvariantUUID": "a230b98e-3384-485e-90d9-f161f6d7b3bb", "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": "cf6518d4-b47f-4b3e-8138-ef3fcdd7b16f", "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": "eed9060e-48e5-4243-97e9-75b09e16e135", "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": "YWIyNDI0MjFhMzhjNjAxODZhOTU3MGUwODdlZmQ2MTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d596c9e4-b90f-4dd6-943b-8503c64686d6", "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": "370825e4-fca7-4680-b2c1-006f0122ef41", "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": "e638e8f6-f04c-4f92-a962-cac4af81b2ef", "generatedFromUUID": "370825e4-fca7-4680-b2c1-006f0122ef41" }, "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": "e638e8f6-f04c-4f92-a962-cac4af81b2ef", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NzMzMTI5OWQ2YTRhYTg1ODFiMDUyYzhmOTMyYzI1ZTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7da0c4be-dc32-45c4-b075-96faf3c4371d" } ], "workloadContext": "Production" } 2021-05-01T01:29:16.809Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T01:29:16.809Z|95b45673-50b8-4ef3-ae77-0fab1941e9d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 57162ab5-9d5d-426e-b816-927efda29511 ASDC 2021-05-01T01:29:16.809Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:5c6f276c-a088-44ca-b848-653e483821f6 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:57162ab5-9d5d-426e-b816-927efda29511 ServiceInvariantUUID:e1d5c577-451e-449e-9e08-860d1f3b7e72 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:7da0c4be-dc32-45c4-b075-96faf3c4371d ArtifactChecksum:NzMzMTI5OWQ2YTRhYTg1ODFiMDUyYzhmOTMyYzI1ZTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:36e21644-24a6-4a15-9fac-4848a045c733 ResourceInvariantUUID:a230b98e-3384-485e-90d9-f161f6d7b3bb ResourceName:basic_cnf ResourceType:VF ResourceUUID:1e9e1041-cfe6-46b6-b687-44894fd74897 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:cf6518d4-b47f-4b3e-8138-ef3fcdd7b16f 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:eed9060e-48e5-4243-97e9-75b09e16e135 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:d596c9e4-b90f-4dd6-943b-8503c64686d6 ArtifactChecksum:YWIyNDI0MjFhMzhjNjAxODZhOTU3MGUwODdlZmQ2MTI= 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:370825e4-fca7-4680-b2c1-006f0122ef41 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:e638e8f6-f04c-4f92-a962-cac4af81b2ef 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:e638e8f6-f04c-4f92-a962-cac4af81b2ef ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T01:29:16.809Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57162ab5-9d5d-426e-b816-927efda29511 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-05-01T01:29:16.833Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:29:16.833Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:29:16.833Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:29:16.833Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7da0c4be-dc32-45c4-b075-96faf3c4371d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-01T01:29:16.833Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:29:16.834Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-01T01:29:18.085Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:29:18.088Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7da0c4be-dc32-45c4-b075-96faf3c4371d 71159 2021-05-01T01:29:18.088Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-01T01:29:18.088Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-01T01:29:18.088Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:29:18.088Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:18.090Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:18.090Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832558088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:18.190Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:18.191Z||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-05-01T01:29:18.191Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:18.200Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:18.200Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:19.090Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:29:19.091Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:29:19.092Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7da0c4be-dc32-45c4-b075-96faf3c4371d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-01T01:29:19.092Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-01T01:29:19.092Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-01T01:29:19.092Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-01T01:29:19.175Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2461230052377462680/Definitions/service-BasicCnf-template.yml 2021-05-01T01:29:20.007Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T01:29:20.007Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:29:20.007Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-01T01:29:20.007Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-01T01:29:20.007Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:20.007Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:20.007Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:20.007Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:20.007Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:20.007Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:29:20.008Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.008Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:20.008Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T01:29:20.008Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:29:20.008Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:29:20.008Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.008Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:20.008Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T01:29:20.008Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:29:20.008Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:29:20.009Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.009Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:20.009Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.009Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-01T01:29:20.009Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-01T01:29:20.009Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-01T01:29:20.009Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T01:29:20.009Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.009Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T01:29:20.009Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.009Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T01:29:20.009Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:29:20.010Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.010Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T01:29:20.010Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:29:20.010Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.010Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T01:29:20.010Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:29:20.010Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.010Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-01T01:29:20.010Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-01T01:29:20.010Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bea0da9c-3088-4c70-8484-b909cd6d09ee 2021-05-01T01:29:20.011Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.011Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:20.011Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.011Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:20.011Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.011Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:20.011Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:20.011Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:20.011Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:57162ab5-9d5d-426e-b816-927efda29511 Model Version:NULL Model InvariantUuid:e1d5c577-451e-449e-9e08-860d1f3b7e72 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:d33b7019-027f-4181-a2fa-6558484f8f51 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a230b98e-3384-485e-90d9-f161f6d7b3bb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:36e21644-24a6-4a15-9fac-4848a045c733 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8868dd66-0c3e-4cdc-9629-4276796b9200 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:dd9d281f-399d-4484-a48d-beb3295e0b4e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bea0da9c-3088-4c70-8484-b909cd6d09ee ModelInvariantUuid:41a6a903-d293-4312-b6ac-e9906b02f414 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:eeeabfd1-3182-431b-b484-b8f38cbf7af1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:3a4fcabe-6069-4ded-99b0-4bef886a8f9c ModelInvariantUuid:4cd6c922-461f-47b1-9ba9-10f9377995aa ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:bf8c81e3-d247-46a2-b9df-f39693dbfaac 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-05-01T01:29:20.015Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1e9e1041-cfe6-46b6-b687-44894fd74897 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-05-01T01:29:20.017Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||basic_cnf 0 2021-05-01T01:29:20.017Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1e9e1041-cfe6-46b6-b687-44894fd74897 2021-05-01T01:29:20.017Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cf6518d4-b47f-4b3e-8138-ef3fcdd7b16f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-01T01:29:20.017Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:29:20.017Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:20.779Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:29:20.780Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env cf6518d4-b47f-4b3e-8138-ef3fcdd7b16f 12 2021-05-01T01:29:20.780Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:20.780Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:20.780Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:29:20.780Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:20.782Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:20.782Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832560780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:20.882Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:20.883Z||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-05-01T01:29:20.883Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:20.893Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:20.893Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:21.783Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eed9060e-48e5-4243-97e9-75b09e16e135 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-01T01:29:21.783Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:29:21.783Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:22.181Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:29:22.181Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz eed9060e-48e5-4243-97e9-75b09e16e135 2688 2021-05-01T01:29:22.182Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:22.182Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:22.182Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:29:22.182Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:22.184Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:22.184Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832562182, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:22.284Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:22.285Z||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-05-01T01:29:22.285Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:22.296Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:22.296Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:23.185Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d596c9e4-b90f-4dd6-943b-8503c64686d6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-01T01:29:23.186Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:29:23.186Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:23.875Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:29:23.876Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d596c9e4-b90f-4dd6-943b-8503c64686d6 828 2021-05-01T01:29:23.876Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:23.876Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:23.876Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:29:23.876Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:23.878Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:23.878Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832563876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:23.978Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:29:23.979Z||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-05-01T01:29:23.979Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:23.989Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:23.989Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:24.879Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "8868dd66-0c3e-4cdc-9629-4276796b9200", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dd9d281f-399d-4484-a48d-beb3295e0b4e", "vfModuleModelCustomizationUUID": "81a4b252-5e9e-41c1-bed8-718413c13dd3", "isBase": true, "artifacts": [ "370825e4-fca7-4680-b2c1-006f0122ef41", "eed9060e-48e5-4243-97e9-75b09e16e135", "e638e8f6-f04c-4f92-a962-cac4af81b2ef" ], "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-05-01T01:29:24.883Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dd9d281f-399d-4484-a48d-beb3295e0b4e VfModuleModelInvariantUUID:8868dd66-0c3e-4cdc-9629-4276796b9200 VfModuleModelDescription:NULL Artifacts UUID List:{ 370825e4-fca7-4680-b2c1-006f0122ef41 , eed9060e-48e5-4243-97e9-75b09e16e135 , e638e8f6-f04c-4f92-a962-cac4af81b2ef } 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-05-01T01:29:24.885Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "8868dd66-0c3e-4cdc-9629-4276796b9200", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dd9d281f-399d-4484-a48d-beb3295e0b4e", "vfModuleModelCustomizationUUID": "81a4b252-5e9e-41c1-bed8-718413c13dd3", "isBase": true, "artifacts": [ "370825e4-fca7-4680-b2c1-006f0122ef41", "eed9060e-48e5-4243-97e9-75b09e16e135", "e638e8f6-f04c-4f92-a962-cac4af81b2ef" ], "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-05-01T01:29:24.885Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dd9d281f-399d-4484-a48d-beb3295e0b4e VfModuleModelInvariantUUID:8868dd66-0c3e-4cdc-9629-4276796b9200 VfModuleModelDescription:NULL Artifacts UUID List:{ 370825e4-fca7-4680-b2c1-006f0122ef41 , eed9060e-48e5-4243-97e9-75b09e16e135 , e638e8f6-f04c-4f92-a962-cac4af81b2ef } 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-05-01T01:29:24.886Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 370825e4-fca7-4680-b2c1-006f0122ef41 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-01T01:29:24.886Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:29:24.886Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:29:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:29:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:26.097Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:26.097Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.097Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832447968, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:26.098Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:29:26.098Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.098Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832450518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:26.098Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:29:26.098Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.098Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832453475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:26.098Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:29:26.098Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.098Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832454877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:26.099Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:29:26.099Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.099Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832456009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:29:26.099Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:29:26.099Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.099Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832457012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:29:26.099Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:29:26.099Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.099Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832458015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-01T01:29:26.099Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832459018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "17b3d0e3-6519-4194-915b-f2e870fb63b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832490228, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:29:26.100Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832439526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832499888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.101Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832502285, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:26.102Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:29:26.102Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:29:26.102Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832503764, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:26.102Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:29:27.209Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:29:27.210Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 370825e4-fca7-4680-b2c1-006f0122ef41 1164 2021-05-01T01:29:27.210Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:27.210Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:27.210Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:29:27.211Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:27.212Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:27.212Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832567210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:27.313Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:27.313Z||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-05-01T01:29:27.313Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:27.324Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:27.324Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:29:28.213Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e638e8f6-f04c-4f92-a962-cac4af81b2ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-01T01:29:28.214Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:29:28.214Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:29.125Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:29:29.126Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e638e8f6-f04c-4f92-a962-cac4af81b2ef 200 2021-05-01T01:29:29.126Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:29.126Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:29.126Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:29:29.126Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:29.128Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:29.128Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832569126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:29:29.228Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:29.229Z||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-05-01T01:29:29.229Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:29.240Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:29.240Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:30.129Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 57162ab5-9d5d-426e-b816-927efda29511 2021-05-01T01:29:30.129Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1e9e1041-cfe6-46b6-b687-44894fd74897 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=? 2021-05-01T01:29:30.137Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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 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-05-01T01:29:30.143Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.143Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:30.143Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-05-01T01:29:30.143Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 36e21644-24a6-4a15-9fac-4848a045c733 2021-05-01T01:29:30.143Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36e21644-24a6-4a15-9fac-4848a045c733 matches Tosca VF Customization UUID: 36e21644-24a6-4a15-9fac-4848a045c733 2021-05-01T01:29:30.143Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 36e21644-24a6-4a15-9fac-4848a045c733 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-05-01T01:29:30.144Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.145Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:30.145Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 36e21644-24a6-4a15-9fac-4848a045c733: {\"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-05-01T01:29:30.145Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@563a725 2021-05-01T01:29:30.145Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.145Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T01:29:30.145Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 81a4b252-5e9e-41c1-bed8-718413c13dd3 2021-05-01T01:29:30.145Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 81a4b252-5e9e-41c1-bed8-718413c13dd3 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-05-01T01:29:30.147Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.147Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T01:29:30.147Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:29:30.147Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.148Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T01:29:30.148Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:29:30.148Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.148Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-01T01:29:30.148Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-01T01:29:30.148Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bea0da9c-3088-4c70-8484-b909cd6d09ee 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-05-01T01:29:30.149Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.149Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T01:29:30.150Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T01:29:30.150Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.150Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T01:29:30.150Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=36e21644-24a6-4a15-9fac-4848a045c733 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-05-01T01:29:30.151Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.151Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:30.151Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 57162ab5-9d5d-426e-b816-927efda29511: basic_cnf 2021-05-01T01:29:30.152Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.152Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:30.152Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.152Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:30.152Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.152Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:30.152Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.153Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:30.153Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:29:30.153Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:29:30.153Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:30.193Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1e9e1041-cfe6-46b6-b687-44894fd74897 1 ASDC deployResourceStructure 2021-05-01T01:29:30.194Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:30.194Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:30.194Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-01T01:29:30.195Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:30.196Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:30.196Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832570194, "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-05-01T01:29:30.296Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:30.297Z||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-05-01T01:29:30.297Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:30.307Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:30.307Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:29:31.197Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:31.197Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:31.197Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-01T01:29:31.197Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:31.199Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:31.199Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832571197, "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-05-01T01:29:31.299Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:31.300Z||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-05-01T01:29:31.300Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:31.311Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:31.311Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:32.200Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:32.200Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:32.200Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:29:32.200Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:32.202Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:32.202Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832572200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:29:32.302Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:32.303Z||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-05-01T01:29:32.303Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:32.316Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:32.316Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:33.203Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:33.203Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:33.203Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:29:33.203Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:33.205Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:33.205Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832573203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:29:33.305Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:33.306Z||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-05-01T01:29:33.306Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:33.316Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:33.317Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:34.206Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:34.206Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:29:34.206Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:29:34.206Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:34.208Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:34.208Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832574206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-01T01:29:34.308Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:34.308Z||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-05-01T01:29:34.308Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:34.320Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:34.320Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:35.208Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-01T01:29:35.209Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-01T01:29:35.209Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:29:35.209Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:29:35.210Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:29:35.210Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832575208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:29:35.310Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:29:35.311Z||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-05-01T01:29:35.311Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:29:35.322Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:29:35.322Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:29:36.211Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:29:36.218Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:29:36.219Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:29:36.219Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:29:36.219Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:30:06.219Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:30:06.226Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:30:06.227Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:30:06.227Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:30:06.227Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:30:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:30:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:30:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:30:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:30:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832506550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.104Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832507634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832508637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832509639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832510643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95b45673-50b8-4ef3-ae77-0fab1941e9d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832541779, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.105Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832542950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832545618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832546177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "policy-id", "timestamp": 1619832539693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "cds", "timestamp": 1619832541788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.106Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832542950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832546177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832545618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "policy-id", "timestamp": 1619832539693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.107Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "cds", "timestamp": 1619832541788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "clamp", "timestamp": 1619832548793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832542950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832545618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.108Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832546177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "policy-id", "timestamp": 1619832539693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "cds", "timestamp": 1619832541788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "clamp", "timestamp": 1619832548793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832542950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832546177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:30:26.109Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832545618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "policy-id", "timestamp": 1619832539693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "cds", "timestamp": 1619832541788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "clamp", "timestamp": 1619832548793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.110Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832542950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832546177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832545618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "policy-id", "timestamp": 1619832539693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "cds", "timestamp": 1619832541788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.111Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "clamp", "timestamp": 1619832548793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832542950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832546177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832545618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "policy-id", "timestamp": 1619832539693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.112Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "cds", "timestamp": 1619832541788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.113Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.113Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.113Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "clamp", "timestamp": 1619832548793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.113Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.113Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.113Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832542950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T01:30:26.113Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.113Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.114Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T01:30:26.114Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.114Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.114Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832546177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T01:30:26.114Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.114Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.114Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832545618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.114Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.114Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.114Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "policy-id", "timestamp": 1619832539693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "cds", "timestamp": 1619832541788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "clamp", "timestamp": 1619832548793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832542950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832546177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832545618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.115Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "policy-id", "timestamp": 1619832539693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "cds", "timestamp": 1619832541788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "clamp", "timestamp": 1619832548793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832555032, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832542790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832542950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.116Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832546177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832545618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "policy-id", "timestamp": 1619832539693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "cds", "timestamp": 1619832541788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "clamp", "timestamp": 1619832548793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832555032, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.117Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "clamp", "timestamp": 1619832548793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "dcae-sch", "timestamp": 1619832556885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832555032, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "policy-id", "timestamp": 1619832557695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832557875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832557881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.118Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832558088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "cds", "timestamp": 1619832558095, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832558091, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "ves-openapi-manager", "timestamp": 1619832557489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "dcae-sch", "timestamp": 1619832556885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832555032, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.119Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "policy-id", "timestamp": 1619832558698, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:30:26.120Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.120Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.120Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "aai-ml", "timestamp": 1619832558185, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.120Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.120Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.120Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "cds", "timestamp": 1619832559099, "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-05-01T01:30:26.126Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c6f276c-a088-44ca-b848-653e483821f6 2021-05-01T01:30:26.126Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:30:26.133Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.133Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "ves-openapi-manager", "timestamp": 1619832557489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.133Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.133Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.133Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "dcae-sch", "timestamp": 1619832556885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.133Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.133Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.133Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832555032, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T01:30:26.134Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.134Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.134Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832559682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.134Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.134Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.134Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832559682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.134Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.134Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.134Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "policy-id", "timestamp": 1619832559701, "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-05-01T01:30:26.138Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c6f276c-a088-44ca-b848-653e483821f6 2021-05-01T01:30:26.138Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:30:26.145Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.145Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "aai-ml", "timestamp": 1619832558185, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.145Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.145Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.145Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "ves-openapi-manager", "timestamp": 1619832557489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.145Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.145Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.145Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832560150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "dcae-sch", "timestamp": 1619832556885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832555032, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832560780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "aai-ml", "timestamp": 1619832558185, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "ves-openapi-manager", "timestamp": 1619832557489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.146Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832561152, "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-05-01T01:30:26.150Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c6f276c-a088-44ca-b848-653e483821f6 2021-05-01T01:30:26.150Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:30:26.156Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.156Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832561480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.156Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832561481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "dcae-sch", "timestamp": 1619832556885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832555032, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "aai-ml", "timestamp": 1619832558185, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "ves-openapi-manager", "timestamp": 1619832557489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.157Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832562182, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "dcae-sch", "timestamp": 1619832556885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832555032, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "aai-ml", "timestamp": 1619832558185, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832562974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832563080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "clamp", "timestamp": 1619832563091, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.158Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "ves-openapi-manager", "timestamp": 1619832557489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "dcae-sch", "timestamp": 1619832556885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832555032, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "aai-ml", "timestamp": 1619832558185, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832563876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.159Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832563977, "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-05-01T01:30:26.163Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c6f276c-a088-44ca-b848-653e483821f6 2021-05-01T01:30:26.163Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:30:26.167Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.167Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "clamp", "timestamp": 1619832564109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:30:26.168Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.168Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.168Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "ves-openapi-manager", "timestamp": 1619832557489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.168Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.168Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.168Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832564188, "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-05-01T01:30:26.171Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c6f276c-a088-44ca-b848-653e483821f6 2021-05-01T01:30:26.171Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:30:26.176Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.176Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "dcae-sch", "timestamp": 1619832556885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.176Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.176Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.176Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "aai-ml", "timestamp": 1619832558185, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.176Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.176Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.176Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832564984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:30:26.176Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.176Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.176Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "clamp", "timestamp": 1619832565113, "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-05-01T01:30:26.180Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c6f276c-a088-44ca-b848-653e483821f6 2021-05-01T01:30:26.180Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:30:26.185Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.186Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "ves-openapi-manager", "timestamp": 1619832557489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.186Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.186Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.186Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-k8s-id", "timestamp": 1619832565191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:30:26.186Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:30:26.186Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.186Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "dcae-sch", "timestamp": 1619832556885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.186Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:26.186Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:30:26.186Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "aai-ml", "timestamp": 1619832558185, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:30:26.186Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:30:36.227Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:30:36.234Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:30:36.236Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:30:36.236Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:30:36.236Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:31:06.237Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:31:06.247Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:31:06.249Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:31:06.249Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:31:06.249Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:31:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:31:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:31:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:31:26.091Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:31:26.091Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:31:26.091Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "ves-openapi-manager", "timestamp": 1619832557489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:31:26.091Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:31:36.249Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:31:36.256Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:31:36.258Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:31:36.258Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:31:36.258Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:32:06.259Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:32:06.268Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:32:06.269Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:32:06.270Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:32:06.270Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:32:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:32:26.072Z||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-05-01T01:32:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:32:26.094Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:32:26.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "aai-ml", "timestamp": 1619832558185, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:32:26.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832566958, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832567210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "aai-ml", "timestamp": 1619832568559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832568760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832569126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832570194, "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-05-01T01:32:26.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832570222, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832571197, "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-05-01T01:32:26.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832572200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832573061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832573203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832574065, "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-05-01T01:32:26.103Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c6f276c-a088-44ca-b848-653e483821f6 2021-05-01T01:32:26.103Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:32:26.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832574206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-01T01:32:26.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "multicloud-windriver-id", "timestamp": 1619832575067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T01:32:26.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832575208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:32:26.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "aai-ml", "timestamp": 1619832576991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:32:26.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:32:26.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:32:26.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "aai-ml", "timestamp": 1619832577994, "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-05-01T01:32:26.114Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c6f276c-a088-44ca-b848-653e483821f6 2021-05-01T01:32:26.114Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:32:36.270Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:32:36.278Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:32:36.279Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:32:36.280Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T01:32:36.280Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T01:32:36.280Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T01:32:36.280Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:32:36.280Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:32:36.280Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:32:36.280Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:32:36.280Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:32:36.280Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:32:36.280Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:32:36.283Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T01:33:06.284Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c6f276c-a088-44ca-b848-653e483821f6 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-05-01T01:33:06.289Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c6f276c-a088-44ca-b848-653e483821f6 and serviceModelVersionId: 57162ab5-9d5d-426e-b816-927efda29511 2021-05-01T01:33:06.289Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1d5c577-451e-449e-9e08-860d1f3b7e72 2021-05-01T01:33:06.289Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1d5c577-451e-449e-9e08-860d1f3b7e72/model-vers/model-ver/57162ab5-9d5d-426e-b816-927efda29511?depth=0 2021-05-01T01:33:06.293Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T01:33:06.323Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1d5c577-451e-449e-9e08-860d1f3b7e72/model-vers/model-ver/57162ab5-9d5d-426e-b816-927efda29511?depth=0|INFO|500||Invoke 2021-05-01T01:33:06.324Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1d5c577-451e-449e-9e08-860d1f3b7e72/model-vers/model-ver/57162ab5-9d5d-426e-b816-927efda29511?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1d5c577-451e-449e-9e08-860d1f3b7e72/model-vers/model-ver/57162ab5-9d5d-426e-b816-927efda29511?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c6f276c-a088-44ca-b848-653e483821f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[528ec4ed-18ff-4519-b252-8b4d3c72404f], X-ECOMP-RequestID=[5c6f276c-a088-44ca-b848-653e483821f6], X-TransactionId=[], X-ONAP-RequestID=[5c6f276c-a088-44ca-b848-653e483821f6], Content-Type=[application/merge-patch+json]} 2021-05-01T01:33:06.339Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1d5c577-451e-449e-9e08-860d1f3b7e72/model-vers/model-ver/57162ab5-9d5d-426e-b816-927efda29511?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T01:33:06.671Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1d5c577-451e-449e-9e08-860d1f3b7e72/model-vers/model-ver/57162ab5-9d5d-426e-b816-927efda29511?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/e1d5c577-451e-449e-9e08-860d1f3b7e72/model-vers/model-ver/57162ab5-9d5d-426e-b816-927efda29511?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-01:33:06:345-69089], vertex-id=[253960], Content-Length=[0], Date=[Sat, 01 May 2021 01:33:06 GMT], Content-Type=[application/json]} 2021-05-01T01:33:06.671Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1d5c577-451e-449e-9e08-860d1f3b7e72/model-vers/model-ver/57162ab5-9d5d-426e-b816-927efda29511?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T01:33:06.672Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1d5c577-451e-449e-9e08-860d1f3b7e72/model-vers/model-ver/57162ab5-9d5d-426e-b816-927efda29511?depth=0|INFO|500||InvokeReturn 2021-05-01T01:33:06.672Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T01:33:06.672Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:33:06.675Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||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-05-01T01:33:06.675Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c6f276c-a088-44ca-b848-653e483821f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T01:33:06.676Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T01:33:06.676Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:33:06.677Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:33:06.677Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832786675, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:33:06.778Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:33:06.778Z||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-05-01T01:33:06.778Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:06.792Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:06.792Z||pool-122-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-05-01T01:33:07.688Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:33:07.688Z|5c6f276c-a088-44ca-b848-653e483821f6|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-05-01T01:33:07.689Z|5c6f276c-a088-44ca-b848-653e483821f6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:12.113Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:12.113Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:33:12.114Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"21adfa57-daae-4419-b513-9da6375d521c","serviceName":"Demo_pNF_qdRZuoU3oscqyl2ixp3t","serviceVersion":"1.0","serviceUUID":"b98730bd-9559-4cb2-96f9-7754932c95df","serviceDescription":"catalog service description","serviceInvariantUUID":"565823b4-5814-471a-9aa3-782bd24834cc","resources":[{"resourceInstanceName":"pNF 6193b434-0f43 0","resourceName":"pNF 6193b434-0f43","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dccf0f8b-72d1-4b4d-8004-4bda2392289c","resourceInvariantUUID":"0956e7ce-3a19-4482-8007-48a9a8ac9074","resourceCustomizationUUID":"75274142-36b1-4ec4-9a11-4ea47f22e203","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml","artifactChecksum":"Zjg4ZTE3MTUyOGJmY2Y2NmEwYmRiNmY5OTVjMjI1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f24d6a24-beba-4a15-bdf3-58bcacd74537","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar","artifactChecksum":"ZmI2N2RjMDNhYTJjNWI4YjBkZjEwNjIyMmU4N2FmMTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd97e27d-cdd4-4e3c-b7ce-39926cc009aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"002ae6b5-7a24-4d77-99f6-a21f0a93c998","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml","artifactChecksum":"YTU4Mzk3NGEwOGQwOThlOWQxZGY4YmFlOTI1MWQzYTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eeb42caa-7ac5-4cf6-8238-120fa7908bf9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"174c76de-4eaa-45aa-94b7-d2ad19034090","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1bf8bbc9-4aba-4d4b-96bc-979361425d35","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml","artifactChecksum":"ZTBmZThhMzFjZGYwZmE1Mjc2ZjliNTdmOWVjNDcwNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb09e83a-b9d3-4a1a-92a2-90536c72c10b","artifactVersion":"1"},{"artifactName":"service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar","artifactChecksum":"YmIwYjBjZDQ0ZjdjM2EzNGI3MTBlY2M4ZmM1MjY5ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8403411-16a4-406c-87d1-08156a90a090","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T01:33:12.115Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:33:12.115Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:33:12.117Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:33:12.117Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:12.217Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:33:12.217Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:33:12.218Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:12.228Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:12.228Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:33:13.117Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:33:13.118Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:33:13.120Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:33:13.120Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:13.220Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:33:13.221Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:33:13.221Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:13.231Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:13.231Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:33:14.120Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:33:14.121Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:33:14.122Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:33:14.122Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:14.223Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:33:14.223Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:33:14.223Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:14.281Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:14.282Z||pool-125-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:33:15.123Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:33:15.123Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:33:15.125Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:33:15.125Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:15.225Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:33:15.226Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:33:15.226Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:15.237Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:15.238Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:33:16.125Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:33:16.126Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:33:16.128Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:33:16.128Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:16.228Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:33:16.228Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:33:16.228Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:16.241Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:16.241Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:33:17.128Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:33:17.129Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:33:17.130Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:33:17.130Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:17.230Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:33:17.231Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:33:17.231Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:17.240Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:17.241Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:33:18.131Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:33:18.132Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:33:18.133Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:33:18.133Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:18.233Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:33:18.234Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:33:18.234Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:18.244Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:18.244Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:33:19.133Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:33:19.134Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:33:19.136Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:33:19.136Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:33:19.236Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:33:19.237Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:33:19.237Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:19.247Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:19.247Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:33:20.137Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "serviceName": "Demo_pNF_qdRZuoU3oscqyl2ixp3t", "serviceVersion": "1.0", "serviceUUID": "b98730bd-9559-4cb2-96f9-7754932c95df", "serviceDescription": "catalog service description", "serviceInvariantUUID": "565823b4-5814-471a-9aa3-782bd24834cc", "resources": [ { "resourceInstanceName": "pNF 6193b434-0f43 0", "resourceCustomizationUUID": "75274142-36b1-4ec4-9a11-4ea47f22e203", "resourceName": "pNF 6193b434-0f43", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "dccf0f8b-72d1-4b4d-8004-4bda2392289c", "resourceInvariantUUID": "0956e7ce-3a19-4482-8007-48a9a8ac9074", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "artifactChecksum": "YmIwYjBjZDQ0ZjdjM2EzNGI3MTBlY2M4ZmM1MjY5ZmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8403411-16a4-406c-87d1-08156a90a090" } ], "workloadContext": "Production" } 2021-05-01T01:33:20.137Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T01:33:20.137Z|5c6f276c-a088-44ca-b848-653e483821f6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b98730bd-9559-4cb2-96f9-7754932c95df ASDC 2021-05-01T01:33:20.137Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:21adfa57-daae-4419-b513-9da6375d521c ServiceName:Demo_pNF_qdRZuoU3oscqyl2ixp3t ServiceVersion:1.0 ServiceUUID:b98730bd-9559-4cb2-96f9-7754932c95df ServiceInvariantUUID:565823b4-5814-471a-9aa3-782bd24834cc ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar ArtifactUUID:b8403411-16a4-406c-87d1-08156a90a090 ArtifactChecksum:YmIwYjBjZDQ0ZjdjM2EzNGI3MTBlY2M4ZmM1MjY5ZmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6193b434-0f43 0 ResourceCustomizationUUID:75274142-36b1-4ec4-9a11-4ea47f22e203 ResourceInvariantUUID:0956e7ce-3a19-4482-8007-48a9a8ac9074 ResourceName:pNF 6193b434-0f43 ResourceType:PNF ResourceUUID:dccf0f8b-72d1-4b4d-8004-4bda2392289c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-01T01:33:20.137Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b98730bd-9559-4cb2-96f9-7754932c95df 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-05-01T01:33:20.156Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:33:20.157Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:33:20.157Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:33:20.157Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b8403411-16a4-406c-87d1-08156a90a090 from URL: /sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:20.157Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:33:20.157Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:20.698Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:33:20.701Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar b8403411-16a4-406c-87d1-08156a90a090 83292 2021-05-01T01:33:20.701Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar ASDC sendASDCNotification 2021-05-01T01:33:20.701Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:20.701Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:33:20.701Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:33:20.703Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:33:20.703Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832800701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:33:20.803Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:33:20.804Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:33:20.804Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:20.815Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:20.815Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:33:21.703Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:33:21.704Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:33:21.705Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b8403411-16a4-406c-87d1-08156a90a090, URL: /sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar to file: /app/ASDC/1/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:21.705Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:21.705Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:21.705Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:21.782Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18326037998747233194/Definitions/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml 2021-05-01T01:33:22.328Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T01:33:22.328Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:33:22.328Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:22.328Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T01:33:22.329Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6193b434-0f43 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:22.329Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||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-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:22.329Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:22.329Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6193b434-0f43 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-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:22.329Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||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-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:22.329Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||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-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:22.329Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||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-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:22.329Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||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-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:22.329Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:33:22.329Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:33:22.329Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qdRZuoU3oscqyl2ixp3t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:33:22.329Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Node template pNF 6193b434-0f43 0 is matching search criteria 2021-05-01T01:33:22.330Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:33:22.330Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6193b434-0f43 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:33:22.330Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:33:22.330Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qdRZuoU3oscqyl2ixp3t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:33:22.330Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Node template pNF 6193b434-0f43 0 is matching search criteria 2021-05-01T01:33:22.330Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:33:22.330Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6193b434-0f43 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:33:22.330Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:33:22.331Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qdRZuoU3oscqyl2ixp3t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:33:22.331Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:33:22.331Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qdRZuoU3oscqyl2ixp3t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:33:22.331Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:33:22.331Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qdRZuoU3oscqyl2ixp3t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:33:22.331Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:33:22.331Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qdRZuoU3oscqyl2ixp3t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:33:22.331Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:33:22.331Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qdRZuoU3oscqyl2ixp3t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:33:22.331Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qdRZuoU3oscqyl2ixp3t Description:catalog service description Model UUID:b98730bd-9559-4cb2-96f9-7754932c95df Model Version:NULL Model InvariantUuid:565823b4-5814-471a-9aa3-782bd24834cc 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-05-01T01:33:22.336Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: dccf0f8b-72d1-4b4d-8004-4bda2392289c 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-05-01T01:33:22.337Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||pNF 6193b434-0f43 0 2021-05-01T01:33:22.338Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dccf0f8b-72d1-4b4d-8004-4bda2392289c 2021-05-01T01:33:22.338Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||No resources found for Service: b98730bd-9559-4cb2-96f9-7754932c95df 2021-05-01T01:33:22.338Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b98730bd-9559-4cb2-96f9-7754932c95df 2021-05-01T01:33:22.338Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6193b434-0f43 0 dccf0f8b-72d1-4b4d-8004-4bda2392289c 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-05-01T01:33:22.340Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:33:22.340Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qdRZuoU3oscqyl2ixp3t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:33:22.340Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b98730bd-9559-4cb2-96f9-7754932c95df: pNF 6193b434-0f43 2021-05-01T01:33:22.341Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||Processing PNF resource: dccf0f8b-72d1-4b4d-8004-4bda2392289c 2021-05-01T01:33:22.341Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:33:22.341Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qdRZuoU3oscqyl2ixp3t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:33:22.341Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||Resource customization UUID: 75274142-36b1-4ec4-9a11-4ea47f22e203 is the same as notified resource customizationUUID: 75274142-36b1-4ec4-9a11-4ea47f22e203 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-05-01T01:33:22.363Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6193b434-0f43 dccf0f8b-72d1-4b4d-8004-4bda2392289c 0 ASDC deployResourceStructure 2021-05-01T01:33:22.363Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar ASDC sendASDCNotification 2021-05-01T01:33:22.363Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar 2021-05-01T01:33:22.363Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:33:22.364Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:33:22.365Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:33:22.365Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832802363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:33:22.465Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:33:22.466Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:33:22.466Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:22.478Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:22.478Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:33:23.367Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21adfa57-daae-4419-b513-9da6375d521c 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-05-01T01:33:23.375Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21adfa57-daae-4419-b513-9da6375d521c 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-05-01T01:33:23.376Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:33:23.376Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:33:23.376Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:33:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:33:26.072Z||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-05-01T01:33:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:33:26.097Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:33:26.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "cds", "timestamp": 1619832631788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832622950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-k8s-id", "timestamp": 1619832626177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "cds", "timestamp": 1619832631788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-k8s-id", "timestamp": 1619832626177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832622950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "cds", "timestamp": 1619832631788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832622950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-k8s-id", "timestamp": 1619832626177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-windriver-id", "timestamp": 1619832635032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "cds", "timestamp": 1619832631788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832622950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-k8s-id", "timestamp": 1619832626177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832635618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-windriver-id", "timestamp": 1619832635032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "cds", "timestamp": 1619832631788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832622950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-k8s-id", "timestamp": 1619832626177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832635618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "dcae-sch", "timestamp": 1619832636885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-windriver-id", "timestamp": 1619832635032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "cds", "timestamp": 1619832631788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832622950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-k8s-id", "timestamp": 1619832626177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "ves-openapi-manager", "timestamp": 1619832637489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832635618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "dcae-sch", "timestamp": 1619832636885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-windriver-id", "timestamp": 1619832635032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "cds", "timestamp": 1619832631788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832622950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-k8s-id", "timestamp": 1619832626177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "ves-openapi-manager", "timestamp": 1619832637489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832635618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "clamp", "timestamp": 1619832638793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "dcae-sch", "timestamp": 1619832636885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-windriver-id", "timestamp": 1619832635032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "cds", "timestamp": 1619832631788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619832622950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-k8s-id", "timestamp": 1619832626177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "ves-openapi-manager", "timestamp": 1619832637489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832635618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "policy-id", "timestamp": 1619832639693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "clamp", "timestamp": 1619832638793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "dcae-sch", "timestamp": 1619832636885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-windriver-id", "timestamp": 1619832635032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "ves-openapi-manager", "timestamp": 1619832637489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "cds", "timestamp": 1619832641205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832635618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "policy-id", "timestamp": 1619832639693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "clamp", "timestamp": 1619832638793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "dcae-sch", "timestamp": 1619832636885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-windriver-id", "timestamp": 1619832635032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "ves-openapi-manager", "timestamp": 1619832637489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "cds", "timestamp": 1619832642209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-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-05-01T01:33:26.113Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21adfa57-daae-4419-b513-9da6375d521c 2021-05-01T01:33:26.113Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21adfa57-daae-4419-b513-9da6375d521c 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-05-01T01:33:26.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832635618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "policy-id", "timestamp": 1619832639693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "clamp", "timestamp": 1619832638793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "dcae-sch", "timestamp": 1619832636885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "multicloud-windriver-id", "timestamp": 1619832635032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "ves-openapi-manager", "timestamp": 1619832637489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832635618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "policy-id", "timestamp": 1619832639693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "clamp", "timestamp": 1619832638793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "dcae-sch", "timestamp": 1619832636885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "ves-openapi-manager", "timestamp": 1619832637489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "policy-id", "timestamp": 1619832639693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "clamp", "timestamp": 1619832638793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "dcae-sch", "timestamp": 1619832636885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "ves-openapi-manager", "timestamp": 1619832637489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "policy-id", "timestamp": 1619832639693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "clamp", "timestamp": 1619832638793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832645861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "policy-id", "timestamp": 1619832639693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "clamp", "timestamp": 1619832638793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "ves-openapi-manager", "timestamp": 1619832647152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "policy-id", "timestamp": 1619832639693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832647637, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "ves-openapi-manager", "timestamp": 1619832648175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "policy-id", "timestamp": 1619832648505, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619832648641, "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-05-01T01:33:26.127Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21adfa57-daae-4419-b513-9da6375d521c 2021-05-01T01:33:26.127Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21adfa57-daae-4419-b513-9da6375d521c 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-05-01T01:33:26.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "aai-ml", "timestamp": 1619832648185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "ves-openapi-manager", "timestamp": 1619832649179, "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-05-01T01:33:26.136Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 21adfa57-daae-4419-b513-9da6375d521c 2021-05-01T01:33:26.136Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21adfa57-daae-4419-b513-9da6375d521c 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-05-01T01:33:26.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "policy-id", "timestamp": 1619832649508, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:33:26.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:33:26.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "aai-ml", "timestamp": 1619832648185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "policy-id", "timestamp": 1619832650510, "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-05-01T01:33:26.147Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21adfa57-daae-4419-b513-9da6375d521c 2021-05-01T01:33:26.147Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21adfa57-daae-4419-b513-9da6375d521c 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-05-01T01:33:26.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "aai-ml", "timestamp": 1619832648185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "aai-ml", "timestamp": 1619832648185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "aai-ml", "timestamp": 1619832648185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "aai-ml", "timestamp": 1619832648185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "aai-ml", "timestamp": 1619832648185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "aai-ml", "timestamp": 1619832648185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "aai-ml", "timestamp": 1619832657696, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "clamp", "timestamp": 1619832658174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:33:26.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "clamp", "timestamp": 1619832659187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:33:26.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:33:26.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "clamp", "timestamp": 1619832660190, "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-05-01T01:33:26.158Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21adfa57-daae-4419-b513-9da6375d521c 2021-05-01T01:33:26.158Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21adfa57-daae-4419-b513-9da6375d521c 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-05-01T01:33:26.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "aai-ml", "timestamp": 1619832661252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:33:26.165Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:33:26.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:33:26.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "aai-ml", "timestamp": 1619832662255, "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-05-01T01:33:26.168Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21adfa57-daae-4419-b513-9da6375d521c 2021-05-01T01:33:26.168Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21adfa57-daae-4419-b513-9da6375d521c 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-05-01T01:33:53.377Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21adfa57-daae-4419-b513-9da6375d521c 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-05-01T01:33:53.385Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21adfa57-daae-4419-b513-9da6375d521c 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-05-01T01:33:53.387Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:33:53.387Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T01:33:53.388Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T01:33:53.388Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T01:33:53.388Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:33:53.388Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:33:53.388Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:33:53.388Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:33:53.388Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:33:53.388Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:33:53.388Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:33:53.388Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||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-05-01T01:33:53.393Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T01:34:23.393Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21adfa57-daae-4419-b513-9da6375d521c 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-05-01T01:34:23.397Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21adfa57-daae-4419-b513-9da6375d521c and serviceModelVersionId: b98730bd-9559-4cb2-96f9-7754932c95df 2021-05-01T01:34:23.397Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 565823b4-5814-471a-9aa3-782bd24834cc 2021-05-01T01:34:23.397Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/565823b4-5814-471a-9aa3-782bd24834cc/model-vers/model-ver/b98730bd-9559-4cb2-96f9-7754932c95df?depth=0 2021-05-01T01:34:23.400Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T01:34:23.423Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/565823b4-5814-471a-9aa3-782bd24834cc/model-vers/model-ver/b98730bd-9559-4cb2-96f9-7754932c95df?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-05-01T01:34:23.424Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/565823b4-5814-471a-9aa3-782bd24834cc/model-vers/model-ver/b98730bd-9559-4cb2-96f9-7754932c95df?depth=0|INFO|500||Invoke 2021-05-01T01:34:23.440Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/565823b4-5814-471a-9aa3-782bd24834cc/model-vers/model-ver/b98730bd-9559-4cb2-96f9-7754932c95df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T01:34:23.573Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/565823b4-5814-471a-9aa3-782bd24834cc/model-vers/model-ver/b98730bd-9559-4cb2-96f9-7754932c95df?depth=0|INFO|500||InvokeReturn 2021-05-01T01:34:23.573Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/565823b4-5814-471a-9aa3-782bd24834cc/model-vers/model-ver/b98730bd-9559-4cb2-96f9-7754932c95df?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-01:34:23:447-47541], vertex-id=[254128], Content-Length=[0], Date=[Sat, 01 May 2021 01:34:23 GMT], Content-Type=[application/json]} 2021-05-01T01:34:23.573Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-05-01T01:34:23.573Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T01:34:23.573Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||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-05-01T01:34:23.576Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||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-05-01T01:34:23.576Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21adfa57-daae-4419-b513-9da6375d521c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T01:34:23.576Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T01:34:23.576Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:34:23.577Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:34:23.577Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832863576, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:34:23.678Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:34:23.678Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:34:23.678Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:34:23.692Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:34:23.692Z||pool-133-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-05-01T01:34:24.589Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:34:24.590Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:34:24.590Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:34:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:34:26.072Z||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-05-01T01:34:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:34:26.090Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:34:26.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:34:26.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c6f276c-a088-44ca-b848-653e483821f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832786675, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:34:26.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:34:26.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:34:26.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:34:26.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:34:26.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/resourceInstances/pnf6193b4340f430/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:34:26.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:34:26.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:34:26.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:34:26.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:34:26.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:34:26.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832787688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:34:26.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T01:34:26.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:34:26.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832800701, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:34:26.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:34:26.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T01:34:26.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832802363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQdrzuou3oscqyl2ixp3t/1.0/artifacts/service-DemoPnfQdrzuou3oscqyl2ixp3t-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:34:26.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:34:34.149Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:34:34.149Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:34:34.150Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:34:34.150Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:34:43.687Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:34:43.688Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:34:43.688Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:34:43.688Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:34:53.232Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:34:53.233Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:34:53.234Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:34:53.234Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:35:02.797Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:35:02.797Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:35:02.797Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:35:02.798Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:35:12.338Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:35:12.339Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:35:12.339Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:35:12.339Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:35:21.876Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:35:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:35:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:35:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:35:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:35:26.072Z||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-05-01T01:35:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:35:26.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:35:26.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:35:26.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "21adfa57-daae-4419-b513-9da6375d521c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619832863576, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:35:26.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:35:35.611Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:36:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:36:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:36:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:36:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:36:26.072Z||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-05-01T01:36:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:36:35.610Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:36:35.615Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:37:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:37:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:37:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:37:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:37:26.072Z||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-05-01T01:37:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:37:35.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:37:35.616Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:38:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:38:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:38:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:38:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:38:26.072Z||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-05-01T01:38:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:38:35.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:38:35.615Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:39:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:39:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:39:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:39:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:39:26.072Z||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-05-01T01:39:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:39:35.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:39:35.637Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:40:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:40:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:40:26.071Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:40:26.071Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:40:26.072Z||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-05-01T01:40:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:40:35.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:40:35.616Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:41:26.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:41:26.071Z||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-05-01T01:41:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:41:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:41:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T01:41:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:41:35.622Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:41:35.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:26.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:42:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:42:26.071Z||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-05-01T01:42:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:42:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:42:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:42:26.698Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:26.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"129e8d05-8c1b-4f20-9b0d-0ea9c93681d5","serviceName":"Demo_pNF_3ysU56a25uIQ5p8YCGi4","serviceVersion":"1.0","serviceUUID":"9f61fded-a969-40fa-a011-a82800b82a35","serviceDescription":"catalog service description","serviceInvariantUUID":"166065eb-9552-40e8-a86c-82f0cd15576d","resources":[{"resourceInstanceName":"pNF 96720352-cb1c 0","resourceName":"pNF 96720352-cb1c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"34c81445-c4ec-410f-a0dc-801ac2f18e72","resourceInvariantUUID":"162f8e32-a23b-4eb3-bdbb-c27579277b39","resourceCustomizationUUID":"d46d3ba0-5489-4445-bb80-2b66211ba957","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml","artifactChecksum":"YTM5NzgyZjhiNzU4NzdmMDJlZmE5OTg4N2JlNDQ2ZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37a758a5-c13e-4b45-9df8-234c679cd589","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar","artifactChecksum":"ZmI2N2RjMDNhYTJjNWI4YjBkZjEwNjIyMmU4N2FmMTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e4f5ddc-7eb6-43bd-bc62-c96b0898348b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5a113aa3-9ac1-411c-a298-3214adc4c211","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml","artifactChecksum":"NzEzMTViMzFkYWJjNDc2ZmQxNmE0NDY1MjI2MzM4NTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a28abefc-a083-402e-a372-362fdda07199","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5cf748f-874b-4e67-87e4-3b0e6b9d3e32","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ffda97fb-e1e9-4472-aa46-2bc270ff08ce","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml","artifactChecksum":"N2MyYmUzMWI0YmQ0MDdhOTFmZTQyYzA2ZmZhNzUzNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6cb5aa94-7fdf-4089-a545-b1f410a242c5","artifactVersion":"1"},{"artifactName":"service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar","artifactChecksum":"OTlhMzBmMmYwYTAyZTk3MmE1OGQ5ZDY4YzFmNjFlYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"16238c72-d2a2-48b2-8eb2-7fc213f35d4c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T01:42:26.699Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:42:26.700Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:42:26.701Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:42:26.701Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "clamp", "timestamp": 1619833298793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833302950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619833306177, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "ves-openapi-manager", "timestamp": 1619833297489, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "policy-id", "timestamp": 1619833299693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "cds", "timestamp": 1619833306788, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "clamp", "timestamp": 1619833298793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833302950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619833306177, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "ves-openapi-manager", "timestamp": 1619833297489, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "policy-id", "timestamp": 1619833299693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "cds", "timestamp": 1619833306788, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "aai-ml", "timestamp": 1619833308185, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833302950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "clamp", "timestamp": 1619833298793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619833306177, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "ves-openapi-manager", "timestamp": 1619833297489, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "policy-id", "timestamp": 1619833299693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "cds", "timestamp": 1619833306788, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "aai-ml", "timestamp": 1619833308185, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833302950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619833306177, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "ves-openapi-manager", "timestamp": 1619833297489, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "clamp", "timestamp": 1619833298793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "policy-id", "timestamp": 1619833299693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "cds", "timestamp": 1619833306788, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "aai-ml", "timestamp": 1619833308185, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "clamp", "timestamp": 1619833298793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619833306177, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833302950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "ves-openapi-manager", "timestamp": 1619833297489, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "policy-id", "timestamp": 1619833299693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "cds", "timestamp": 1619833306788, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "aai-ml", "timestamp": 1619833308185, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "clamp", "timestamp": 1619833298793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833302950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619833306177, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "ves-openapi-manager", "timestamp": 1619833297489, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "policy-id", "timestamp": 1619833299693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "cds", "timestamp": 1619833306788, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "aai-ml", "timestamp": 1619833308185, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "clamp", "timestamp": 1619833298793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833302950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619833306177, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "ves-openapi-manager", "timestamp": 1619833297489, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "policy-id", "timestamp": 1619833299693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "cds", "timestamp": 1619833306788, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "aai-ml", "timestamp": 1619833308185, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833302950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:42:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "clamp", "timestamp": 1619833298793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619833306177, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "ves-openapi-manager", "timestamp": 1619833297489, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "policy-id", "timestamp": 1619833299693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "cds", "timestamp": 1619833306788, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "aai-ml", "timestamp": 1619833308185, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619833315032, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "aai-ml", "timestamp": 1619833308185, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "policy-id", "timestamp": 1619833315876, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "ves-openapi-manager", "timestamp": 1619833315983, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "cds", "timestamp": 1619833316092, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619833315032, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "policy-id", "timestamp": 1619833316879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "ves-openapi-manager", "timestamp": 1619833317002, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "cds", "timestamp": 1619833317097, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-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-05-01T01:42:26.725Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 2021-05-01T01:42:26.725Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 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-05-01T01:42:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "dcae-sch", "timestamp": 1619833316885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619833315032, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "aai-ml", "timestamp": 1619833317794, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:42:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:42:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.730Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "policy-id", "timestamp": 1619833317881, "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-05-01T01:42:26.733Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 2021-05-01T01:42:26.733Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 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-05-01T01:42:26.739Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.739Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "ves-openapi-manager", "timestamp": 1619833318004, "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-05-01T01:42:26.742Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 2021-05-01T01:42:26.742Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 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-05-01T01:42:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "dcae-sch", "timestamp": 1619833316885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619833315032, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "dcae-sch", "timestamp": 1619833316885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619833315032, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "dcae-sch", "timestamp": 1619833316885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619833315032, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "dcae-sch", "timestamp": 1619833316885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "aai-ml", "timestamp": 1619833321617, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619833315032, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "dcae-sch", "timestamp": 1619833316885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.748Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.749Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "aai-ml", "timestamp": 1619833322619, "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-05-01T01:42:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 2021-05-01T01:42:26.751Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 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-05-01T01:42:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619833315032, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:42:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "dcae-sch", "timestamp": 1619833316885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "clamp", "timestamp": 1619833324214, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:42:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:42:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "dcae-sch", "timestamp": 1619833316885, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "clamp", "timestamp": 1619833325230, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:42:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:42:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "clamp", "timestamp": 1619833326232, "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-05-01T01:42:26.759Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 2021-05-01T01:42:26.760Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 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-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833325618, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833325618, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833325618, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833325618, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833325618, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833325618, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.765Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833325618, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833325618, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833334986, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833336687, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:42:26.766Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833337690, "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-05-01T01:42:26.769Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 2021-05-01T01:42:26.769Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 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-05-01T01:42:26.801Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:42:26.802Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:42:26.802Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:42:26.812Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:26.812Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:42:27.701Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:42:27.702Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:42:27.703Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:42:27.704Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:27.804Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:42:27.804Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:42:27.804Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:42:27.814Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:27.814Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:42:28.704Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:42:28.705Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:42:28.706Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:42:28.706Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:28.807Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:42:28.807Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:42:28.807Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:42:28.818Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:28.818Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:42:29.707Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:42:29.708Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:42:29.710Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:42:29.710Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:29.810Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:42:29.810Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:42:29.810Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:42:29.821Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:29.821Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:42:30.710Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:42:30.711Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:42:30.714Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:42:30.714Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:30.815Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:42:30.815Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:42:30.815Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:42:30.828Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:30.829Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:42:31.715Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:42:31.716Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:42:31.717Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:42:31.718Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:31.818Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:42:31.818Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:42:31.818Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:42:31.829Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:31.830Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:42:32.718Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:42:32.719Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:42:32.720Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:42:32.720Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:42:32.820Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:42:32.821Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:42:32.821Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:42:32.832Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:32.833Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:42:33.720Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:42:33.721Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:42:33.723Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:42:33.723Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:42:33.823Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:42:33.824Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:42:33.824Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:42:33.834Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:33.834Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:42:34.724Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "serviceName": "Demo_pNF_3ysU56a25uIQ5p8YCGi4", "serviceVersion": "1.0", "serviceUUID": "9f61fded-a969-40fa-a011-a82800b82a35", "serviceDescription": "catalog service description", "serviceInvariantUUID": "166065eb-9552-40e8-a86c-82f0cd15576d", "resources": [ { "resourceInstanceName": "pNF 96720352-cb1c 0", "resourceCustomizationUUID": "d46d3ba0-5489-4445-bb80-2b66211ba957", "resourceName": "pNF 96720352-cb1c", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "34c81445-c4ec-410f-a0dc-801ac2f18e72", "resourceInvariantUUID": "162f8e32-a23b-4eb3-bdbb-c27579277b39", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "artifactChecksum": "OTlhMzBmMmYwYTAyZTk3MmE1OGQ5ZDY4YzFmNjFlYmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "16238c72-d2a2-48b2-8eb2-7fc213f35d4c" } ], "workloadContext": "Production" } 2021-05-01T01:42:34.724Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T01:42:34.724Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9f61fded-a969-40fa-a011-a82800b82a35 ASDC 2021-05-01T01:42:34.725Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 ServiceName:Demo_pNF_3ysU56a25uIQ5p8YCGi4 ServiceVersion:1.0 ServiceUUID:9f61fded-a969-40fa-a011-a82800b82a35 ServiceInvariantUUID:166065eb-9552-40e8-a86c-82f0cd15576d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar ArtifactUUID:16238c72-d2a2-48b2-8eb2-7fc213f35d4c ArtifactChecksum:OTlhMzBmMmYwYTAyZTk3MmE1OGQ5ZDY4YzFmNjFlYmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 96720352-cb1c 0 ResourceCustomizationUUID:d46d3ba0-5489-4445-bb80-2b66211ba957 ResourceInvariantUUID:162f8e32-a23b-4eb3-bdbb-c27579277b39 ResourceName:pNF 96720352-cb1c ResourceType:PNF ResourceUUID:34c81445-c4ec-410f-a0dc-801ac2f18e72 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-01T01:42:34.725Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f61fded-a969-40fa-a011-a82800b82a35 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-05-01T01:42:34.746Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:42:34.747Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-01T01:42:34.747Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-01T01:42:34.748Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 16238c72-d2a2-48b2-8eb2-7fc213f35d4c from URL: /sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:34.748Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-01T01:42:34.748Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:35.101Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-01T01:42:35.104Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 16238c72-d2a2-48b2-8eb2-7fc213f35d4c 83314 2021-05-01T01:42:35.105Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar ASDC sendASDCNotification 2021-05-01T01:42:35.105Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:35.105Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:42:35.105Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:42:35.107Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:42:35.107Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833355105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:42:35.207Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:42:35.207Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:42:35.207Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:42:35.218Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:35.218Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:42:36.107Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:42:36.108Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-01T01:42:36.108Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 16238c72-d2a2-48b2-8eb2-7fc213f35d4c, URL: /sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar to file: /app/ASDC/1/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.109Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.109Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.109Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.200Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7127049869898973137/Definitions/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml 2021-05-01T01:42:36.759Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T01:42:36.759Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-01T01:42:36.759Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.759Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T01:42:36.759Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 96720352-cb1c 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-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.759Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||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-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.759Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 96720352-cb1c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||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-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3ysU56a25uIQ5p8YCGi4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Node template pNF 96720352-cb1c 0 is matching search criteria 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 96720352-cb1c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:42:36.760Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3ysU56a25uIQ5p8YCGi4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Node template pNF 96720352-cb1c 0 is matching search criteria 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 96720352-cb1c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3ysU56a25uIQ5p8YCGi4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3ysU56a25uIQ5p8YCGi4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3ysU56a25uIQ5p8YCGi4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3ysU56a25uIQ5p8YCGi4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:42:36.761Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3ysU56a25uIQ5p8YCGi4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:42:36.762Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_3ysU56a25uIQ5p8YCGi4 Description:catalog service description Model UUID:9f61fded-a969-40fa-a011-a82800b82a35 Model Version:NULL Model InvariantUuid:166065eb-9552-40e8-a86c-82f0cd15576d 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-05-01T01:42:36.765Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 34c81445-c4ec-410f-a0dc-801ac2f18e72 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-05-01T01:42:36.767Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||pNF 96720352-cb1c 0 2021-05-01T01:42:36.767Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 34c81445-c4ec-410f-a0dc-801ac2f18e72 2021-05-01T01:42:36.767Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 9f61fded-a969-40fa-a011-a82800b82a35 2021-05-01T01:42:36.767Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9f61fded-a969-40fa-a011-a82800b82a35 2021-05-01T01:42:36.767Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 96720352-cb1c 0 34c81445-c4ec-410f-a0dc-801ac2f18e72 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-05-01T01:42:36.770Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:42:36.770Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3ysU56a25uIQ5p8YCGi4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:42:36.770Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9f61fded-a969-40fa-a011-a82800b82a35: pNF 96720352-cb1c 2021-05-01T01:42:36.770Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Processing PNF resource: 34c81445-c4ec-410f-a0dc-801ac2f18e72 2021-05-01T01:42:36.770Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:42:36.770Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_3ysU56a25uIQ5p8YCGi4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:42:36.770Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Resource customization UUID: d46d3ba0-5489-4445-bb80-2b66211ba957 is the same as notified resource customizationUUID: d46d3ba0-5489-4445-bb80-2b66211ba957 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-05-01T01:42:36.790Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 96720352-cb1c 34c81445-c4ec-410f-a0dc-801ac2f18e72 0 ASDC deployResourceStructure 2021-05-01T01:42:36.790Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar ASDC sendASDCNotification 2021-05-01T01:42:36.791Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar 2021-05-01T01:42:36.791Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:42:36.791Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:42:36.792Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:42:36.792Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833356790, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:42:36.892Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:42:36.893Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:42:36.893Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:42:36.901Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:42:36.901Z||pool-143-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:42:37.793Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 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-05-01T01:42:37.799Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 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-05-01T01:42:37.800Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:42:37.800Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T01:42:37.800Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T01:42:37.800Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T01:42:37.801Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:42:37.801Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:42:37.801Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:42:37.801Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:42:37.801Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:42:37.801Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:42:37.801Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:42:37.801Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T01:42:37.803Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T01:43:07.804Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 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-05-01T01:43:07.811Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 and serviceModelVersionId: 9f61fded-a969-40fa-a011-a82800b82a35 2021-05-01T01:43:07.812Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 166065eb-9552-40e8-a86c-82f0cd15576d 2021-05-01T01:43:07.812Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/166065eb-9552-40e8-a86c-82f0cd15576d/model-vers/model-ver/9f61fded-a969-40fa-a011-a82800b82a35?depth=0 2021-05-01T01:43:07.818Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T01:43:07.850Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/166065eb-9552-40e8-a86c-82f0cd15576d/model-vers/model-ver/9f61fded-a969-40fa-a011-a82800b82a35?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-05-01T01:43:07.851Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/166065eb-9552-40e8-a86c-82f0cd15576d/model-vers/model-ver/9f61fded-a969-40fa-a011-a82800b82a35?depth=0|INFO|500||Invoke 2021-05-01T01:43:07.867Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/166065eb-9552-40e8-a86c-82f0cd15576d/model-vers/model-ver/9f61fded-a969-40fa-a011-a82800b82a35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T01:43:07.930Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/166065eb-9552-40e8-a86c-82f0cd15576d/model-vers/model-ver/9f61fded-a969-40fa-a011-a82800b82a35?depth=0|INFO|500||InvokeReturn 2021-05-01T01:43:07.931Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/166065eb-9552-40e8-a86c-82f0cd15576d/model-vers/model-ver/9f61fded-a969-40fa-a011-a82800b82a35?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210501-01:43:07:872-95701], vertex-id=[217184], Content-Length=[0], Date=[Sat, 01 May 2021 01:43:07 GMT], Content-Type=[application/json]} 2021-05-01T01:43:07.931Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-01T01:43:07.931Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T01:43:07.932Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T01:43:07.934Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T01:43:07.934Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 129e8d05-8c1b-4f20-9b0d-0ea9c93681d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T01:43:07.935Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T01:43:07.935Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:43:07.936Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:43:07.936Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833387934, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:43:08.036Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:43:08.037Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:43:08.037Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:43:08.050Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:43:08.050Z||pool-144-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-05-01T01:43:26.070Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:43:26.070Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T01:43:26.070Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:43:26.071Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:43:26.072Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:43:26.072Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:43:26.191Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:43:26.191Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:43:26.192Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:43:26.192Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T01:43:35.615Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:44:26.070Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:44:26.070Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T01:44:26.070Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:44:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:44:26.072Z||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-05-01T01:44:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:44:26.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:44:26.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T01:44:26.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:44:26.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-01T01:44:26.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T01:44:26.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:44:26.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-01T01:44:26.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T01:44:26.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:44:26.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-01T01:44:26.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T01:44:26.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:44:26.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-01T01:44:26.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T01:44:26.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/resourceInstances/pnf96720352cb1c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:44:26.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-01T01:44:26.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T01:44:26.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:44:26.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-01T01:44:26.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T01:44:26.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833346070, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:44:26.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-01T01:44:26.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T01:44:26.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833355105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:44:26.594Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:44:26.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T01:44:26.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833356790, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ysu56a25uiq5p8ycgi4/1.0/artifacts/service-DemoPnf3ysu56a25uiq5p8ycgi4-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:44:26.594Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:44:26.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T01:44:26.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "129e8d05-8c1b-4f20-9b0d-0ea9c93681d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833387934, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:44:26.594Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:44:35.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:45:26.070Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:45:26.070Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T01:45:26.070Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:45:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:45:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:45:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:45:35.615Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:45:35.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:46:26.070Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:46:26.070Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T01:46:26.070Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:46:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:46:26.072Z||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-05-01T01:46:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:46:35.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:46:35.614Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:47:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:47:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:47:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:47:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:47:26.072Z||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-05-01T01:47:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:47:35.614Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:47:35.621Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:48:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:48:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:48:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:48:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:48:26.071Z||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-05-01T01:48:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:48:35.610Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:48:35.612Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:49:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:49:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:49:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:49:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:49:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:49:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:49:35.617Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:49:35.617Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:26.070Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:50:26.071Z|21adfa57-daae-4419-b513-9da6375d521c|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-05-01T01:50:26.071Z|21adfa57-daae-4419-b513-9da6375d521c|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:50:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:50:26.073Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:50:26.073Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:50:26.698Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:26.698Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T01:50:26.698Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7feadb5e-6b5e-4741-a8dd-70ec104be439","serviceName":"Demo_pNF_yEQByr6SCf8iBI8dibJ6","serviceVersion":"1.0","serviceUUID":"8f9a3635-2f40-4727-bdcd-847228a84f5a","serviceDescription":"catalog service description","serviceInvariantUUID":"c0cdf059-a213-489b-b3d3-c0c8d777e531","resources":[{"resourceInstanceName":"pNF ee167665-8a56 0","resourceName":"pNF ee167665-8a56","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8384f930-44cb-46e2-8e09-58febd100a07","resourceInvariantUUID":"f8109728-e0d5-444c-90d2-743206cc08a9","resourceCustomizationUUID":"7ba76f69-b3ce-4c04-a761-c49c645124d0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml","artifactChecksum":"YmY3YTFmYjIxOTBkNzJkMWExMzFlYjAyMDc4MDAzYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6be92c7-300c-4c61-a0b4-c1976ee4537d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar","artifactChecksum":"ZmI2N2RjMDNhYTJjNWI4YjBkZjEwNjIyMmU4N2FmMTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"210e28fd-4d4c-41ce-b875-c2b32866d154","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1fae9e8f-54ee-412f-9eda-d7e09aa939d5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml","artifactChecksum":"ZjE3OTYwNTE0ZDY3MzM4ZjgyZjc3YzQzYTEzZjc5NDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b51f816-ca0a-4af5-9762-72f8efd8f169","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96f5fa78-9605-46c2-b36f-419508ed4d06","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c53d6ee-02c2-44bb-9838-63b6b641c32d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml","artifactChecksum":"NGQ3NDZkNTRiZGVhNjVjNzMyMzYwODc4MTg4NzVhMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9130a941-3fb4-46b8-aa46-8d1f7dda9d9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar","artifactChecksum":"MWFlZDUxODQ0MDQ4MmMwMzgxNjM0ZTlmNWFmNDgxNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5d08a3b-77e1-4f59-acb4-f06c0ee6013c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T01:50:26.700Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:50:26.700Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:50:26.701Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:50:26.702Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:50:26.802Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:50:26.802Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:50:26.803Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:50:26.813Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:26.813Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:50:26.813Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "cds", "timestamp": 1619833816788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:50:26.814Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:26.814Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:50:26.814Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:50:27.702Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:50:27.703Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:50:27.704Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:50:27.704Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:50:27.804Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:50:27.805Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:50:27.805Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:50:27.816Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:27.817Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:50:28.704Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:50:28.705Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:50:28.706Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:50:28.706Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:50:28.807Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:50:28.807Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:50:28.807Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:50:28.818Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:28.818Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:50:29.707Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:50:29.707Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:50:29.709Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:50:29.709Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:50:29.809Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:50:29.810Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:50:29.810Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:50:29.821Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:29.821Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:50:30.709Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:50:30.710Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:50:30.712Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:50:30.712Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:50:30.812Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:50:30.813Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:50:30.813Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:50:30.823Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:30.823Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:50:31.713Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:50:31.713Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:50:31.716Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:50:31.716Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:50:31.815Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T01:50:31.816Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:50:31.816Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:50:31.833Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:31.833Z||pool-150-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-05-01T01:50:32.716Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:50:32.717Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:50:32.718Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:50:32.718Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:50:32.819Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T01:50:32.819Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:50:32.819Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:50:32.829Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:32.829Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:50:33.719Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T01:50:33.719Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:50:33.721Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:50:33.721Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:50:33.821Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:50:33.822Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:50:33.822Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:50:33.833Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:33.833Z||pool-152-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:50:34.722Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "serviceName": "Demo_pNF_yEQByr6SCf8iBI8dibJ6", "serviceVersion": "1.0", "serviceUUID": "8f9a3635-2f40-4727-bdcd-847228a84f5a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c0cdf059-a213-489b-b3d3-c0c8d777e531", "resources": [ { "resourceInstanceName": "pNF ee167665-8a56 0", "resourceCustomizationUUID": "7ba76f69-b3ce-4c04-a761-c49c645124d0", "resourceName": "pNF ee167665-8a56", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8384f930-44cb-46e2-8e09-58febd100a07", "resourceInvariantUUID": "f8109728-e0d5-444c-90d2-743206cc08a9", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "artifactChecksum": "MWFlZDUxODQ0MDQ4MmMwMzgxNjM0ZTlmNWFmNDgxNjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a5d08a3b-77e1-4f59-acb4-f06c0ee6013c" } ], "workloadContext": "Production" } 2021-05-01T01:50:34.723Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T01:50:34.723Z|21adfa57-daae-4419-b513-9da6375d521c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8f9a3635-2f40-4727-bdcd-847228a84f5a ASDC 2021-05-01T01:50:34.723Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:7feadb5e-6b5e-4741-a8dd-70ec104be439 ServiceName:Demo_pNF_yEQByr6SCf8iBI8dibJ6 ServiceVersion:1.0 ServiceUUID:8f9a3635-2f40-4727-bdcd-847228a84f5a ServiceInvariantUUID:c0cdf059-a213-489b-b3d3-c0c8d777e531 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar ArtifactUUID:a5d08a3b-77e1-4f59-acb4-f06c0ee6013c ArtifactChecksum:MWFlZDUxODQ0MDQ4MmMwMzgxNjM0ZTlmNWFmNDgxNjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF ee167665-8a56 0 ResourceCustomizationUUID:7ba76f69-b3ce-4c04-a761-c49c645124d0 ResourceInvariantUUID:f8109728-e0d5-444c-90d2-743206cc08a9 ResourceName:pNF ee167665-8a56 ResourceType:PNF ResourceUUID:8384f930-44cb-46e2-8e09-58febd100a07 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-01T01:50:34.724Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f9a3635-2f40-4727-bdcd-847228a84f5a 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-05-01T01:50:34.746Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:50:34.746Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:50:34.746Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:50:34.746Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a5d08a3b-77e1-4f59-acb4-f06c0ee6013c from URL: /sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:34.746Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T01:50:34.746Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:35.289Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T01:50:35.293Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar a5d08a3b-77e1-4f59-acb4-f06c0ee6013c 83322 2021-05-01T01:50:35.294Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar ASDC sendASDCNotification 2021-05-01T01:50:35.294Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:35.294Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T01:50:35.294Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:50:35.295Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:50:35.295Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833835294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:50:35.395Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:50:35.396Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:50:35.396Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:50:35.407Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:35.407Z||pool-153-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:50:36.296Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T01:50:36.297Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T01:50:36.297Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a5d08a3b-77e1-4f59-acb4-f06c0ee6013c, URL: /sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar to file: /app/ASDC/1/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.297Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.297Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.298Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.375Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15021412954462455809/Definitions/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml 2021-05-01T01:50:36.929Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T01:50:36.930Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:50:36.930Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.930Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T01:50:36.930Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ee167665-8a56 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.930Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||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-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.930Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.930Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||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-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.930Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||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-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.930Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||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-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.931Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ee167665-8a56 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-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.931Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||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-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.931Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T01:50:36.931Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:50:36.931Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yEQByr6SCf8iBI8dibJ6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:50:36.931Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Node template pNF ee167665-8a56 0 is matching search criteria 2021-05-01T01:50:36.932Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:50:36.932Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF ee167665-8a56 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:50:36.932Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:50:36.932Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yEQByr6SCf8iBI8dibJ6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:50:36.932Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Node template pNF ee167665-8a56 0 is matching search criteria 2021-05-01T01:50:36.932Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T01:50:36.932Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF ee167665-8a56 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T01:50:36.933Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:50:36.933Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yEQByr6SCf8iBI8dibJ6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:50:36.933Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:50:36.933Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yEQByr6SCf8iBI8dibJ6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:50:36.933Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:50:36.933Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yEQByr6SCf8iBI8dibJ6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:50:36.933Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:50:36.933Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yEQByr6SCf8iBI8dibJ6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:50:36.934Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:50:36.934Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yEQByr6SCf8iBI8dibJ6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:50:36.934Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_yEQByr6SCf8iBI8dibJ6 Description:catalog service description Model UUID:8f9a3635-2f40-4727-bdcd-847228a84f5a Model Version:NULL Model InvariantUuid:c0cdf059-a213-489b-b3d3-c0c8d777e531 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-05-01T01:50:36.937Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8384f930-44cb-46e2-8e09-58febd100a07 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-05-01T01:50:36.940Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||pNF ee167665-8a56 0 2021-05-01T01:50:36.940Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8384f930-44cb-46e2-8e09-58febd100a07 2021-05-01T01:50:36.940Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 8f9a3635-2f40-4727-bdcd-847228a84f5a 2021-05-01T01:50:36.940Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8f9a3635-2f40-4727-bdcd-847228a84f5a 2021-05-01T01:50:36.940Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ee167665-8a56 0 8384f930-44cb-46e2-8e09-58febd100a07 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-05-01T01:50:36.943Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:50:36.943Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yEQByr6SCf8iBI8dibJ6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:50:36.943Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8f9a3635-2f40-4727-bdcd-847228a84f5a: pNF ee167665-8a56 2021-05-01T01:50:36.944Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||Processing PNF resource: 8384f930-44cb-46e2-8e09-58febd100a07 2021-05-01T01:50:36.944Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T01:50:36.944Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yEQByr6SCf8iBI8dibJ6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T01:50:36.944Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||Resource customization UUID: 7ba76f69-b3ce-4c04-a761-c49c645124d0 is the same as notified resource customizationUUID: 7ba76f69-b3ce-4c04-a761-c49c645124d0 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-05-01T01:50:36.962Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ee167665-8a56 8384f930-44cb-46e2-8e09-58febd100a07 0 ASDC deployResourceStructure 2021-05-01T01:50:36.962Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar ASDC sendASDCNotification 2021-05-01T01:50:36.962Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar 2021-05-01T01:50:36.962Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T01:50:36.962Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:50:36.964Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:50:36.964Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833836962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:50:37.064Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:50:37.064Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:50:37.064Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:50:37.074Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:50:37.074Z||pool-154-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T01:50:37.964Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:50:37.970Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:50:37.971Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:50:37.971Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:50:37.971Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:51:07.972Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:51:07.977Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:51:07.978Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:51:07.978Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:51:07.979Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:51:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:51:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:51:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:51:26.094Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:51:26.094Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:51:26.094Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "dcae-sch", "timestamp": 1619833816885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:51:26.095Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:51:37.979Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:51:37.984Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:51:37.985Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:51:37.985Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:51:37.985Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:52:07.986Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:52:07.992Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:52:07.994Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:52:07.994Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:52:07.994Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:52:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:52:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:52:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:52:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:52:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:52:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833822950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:52:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:52:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:52:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "ves-openapi-manager", "timestamp": 1619833817489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:52:26.093Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:52:26.094Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:52:26.094Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "policy-id", "timestamp": 1619833819693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:52:26.094Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:52:26.094Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:52:26.094Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "aai-ml", "timestamp": 1619833818185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:52:26.094Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:52:37.994Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:52:38.001Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:52:38.002Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:52:38.002Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:52:38.002Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:53:08.002Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:53:08.012Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:53:08.013Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:53:08.013Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T01:53:08.013Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T01:53:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:53:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:53:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:53:26.598Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:53:26.600Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.600Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.600Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.600Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.600Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-k8s-id", "timestamp": 1619833826177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.600Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.600Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.601Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "cds", "timestamp": 1619833816788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.601Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.601Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.601Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "ves-openapi-manager", "timestamp": 1619833817489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.601Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.601Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.601Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833822950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.601Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.601Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.601Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "dcae-sch", "timestamp": 1619833816885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.601Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.601Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "policy-id", "timestamp": 1619833819693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "aai-ml", "timestamp": 1619833818185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-k8s-id", "timestamp": 1619833826177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.603Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.603Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "cds", "timestamp": 1619833816788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.603Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.603Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.603Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "ves-openapi-manager", "timestamp": 1619833817489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.603Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.603Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.603Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833822950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.603Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.603Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.603Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "dcae-sch", "timestamp": 1619833816885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.603Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.604Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.604Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "policy-id", "timestamp": 1619833819693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.604Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.604Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.604Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "aai-ml", "timestamp": 1619833818185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.604Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.604Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.604Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.604Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.604Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.604Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-k8s-id", "timestamp": 1619833826177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.604Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833822950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "cds", "timestamp": 1619833816788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "ves-openapi-manager", "timestamp": 1619833817489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "dcae-sch", "timestamp": 1619833816885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.605Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "policy-id", "timestamp": 1619833819693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "aai-ml", "timestamp": 1619833818185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-k8s-id", "timestamp": 1619833826177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.607Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "cds", "timestamp": 1619833816788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.607Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.607Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.607Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833822950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.607Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.607Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.607Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "ves-openapi-manager", "timestamp": 1619833817489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.607Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.607Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.607Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "dcae-sch", "timestamp": 1619833816885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.607Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.607Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "policy-id", "timestamp": 1619833819693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "aai-ml", "timestamp": 1619833818185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-k8s-id", "timestamp": 1619833826177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "cds", "timestamp": 1619833816788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833822950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "dcae-sch", "timestamp": 1619833816885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "ves-openapi-manager", "timestamp": 1619833817489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-01T01:53:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "policy-id", "timestamp": 1619833819693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "aai-ml", "timestamp": 1619833818185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-k8s-id", "timestamp": 1619833826177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "cds", "timestamp": 1619833816788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833822950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "dcae-sch", "timestamp": 1619833816885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "ves-openapi-manager", "timestamp": 1619833817489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "policy-id", "timestamp": 1619833819693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "aai-ml", "timestamp": 1619833818185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-k8s-id", "timestamp": 1619833826177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-starlingx-id", "timestamp": 1619833822950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "cds", "timestamp": 1619833816788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "dcae-sch", "timestamp": 1619833816885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "ves-openapi-manager", "timestamp": 1619833817489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "policy-id", "timestamp": 1619833819693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "aai-ml", "timestamp": 1619833818185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833826070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-k8s-id", "timestamp": 1619833826177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "cds", "timestamp": 1619833835193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "ves-openapi-manager", "timestamp": 1619833835174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "aai-ml", "timestamp": 1619833835208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "policy-id", "timestamp": 1619833835196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:53:26.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833835294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:53:26.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-windriver-id", "timestamp": 1619833835032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "cds", "timestamp": 1619833836197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-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-05-01T01:53:26.619Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7feadb5e-6b5e-4741-a8dd-70ec104be439 2021-05-01T01:53:26.620Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:53:26.625Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.625Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "ves-openapi-manager", "timestamp": 1619833836193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-01T01:53:26.625Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.625Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.625Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "policy-id", "timestamp": 1619833836199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:53:26.625Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833835618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-windriver-id", "timestamp": 1619833835032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619833836962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:53:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "ves-openapi-manager", "timestamp": 1619833837195, "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-05-01T01:53:26.629Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7feadb5e-6b5e-4741-a8dd-70ec104be439 2021-05-01T01:53:26.629Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:53:26.633Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.633Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "policy-id", "timestamp": 1619833837201, "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-05-01T01:53:26.636Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7feadb5e-6b5e-4741-a8dd-70ec104be439 2021-05-01T01:53:26.636Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:53:26.640Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833835618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-windriver-id", "timestamp": 1619833835032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833835618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-windriver-id", "timestamp": 1619833835032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.641Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833835618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "aai-ml", "timestamp": 1619833839386, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "clamp", "timestamp": 1619833838793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-windriver-id", "timestamp": 1619833835032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833835618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.642Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "aai-ml", "timestamp": 1619833840389, "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-05-01T01:53:26.645Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7feadb5e-6b5e-4741-a8dd-70ec104be439 2021-05-01T01:53:26.645Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:53:26.649Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "clamp", "timestamp": 1619833838793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-windriver-id", "timestamp": 1619833835032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833835618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "clamp", "timestamp": 1619833838793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-windriver-id", "timestamp": 1619833835032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833835618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.650Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "clamp", "timestamp": 1619833838793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "multicloud-windriver-id", "timestamp": 1619833835032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833835618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "clamp", "timestamp": 1619833838793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "clamp", "timestamp": 1619833838793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/resourceInstances/pnfee1676658a560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "clamp", "timestamp": 1619833838793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.651Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833845807, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:53:26.652Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.652Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.652Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "clamp", "timestamp": 1619833838793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "NOTIFIED" } 2021-05-01T01:53:26.652Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T01:53:26.652Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.652Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833847551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:53:26.652Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.652Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.652Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619833848553, "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-05-01T01:53:26.655Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7feadb5e-6b5e-4741-a8dd-70ec104be439 2021-05-01T01:53:26.655Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:53:26.659Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.659Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "clamp", "timestamp": 1619833852986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T01:53:26.660Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.660Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.660Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "clamp", "timestamp": 1619833854000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeqbyr6scf8ibi8dibj6/1.0/artifacts/service-DemoPnfYeqbyr6scf8ibi8dibj6-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T01:53:26.660Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:53:26.660Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:53:26.660Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "clamp", "timestamp": 1619833855002, "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-05-01T01:53:26.662Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7feadb5e-6b5e-4741-a8dd-70ec104be439 2021-05-01T01:53:26.662Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:53:38.014Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:53:38.020Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:53:38.021Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T01:53:38.021Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T01:53:38.021Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T01:53:38.021Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T01:53:38.021Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:53:38.022Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:53:38.022Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:53:38.022Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:53:38.022Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:53:38.022Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:53:38.022Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T01:53:38.022Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||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-05-01T01:53:38.025Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T01:54:08.025Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 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-05-01T01:54:08.029Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7feadb5e-6b5e-4741-a8dd-70ec104be439 and serviceModelVersionId: 8f9a3635-2f40-4727-bdcd-847228a84f5a 2021-05-01T01:54:08.029Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0cdf059-a213-489b-b3d3-c0c8d777e531 2021-05-01T01:54:08.030Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0cdf059-a213-489b-b3d3-c0c8d777e531/model-vers/model-ver/8f9a3635-2f40-4727-bdcd-847228a84f5a?depth=0 2021-05-01T01:54:08.033Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T01:54:08.057Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0cdf059-a213-489b-b3d3-c0c8d777e531/model-vers/model-ver/8f9a3635-2f40-4727-bdcd-847228a84f5a?depth=0|INFO|500||Invoke 2021-05-01T01:54:08.057Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0cdf059-a213-489b-b3d3-c0c8d777e531/model-vers/model-ver/8f9a3635-2f40-4727-bdcd-847228a84f5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0cdf059-a213-489b-b3d3-c0c8d777e531/model-vers/model-ver/8f9a3635-2f40-4727-bdcd-847228a84f5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7feadb5e-6b5e-4741-a8dd-70ec104be439], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[968d531d-2bb4-4545-8ada-ed1c7ac3ec99], X-ECOMP-RequestID=[7feadb5e-6b5e-4741-a8dd-70ec104be439], X-TransactionId=[], X-ONAP-RequestID=[7feadb5e-6b5e-4741-a8dd-70ec104be439], Content-Type=[application/merge-patch+json]} 2021-05-01T01:54:08.071Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0cdf059-a213-489b-b3d3-c0c8d777e531/model-vers/model-ver/8f9a3635-2f40-4727-bdcd-847228a84f5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T01:54:08.137Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0cdf059-a213-489b-b3d3-c0c8d777e531/model-vers/model-ver/8f9a3635-2f40-4727-bdcd-847228a84f5a?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/c0cdf059-a213-489b-b3d3-c0c8d777e531/model-vers/model-ver/8f9a3635-2f40-4727-bdcd-847228a84f5a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210501-01:54:08:077-20886], vertex-id=[258168], Content-Length=[0], Date=[Sat, 01 May 2021 01:54:08 GMT], Content-Type=[application/json]} 2021-05-01T01:54:08.137Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0cdf059-a213-489b-b3d3-c0c8d777e531/model-vers/model-ver/8f9a3635-2f40-4727-bdcd-847228a84f5a?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T01:54:08.137Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0cdf059-a213-489b-b3d3-c0c8d777e531/model-vers/model-ver/8f9a3635-2f40-4727-bdcd-847228a84f5a?depth=0|INFO|500||InvokeReturn 2021-05-01T01:54:08.138Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T01:54:08.138Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||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-05-01T01:54:08.140Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||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-05-01T01:54:08.141Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7feadb5e-6b5e-4741-a8dd-70ec104be439 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T01:54:08.141Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T01:54:08.141Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T01:54:08.142Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T01:54:08.142Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834048141, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:54:08.243Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T01:54:08.243Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T01:54:08.243Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T01:54:08.254Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:54:08.254Z||pool-155-thread-1|||||INFO|500||cambria reply ok (11 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-05-01T01:54:09.150Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:54:09.150Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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-05-01T01:54:09.150Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:54:19.361Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:54:19.361Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:54:19.361Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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-05-01T01:54:19.361Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:54:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:54:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T01:54:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:54:26.703Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:54:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T01:54:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7feadb5e-6b5e-4741-a8dd-70ec104be439", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834048141, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T01:54:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T01:54:28.913Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:54:28.914Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:54:28.914Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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-05-01T01:54:28.914Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:54:38.451Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:54:38.452Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:54:38.452Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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-05-01T01:54:38.452Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:54:47.992Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:55:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:55:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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-05-01T01:55:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:55:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:55:26.071Z||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-05-01T01:55:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:55:35.613Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:55:35.614Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:56:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:56:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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-05-01T01:56:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:56:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:56:26.072Z||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-05-01T01:56:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:56:35.613Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:56:35.615Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:57:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:57:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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-05-01T01:57:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:57:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:57:26.072Z||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-05-01T01:57:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:57:35.612Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:57:35.616Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:58:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:58:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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-05-01T01:58:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:58:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:58:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T01:58:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:58:35.616Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:58:35.618Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:59:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:59:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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-05-01T01:59:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:59:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T01:59:26.072Z||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-05-01T01:59:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T01:59:35.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T01:59:35.614Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:00:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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-05-01T02:00:26.070Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:00:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:00:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T02:00:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:00:26.697Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:26.697Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.697Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"914a42a2-171c-422b-9942-645f230bbbdc","serviceName":"Demo_pNF_oFvsfbxIbwg18BHM0uD9","serviceVersion":"1.0","serviceUUID":"f218c173-5ff9-403c-a8ca-b6a414ef2042","serviceDescription":"catalog service description","serviceInvariantUUID":"bab186e1-fe6a-4473-bb44-4dd3f738a9dc","resources":[{"resourceInstanceName":"pNF 7bd00648-e9a4 0","resourceName":"pNF 7bd00648-e9a4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d05a4d28-6f82-4e7c-a74f-a5cdcb1f319c","resourceInvariantUUID":"c394fb6c-0245-4105-b86c-3a9eeb66a2fc","resourceCustomizationUUID":"6462c604-5075-49ef-982e-d1d653821d81","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml","artifactChecksum":"ZTYwZWIzYmJjMTdkNDc4OTM0NzMzNWJmZWUzMTNmMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94500c2c-4e59-4257-a96b-bd0fa515ca96","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar","artifactChecksum":"ZmI2N2RjMDNhYTJjNWI4YjBkZjEwNjIyMmU4N2FmMTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bd1d2a82-7425-45f6-92c4-3a88814122a6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d974fa2-df30-4274-8db0-5e8a0f4b5e05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml","artifactChecksum":"MzBhZjM0YzUzMTU5NWM0ZWE3MDliZjA3ODY5YmQxNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ea5f6ccb-ad34-4a74-a27d-9a60fac71dcb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a2cc2079-3cdd-4403-8959-b6420b1113f2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b41ab28-2edd-488a-a383-f5f78b5ab82d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml","artifactChecksum":"ZGYzNTNjZDU2NjhhOTdiODU1MGZkY2I0N2MyODI0YzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"78b151c9-c68c-417c-bf29-6eb39a808cff","artifactVersion":"1"},{"artifactName":"service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar","artifactChecksum":"Mzk1MjFlZmZhOWQwMWQwYjRlNTVmMTM4OTJiMGFhYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"333dc3f2-d5fa-4fcd-8487-d5fbe2972ac1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T02:00:26.698Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:00:26.699Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:00:26.700Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:00:26.700Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:26.700Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.702Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.702Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "cds", "timestamp": 1619834401788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.703Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.703Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.703Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-windriver-id", "timestamp": 1619834395032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.703Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.703Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.703Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "dcae-sch", "timestamp": 1619834396885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.703Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "ves-openapi-manager", "timestamp": 1619834397489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "policy-id", "timestamp": 1619834399693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "cds", "timestamp": 1619834401788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.704Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-windriver-id", "timestamp": 1619834395032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "dcae-sch", "timestamp": 1619834396885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "ves-openapi-manager", "timestamp": 1619834397489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "policy-id", "timestamp": 1619834399693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834402950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.705Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-windriver-id", "timestamp": 1619834395032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "dcae-sch", "timestamp": 1619834396885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "cds", "timestamp": 1619834401788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "ves-openapi-manager", "timestamp": 1619834397489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.706Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "policy-id", "timestamp": 1619834399693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834402950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "cds", "timestamp": 1619834401788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "dcae-sch", "timestamp": 1619834396885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.707Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-windriver-id", "timestamp": 1619834395032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "ves-openapi-manager", "timestamp": 1619834397489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "policy-id", "timestamp": 1619834399693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834402950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619834405618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.708Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "cds", "timestamp": 1619834401788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "dcae-sch", "timestamp": 1619834396885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-windriver-id", "timestamp": 1619834395032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "ves-openapi-manager", "timestamp": 1619834397489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.709Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "policy-id", "timestamp": 1619834399693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834402950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-k8s-id", "timestamp": 1619834406177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619834405618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.710Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "cds", "timestamp": 1619834401788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "dcae-sch", "timestamp": 1619834396885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-windriver-id", "timestamp": 1619834395032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "ves-openapi-manager", "timestamp": 1619834397489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-01T02:00:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.711Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "policy-id", "timestamp": 1619834399693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834402950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-k8s-id", "timestamp": 1619834406177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619834405618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "cds", "timestamp": 1619834401788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.712Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-windriver-id", "timestamp": 1619834395032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "dcae-sch", "timestamp": 1619834396885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "ves-openapi-manager", "timestamp": 1619834397489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "policy-id", "timestamp": 1619834399693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.713Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834402950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-k8s-id", "timestamp": 1619834406177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619834405618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "cds", "timestamp": 1619834401788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-windriver-id", "timestamp": 1619834395032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.714Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "clamp", "timestamp": 1619834408793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "dcae-sch", "timestamp": 1619834396885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "ves-openapi-manager", "timestamp": 1619834397489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "policy-id", "timestamp": 1619834399693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834402950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-k8s-id", "timestamp": 1619834406177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619834405618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "clamp", "timestamp": 1619834408793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.715Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834402950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-k8s-id", "timestamp": 1619834406177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619834405618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "clamp", "timestamp": 1619834408793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "cds", "timestamp": 1619834411470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "ves-openapi-manager", "timestamp": 1619834411641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-k8s-id", "timestamp": 1619834406177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.716Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "policy-id", "timestamp": 1619834411899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:00:26.717Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:00:26.717Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.717Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619834405618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.717Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.717Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.717Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "clamp", "timestamp": 1619834408793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.717Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.717Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.717Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "cds", "timestamp": 1619834412474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-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-05-01T02:00:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 914a42a2-171c-422b-9942-645f230bbbdc 2021-05-01T02:00:26.731Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:00:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "ves-openapi-manager", "timestamp": 1619834412655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-01T02:00:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:00:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-k8s-id", "timestamp": 1619834406177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.737Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "policy-id", "timestamp": 1619834412903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:00:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:00:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619834405618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:00:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "clamp", "timestamp": 1619834408793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.738Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "ves-openapi-manager", "timestamp": 1619834413658, "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-05-01T02:00:26.741Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 914a42a2-171c-422b-9942-645f230bbbdc 2021-05-01T02:00:26.741Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:00:26.746Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "multicloud-k8s-id", "timestamp": 1619834406177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:00:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.747Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "policy-id", "timestamp": 1619834413905, "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-05-01T02:00:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 914a42a2-171c-422b-9942-645f230bbbdc 2021-05-01T02:00:26.750Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:00:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "clamp", "timestamp": 1619834408793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.756Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619834415208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:00:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:00:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "clamp", "timestamp": 1619834408793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "clamp", "timestamp": 1619834408793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:00:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619834416956, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:00:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:00:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.757Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619834417959, "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-05-01T02:00:26.761Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 914a42a2-171c-422b-9942-645f230bbbdc 2021-05-01T02:00:26.761Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:00:26.767Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "aai-ml", "timestamp": 1619834418185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "aai-ml", "timestamp": 1619834418185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "aai-ml", "timestamp": 1619834418185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "aai-ml", "timestamp": 1619834418185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "aai-ml", "timestamp": 1619834418185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "aai-ml", "timestamp": 1619834418185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.768Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "aai-ml", "timestamp": 1619834418185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:26.769Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.769Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:00:26.769Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "aai-ml", "timestamp": 1619834418185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:00:26.769Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:00:26.801Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T02:00:26.801Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:00:26.801Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:00:26.813Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:26.814Z||pool-156-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:00:27.701Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:00:27.702Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:00:27.703Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:00:27.703Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:27.803Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:00:27.804Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:00:27.804Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:00:27.814Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:27.814Z||pool-157-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:00:28.703Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:00:28.704Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:00:28.705Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:00:28.705Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:28.805Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:00:28.806Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:00:28.806Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:00:28.817Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:28.817Z||pool-158-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:00:29.706Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:00:29.706Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:00:29.709Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:00:29.709Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:29.808Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T02:00:29.809Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:00:29.809Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:00:29.818Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:29.818Z||pool-159-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:00:30.709Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:00:30.710Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:00:30.711Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:00:30.711Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:30.811Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:00:30.812Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:00:30.812Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:00:30.821Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:30.821Z||pool-160-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:00:31.711Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:00:31.712Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:00:31.714Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:00:31.714Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:31.814Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:00:31.814Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:00:31.815Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:00:31.826Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:31.826Z||pool-161-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-01T02:00:32.715Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:00:32.715Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:00:32.716Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:00:32.716Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:00:32.817Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:00:32.817Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:00:32.818Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:00:32.827Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:32.827Z||pool-162-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:00:33.717Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:00:33.717Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:00:33.719Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:00:33.719Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:00:33.819Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:00:33.820Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:00:33.820Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:00:33.829Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:33.830Z||pool-163-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:00:34.720Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "serviceName": "Demo_pNF_oFvsfbxIbwg18BHM0uD9", "serviceVersion": "1.0", "serviceUUID": "f218c173-5ff9-403c-a8ca-b6a414ef2042", "serviceDescription": "catalog service description", "serviceInvariantUUID": "bab186e1-fe6a-4473-bb44-4dd3f738a9dc", "resources": [ { "resourceInstanceName": "pNF 7bd00648-e9a4 0", "resourceCustomizationUUID": "6462c604-5075-49ef-982e-d1d653821d81", "resourceName": "pNF 7bd00648-e9a4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d05a4d28-6f82-4e7c-a74f-a5cdcb1f319c", "resourceInvariantUUID": "c394fb6c-0245-4105-b86c-3a9eeb66a2fc", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "artifactChecksum": "Mzk1MjFlZmZhOWQwMWQwYjRlNTVmMTM4OTJiMGFhYjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "333dc3f2-d5fa-4fcd-8487-d5fbe2972ac1" } ], "workloadContext": "Production" } 2021-05-01T02:00:34.720Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T02:00:34.720Z|7feadb5e-6b5e-4741-a8dd-70ec104be439|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f218c173-5ff9-403c-a8ca-b6a414ef2042 ASDC 2021-05-01T02:00:34.720Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:914a42a2-171c-422b-9942-645f230bbbdc ServiceName:Demo_pNF_oFvsfbxIbwg18BHM0uD9 ServiceVersion:1.0 ServiceUUID:f218c173-5ff9-403c-a8ca-b6a414ef2042 ServiceInvariantUUID:bab186e1-fe6a-4473-bb44-4dd3f738a9dc ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar ArtifactUUID:333dc3f2-d5fa-4fcd-8487-d5fbe2972ac1 ArtifactChecksum:Mzk1MjFlZmZhOWQwMWQwYjRlNTVmMTM4OTJiMGFhYjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 7bd00648-e9a4 0 ResourceCustomizationUUID:6462c604-5075-49ef-982e-d1d653821d81 ResourceInvariantUUID:c394fb6c-0245-4105-b86c-3a9eeb66a2fc ResourceName:pNF 7bd00648-e9a4 ResourceType:PNF ResourceUUID:d05a4d28-6f82-4e7c-a74f-a5cdcb1f319c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-01T02:00:34.720Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f218c173-5ff9-403c-a8ca-b6a414ef2042 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-05-01T02:00:34.736Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T02:00:34.736Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T02:00:34.736Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T02:00:34.736Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 333dc3f2-d5fa-4fcd-8487-d5fbe2972ac1 from URL: /sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:34.736Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T02:00:34.736Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:35.114Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T02:00:35.117Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 333dc3f2-d5fa-4fcd-8487-d5fbe2972ac1 83318 2021-05-01T02:00:35.117Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar ASDC sendASDCNotification 2021-05-01T02:00:35.117Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:35.118Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T02:00:35.118Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:00:35.119Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:00:35.119Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834435117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:00:35.219Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:00:35.220Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:00:35.220Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:00:35.229Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:35.229Z||pool-164-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:00:36.119Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T02:00:36.120Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T02:00:36.120Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 333dc3f2-d5fa-4fcd-8487-d5fbe2972ac1, URL: /sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar to file: /app/ASDC/1/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.121Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.121Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.121Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.197Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5794863249935168640/Definitions/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml 2021-05-01T02:00:36.765Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T02:00:36.765Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T02:00:36.765Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.765Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T02:00:36.765Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||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-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.765Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7bd00648-e9a4 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.765Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.765Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||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-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.765Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||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-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||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-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||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-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7bd00648-e9a4 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-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oFvsfbxIbwg18BHM0uD9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Node template pNF 7bd00648-e9a4 0 is matching search criteria 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7bd00648-e9a4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oFvsfbxIbwg18BHM0uD9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Node template pNF 7bd00648-e9a4 0 is matching search criteria 2021-05-01T02:00:36.766Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T02:00:36.767Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7bd00648-e9a4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T02:00:36.767Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:00:36.767Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oFvsfbxIbwg18BHM0uD9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:00:36.767Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:00:36.767Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oFvsfbxIbwg18BHM0uD9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:00:36.767Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:00:36.767Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oFvsfbxIbwg18BHM0uD9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:00:36.767Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:00:36.767Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oFvsfbxIbwg18BHM0uD9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:00:36.767Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:00:36.767Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oFvsfbxIbwg18BHM0uD9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:00:36.767Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_oFvsfbxIbwg18BHM0uD9 Description:catalog service description Model UUID:f218c173-5ff9-403c-a8ca-b6a414ef2042 Model Version:NULL Model InvariantUuid:bab186e1-fe6a-4473-bb44-4dd3f738a9dc 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-05-01T02:00:36.771Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: d05a4d28-6f82-4e7c-a74f-a5cdcb1f319c 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-05-01T02:00:36.772Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||pNF 7bd00648-e9a4 0 2021-05-01T02:00:36.772Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d05a4d28-6f82-4e7c-a74f-a5cdcb1f319c 2021-05-01T02:00:36.772Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||No resources found for Service: f218c173-5ff9-403c-a8ca-b6a414ef2042 2021-05-01T02:00:36.772Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f218c173-5ff9-403c-a8ca-b6a414ef2042 2021-05-01T02:00:36.772Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7bd00648-e9a4 0 d05a4d28-6f82-4e7c-a74f-a5cdcb1f319c 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-05-01T02:00:36.775Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:00:36.775Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oFvsfbxIbwg18BHM0uD9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:00:36.775Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f218c173-5ff9-403c-a8ca-b6a414ef2042: pNF 7bd00648-e9a4 2021-05-01T02:00:36.775Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||Processing PNF resource: d05a4d28-6f82-4e7c-a74f-a5cdcb1f319c 2021-05-01T02:00:36.775Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:00:36.775Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oFvsfbxIbwg18BHM0uD9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:00:36.775Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||Resource customization UUID: 6462c604-5075-49ef-982e-d1d653821d81 is the same as notified resource customizationUUID: 6462c604-5075-49ef-982e-d1d653821d81 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-05-01T02:00:36.793Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7bd00648-e9a4 d05a4d28-6f82-4e7c-a74f-a5cdcb1f319c 0 ASDC deployResourceStructure 2021-05-01T02:00:36.793Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar ASDC sendASDCNotification 2021-05-01T02:00:36.793Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar 2021-05-01T02:00:36.793Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T02:00:36.794Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:00:36.795Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:00:36.795Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834436793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:00:36.895Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:00:36.896Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:00:36.896Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:00:36.905Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:00:36.905Z||pool-165-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-01T02:00:37.795Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:00:37.803Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:00:37.804Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:00:37.804Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T02:00:37.804Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T02:01:07.805Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:01:07.811Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:01:07.813Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:01:07.813Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T02:01:07.813Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T02:01:21.643Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-01T02:01:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:01:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T02:01:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:01:26.196Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:01:26.196Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:01:26.196Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:01:26.197Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:01:37.813Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:01:37.821Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:01:37.822Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:01:37.823Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T02:01:37.823Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T02:02:07.823Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:02:07.831Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:02:07.832Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:02:07.832Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T02:02:07.832Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T02:02:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:02:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T02:02:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:02:26.594Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:02:26.595Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.595Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:02:26.595Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:02:26.595Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.595Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "aai-ml", "timestamp": 1619834428102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:02:26.596Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:02:26.596Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.596Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "clamp", "timestamp": 1619834428455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:02:26.596Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:02:26.596Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.596Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:02:26.596Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:02:26.596Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.596Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "clamp", "timestamp": 1619834429468, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:02:26.596Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:02:26.597Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.597Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:02:26.597Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:02:26.597Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.597Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "clamp", "timestamp": 1619834430470, "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-05-01T02:02:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 914a42a2-171c-422b-9942-645f230bbbdc 2021-05-01T02:02:26.602Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:02:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:02:26.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:02:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/resourceInstances/pnf7bd00648e9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:02:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:02:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "aai-ml", "timestamp": 1619834432288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:02:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:02:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:02:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:02:26.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "aai-ml", "timestamp": 1619834433291, "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-05-01T02:02:26.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 914a42a2-171c-422b-9942-645f230bbbdc 2021-05-01T02:02:26.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:02:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834426070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:02:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:02:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834435117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:02:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:02:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:02:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834436793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOfvsfbxibwg18bhm0ud9/1.0/artifacts/service-DemoPnfOfvsfbxibwg18bhm0ud9-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:02:26.626Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:02:37.833Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:02:37.841Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:02:37.842Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:02:37.842Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T02:02:37.842Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T02:02:37.843Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T02:02:37.843Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:02:37.843Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:02:37.843Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:02:37.843Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:02:37.843Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:02:37.843Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:02:37.843Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:02:37.843Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||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-05-01T02:02:37.847Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T02:03:07.847Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 914a42a2-171c-422b-9942-645f230bbbdc 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-05-01T02:03:07.851Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 914a42a2-171c-422b-9942-645f230bbbdc and serviceModelVersionId: f218c173-5ff9-403c-a8ca-b6a414ef2042 2021-05-01T02:03:07.851Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bab186e1-fe6a-4473-bb44-4dd3f738a9dc 2021-05-01T02:03:07.852Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bab186e1-fe6a-4473-bb44-4dd3f738a9dc/model-vers/model-ver/f218c173-5ff9-403c-a8ca-b6a414ef2042?depth=0 2021-05-01T02:03:07.856Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T02:03:07.877Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bab186e1-fe6a-4473-bb44-4dd3f738a9dc/model-vers/model-ver/f218c173-5ff9-403c-a8ca-b6a414ef2042?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-05-01T02:03:07.877Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bab186e1-fe6a-4473-bb44-4dd3f738a9dc/model-vers/model-ver/f218c173-5ff9-403c-a8ca-b6a414ef2042?depth=0|INFO|500||Invoke 2021-05-01T02:03:07.891Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bab186e1-fe6a-4473-bb44-4dd3f738a9dc/model-vers/model-ver/f218c173-5ff9-403c-a8ca-b6a414ef2042?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T02:03:07.960Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bab186e1-fe6a-4473-bb44-4dd3f738a9dc/model-vers/model-ver/f218c173-5ff9-403c-a8ca-b6a414ef2042?depth=0|INFO|500||InvokeReturn 2021-05-01T02:03:07.960Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bab186e1-fe6a-4473-bb44-4dd3f738a9dc/model-vers/model-ver/f218c173-5ff9-403c-a8ca-b6a414ef2042?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210501-02:03:07:897-14986], vertex-id=[233696], Content-Length=[0], Date=[Sat, 01 May 2021 02:03:07 GMT], Content-Type=[application/json]} 2021-05-01T02:03:07.960Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-05-01T02:03:07.960Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T02:03:07.960Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||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-05-01T02:03:07.963Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||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-05-01T02:03:07.964Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 914a42a2-171c-422b-9942-645f230bbbdc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T02:03:07.964Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T02:03:07.964Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:03:07.965Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:03:07.965Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834587964, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T02:03:08.066Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:03:08.066Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:03:08.066Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:03:08.078Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:03:08.078Z||pool-166-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-05-01T02:03:08.974Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:03:08.974Z|914a42a2-171c-422b-9942-645f230bbbdc|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-05-01T02:03:08.974Z|914a42a2-171c-422b-9942-645f230bbbdc|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:03:19.177Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:03:19.177Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:03:19.177Z|914a42a2-171c-422b-9942-645f230bbbdc|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-05-01T02:03:19.177Z|914a42a2-171c-422b-9942-645f230bbbdc|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:03:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:03:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T02:03:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:03:26.693Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:03:26.693Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:03:26.693Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "914a42a2-171c-422b-9942-645f230bbbdc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619834587964, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T02:03:26.693Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:03:28.728Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:03:28.728Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:03:28.728Z|914a42a2-171c-422b-9942-645f230bbbdc|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-05-01T02:03:28.728Z|914a42a2-171c-422b-9942-645f230bbbdc|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:03:38.271Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:04:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:04:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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-05-01T02:04:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:04:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:04:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T02:04:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:04:35.614Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:04:35.616Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:05:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:05:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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-05-01T02:05:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:05:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:05:26.072Z||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-05-01T02:05:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:05:35.618Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:05:35.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:06:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:06:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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-05-01T02:06:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:06:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:06:26.071Z||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-05-01T02:06:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:06:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:06:35.619Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:07:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:07:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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-05-01T02:07:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:07:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:07:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T02:07:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:07:35.615Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:07:35.622Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:08:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:08:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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-05-01T02:08:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:08:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:08:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T02:08:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:08:35.619Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:08:35.620Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:09:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:09:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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-05-01T02:09:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:09:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:09:26.072Z||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-05-01T02:09:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:09:35.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:09:35.616Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:10:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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-05-01T02:10:26.070Z|914a42a2-171c-422b-9942-645f230bbbdc|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:10:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:10:26.072Z||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-05-01T02:10:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:10:26.699Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:26.699Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.700Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6227697-0d74-4730-bf74-c16ce3d24e94","serviceName":"Demo_pNF_aSxyMVTxQKzvHiGfVdNi","serviceVersion":"1.0","serviceUUID":"0b3765b7-f3bc-4b63-817b-40e3172b2f94","serviceDescription":"catalog service description","serviceInvariantUUID":"a57a0c18-507d-4e90-9a6d-603d01c33219","resources":[{"resourceInstanceName":"pNF 1165cb2d-f013 0","resourceName":"pNF 1165cb2d-f013","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6c1c3745-f179-40f7-8da9-5ddbf0168e34","resourceInvariantUUID":"af850630-3528-4c50-9b33-1f01435b4e53","resourceCustomizationUUID":"50b1e886-22b4-41b1-a0ce-b636b3823acb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml","artifactChecksum":"MGRiZjM0NGFmZTZkM2JlODhhYTlhMjlkZTQwMmE4ZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"846f22d5-9601-4bd7-88fc-81503ab70e6d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar","artifactChecksum":"ZmI2N2RjMDNhYTJjNWI4YjBkZjEwNjIyMmU4N2FmMTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"985481f9-1daa-49ec-90af-f84f92f89132","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82eb1ba3-aacf-461c-973a-94c70ff529ae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml","artifactChecksum":"ZmQ2OGMwMmNlYTliYzk5NTJmMGQ4ZTA2MjgxMjk5NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc4aadf4-d346-4502-a35a-2aaf1478bbf4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0934f5bf-04a5-4195-adcc-cf8e22c2e38e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8cc798ca-c58f-46c9-9812-2b936e209016","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml","artifactChecksum":"MzVhODFhMDM4NjEzNzZjOGU5ODg4YWQ3MGRjYzcxYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18bdeb9b-260c-4da9-bfdb-6c0e827d2b65","artifactVersion":"1"},{"artifactName":"service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar","artifactChecksum":"Mzk2ODY3YzEwMjEwMmIxZWJmM2MwMWEwY2FkYWE5ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65c15e4b-24e6-43cb-b010-2275523d9a68","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T02:10:26.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:26.701Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:10:26.701Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:10:26.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "dcae-sch", "timestamp": 1619834976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.701Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "clamp", "timestamp": 1619834978793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834982950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "ves-openapi-manager", "timestamp": 1619834977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "policy-id", "timestamp": 1619834979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.702Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.702Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-k8s-id", "timestamp": 1619834986177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "cds", "timestamp": 1619834986788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834982950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "dcae-sch", "timestamp": 1619834976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "clamp", "timestamp": 1619834978793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "ves-openapi-manager", "timestamp": 1619834977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "policy-id", "timestamp": 1619834979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-k8s-id", "timestamp": 1619834986177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "cds", "timestamp": 1619834986788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834982950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "dcae-sch", "timestamp": 1619834976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "ves-openapi-manager", "timestamp": 1619834977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "clamp", "timestamp": 1619834978793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "policy-id", "timestamp": 1619834979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "aai-ml", "timestamp": 1619834988185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-k8s-id", "timestamp": 1619834986177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "cds", "timestamp": 1619834986788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "dcae-sch", "timestamp": 1619834976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834982950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "clamp", "timestamp": 1619834978793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "ves-openapi-manager", "timestamp": 1619834977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "policy-id", "timestamp": 1619834979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "aai-ml", "timestamp": 1619834988185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-k8s-id", "timestamp": 1619834986177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "cds", "timestamp": 1619834986788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834982950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "dcae-sch", "timestamp": 1619834976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "clamp", "timestamp": 1619834978793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "ves-openapi-manager", "timestamp": 1619834977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "policy-id", "timestamp": 1619834979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "aai-ml", "timestamp": 1619834988185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-k8s-id", "timestamp": 1619834986177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "cds", "timestamp": 1619834986788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834982950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "dcae-sch", "timestamp": 1619834976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "clamp", "timestamp": 1619834978793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "ves-openapi-manager", "timestamp": 1619834977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "policy-id", "timestamp": 1619834979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "aai-ml", "timestamp": 1619834988185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-k8s-id", "timestamp": 1619834986177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "cds", "timestamp": 1619834986788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "dcae-sch", "timestamp": 1619834976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "clamp", "timestamp": 1619834978793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "ves-openapi-manager", "timestamp": 1619834977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834982950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "policy-id", "timestamp": 1619834979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "aai-ml", "timestamp": 1619834988185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-k8s-id", "timestamp": 1619834986177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "cds", "timestamp": 1619834986788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "dcae-sch", "timestamp": 1619834976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-starlingx-id", "timestamp": 1619834982950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "clamp", "timestamp": 1619834978793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "ves-openapi-manager", "timestamp": 1619834977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "policy-id", "timestamp": 1619834979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "aai-ml", "timestamp": 1619834988185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-k8s-id", "timestamp": 1619834986177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "cds", "timestamp": 1619834986788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "aai-ml", "timestamp": 1619834988185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "policy-id", "timestamp": 1619834995089, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "ves-openapi-manager", "timestamp": 1619834995188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-windriver-id", "timestamp": 1619834995032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "aai-ml", "timestamp": 1619834988185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "cds", "timestamp": 1619834996003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "policy-id", "timestamp": 1619834996092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:10:26.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:10:26.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "ves-openapi-manager", "timestamp": 1619834996204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-01T02:10:26.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:10:26.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-windriver-id", "timestamp": 1619834995032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "cds", "timestamp": 1619834997007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-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-05-01T02:10:26.722Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6227697-0d74-4730-bf74-c16ce3d24e94 2021-05-01T02:10:26.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6227697-0d74-4730-bf74-c16ce3d24e94 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-05-01T02:10:26.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "policy-id", "timestamp": 1619834997094, "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-05-01T02:10:26.730Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6227697-0d74-4730-bf74-c16ce3d24e94 2021-05-01T02:10:26.730Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6227697-0d74-4730-bf74-c16ce3d24e94 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-05-01T02:10:26.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "ves-openapi-manager", "timestamp": 1619834997206, "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-05-01T02:10:26.737Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c6227697-0d74-4730-bf74-c16ce3d24e94 2021-05-01T02:10:26.737Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6227697-0d74-4730-bf74-c16ce3d24e94 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-05-01T02:10:26.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-windriver-id", "timestamp": 1619834995032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "aai-ml", "timestamp": 1619834997889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:10:26.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:10:26.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-windriver-id", "timestamp": 1619834995032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-windriver-id", "timestamp": 1619834995032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "clamp", "timestamp": 1619834999892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-windriver-id", "timestamp": 1619834995032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "clamp", "timestamp": 1619835000905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "aai-ml", "timestamp": 1619835001551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-windriver-id", "timestamp": 1619834995032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "clamp", "timestamp": 1619835001908, "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-05-01T02:10:26.746Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c6227697-0d74-4730-bf74-c16ce3d24e94 2021-05-01T02:10:26.746Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6227697-0d74-4730-bf74-c16ce3d24e94 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-05-01T02:10:26.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "aai-ml", "timestamp": 1619835002553, "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-05-01T02:10:26.752Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6227697-0d74-4730-bf74-c16ce3d24e94 2021-05-01T02:10:26.753Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6227697-0d74-4730-bf74-c16ce3d24e94 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-05-01T02:10:26.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "multicloud-windriver-id", "timestamp": 1619834995032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835005618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835005618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835005618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835005618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835005618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835005618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835005618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835005618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835014788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835016497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:10:26.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835017500, "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-05-01T02:10:26.762Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6227697-0d74-4730-bf74-c16ce3d24e94 2021-05-01T02:10:26.762Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6227697-0d74-4730-bf74-c16ce3d24e94 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-05-01T02:10:26.802Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:10:26.803Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:10:26.803Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:10:26.814Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:26.814Z||pool-167-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T02:10:27.703Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:10:27.703Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:10:27.704Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:10:27.704Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:27.805Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T02:10:27.805Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:10:27.805Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:10:27.816Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:27.816Z||pool-168-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:10:28.705Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:10:28.705Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:10:28.707Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:10:28.707Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:28.807Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:10:28.808Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:10:28.808Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:10:28.818Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:28.818Z||pool-169-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:10:29.707Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:10:29.707Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:10:29.709Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:10:29.709Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:29.809Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:10:29.810Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:10:29.810Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:10:29.819Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:29.819Z||pool-170-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:10:30.710Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:10:30.710Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:10:30.712Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:10:30.712Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:30.812Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:10:30.813Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:10:30.813Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:10:30.825Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:30.826Z||pool-171-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:10:31.712Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:10:31.713Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:10:31.714Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:10:31.714Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:31.815Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:10:31.815Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:10:31.815Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:10:31.826Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:31.826Z||pool-172-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T02:10:32.715Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:10:32.715Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:10:32.716Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:10:32.716Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:10:32.817Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T02:10:32.817Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:10:32.817Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:10:32.826Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:32.826Z||pool-173-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:10:33.717Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:10:33.717Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:10:33.719Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:10:33.719Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:10:33.819Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:10:33.819Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:10:33.819Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:10:33.829Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:33.829Z||pool-174-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:10:34.720Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "serviceName": "Demo_pNF_aSxyMVTxQKzvHiGfVdNi", "serviceVersion": "1.0", "serviceUUID": "0b3765b7-f3bc-4b63-817b-40e3172b2f94", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a57a0c18-507d-4e90-9a6d-603d01c33219", "resources": [ { "resourceInstanceName": "pNF 1165cb2d-f013 0", "resourceCustomizationUUID": "50b1e886-22b4-41b1-a0ce-b636b3823acb", "resourceName": "pNF 1165cb2d-f013", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6c1c3745-f179-40f7-8da9-5ddbf0168e34", "resourceInvariantUUID": "af850630-3528-4c50-9b33-1f01435b4e53", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "artifactChecksum": "Mzk2ODY3YzEwMjEwMmIxZWJmM2MwMWEwY2FkYWE5ODY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65c15e4b-24e6-43cb-b010-2275523d9a68" } ], "workloadContext": "Production" } 2021-05-01T02:10:34.720Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T02:10:34.720Z|914a42a2-171c-422b-9942-645f230bbbdc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b3765b7-f3bc-4b63-817b-40e3172b2f94 ASDC 2021-05-01T02:10:34.720Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c6227697-0d74-4730-bf74-c16ce3d24e94 ServiceName:Demo_pNF_aSxyMVTxQKzvHiGfVdNi ServiceVersion:1.0 ServiceUUID:0b3765b7-f3bc-4b63-817b-40e3172b2f94 ServiceInvariantUUID:a57a0c18-507d-4e90-9a6d-603d01c33219 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar ArtifactUUID:65c15e4b-24e6-43cb-b010-2275523d9a68 ArtifactChecksum:Mzk2ODY3YzEwMjEwMmIxZWJmM2MwMWEwY2FkYWE5ODY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 1165cb2d-f013 0 ResourceCustomizationUUID:50b1e886-22b4-41b1-a0ce-b636b3823acb ResourceInvariantUUID:af850630-3528-4c50-9b33-1f01435b4e53 ResourceName:pNF 1165cb2d-f013 ResourceType:PNF ResourceUUID:6c1c3745-f179-40f7-8da9-5ddbf0168e34 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-01T02:10:34.720Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b3765b7-f3bc-4b63-817b-40e3172b2f94 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-05-01T02:10:34.736Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T02:10:34.737Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T02:10:34.737Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T02:10:34.737Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 65c15e4b-24e6-43cb-b010-2275523d9a68 from URL: /sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:34.737Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T02:10:34.737Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:35.094Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T02:10:35.097Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 65c15e4b-24e6-43cb-b010-2275523d9a68 83326 2021-05-01T02:10:35.097Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar ASDC sendASDCNotification 2021-05-01T02:10:35.097Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:35.097Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T02:10:35.098Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:10:35.099Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:10:35.099Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835035097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:10:35.199Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:10:35.200Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:10:35.200Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:10:35.211Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:35.211Z||pool-175-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:10:36.100Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T02:10:36.101Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T02:10:36.101Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 65c15e4b-24e6-43cb-b010-2275523d9a68, URL: /sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar to file: /app/ASDC/1/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.101Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.102Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.102Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.177Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8709504619769023667/Definitions/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml 2021-05-01T02:10:36.714Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T02:10:36.714Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T02:10:36.714Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1165cb2d-f013 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-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||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-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||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-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||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-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||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-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1165cb2d-f013 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||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-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aSxyMVTxQKzvHiGfVdNi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:10:36.715Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Node template pNF 1165cb2d-f013 0 is matching search criteria 2021-05-01T02:10:36.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T02:10:36.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 1165cb2d-f013 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T02:10:36.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:10:36.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aSxyMVTxQKzvHiGfVdNi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:10:36.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Node template pNF 1165cb2d-f013 0 is matching search criteria 2021-05-01T02:10:36.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T02:10:36.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 1165cb2d-f013 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T02:10:36.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:10:36.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aSxyMVTxQKzvHiGfVdNi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:10:36.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:10:36.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aSxyMVTxQKzvHiGfVdNi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:10:36.717Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:10:36.717Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aSxyMVTxQKzvHiGfVdNi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:10:36.717Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:10:36.717Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aSxyMVTxQKzvHiGfVdNi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:10:36.717Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:10:36.717Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aSxyMVTxQKzvHiGfVdNi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:10:36.717Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_aSxyMVTxQKzvHiGfVdNi Description:catalog service description Model UUID:0b3765b7-f3bc-4b63-817b-40e3172b2f94 Model Version:NULL Model InvariantUuid:a57a0c18-507d-4e90-9a6d-603d01c33219 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-05-01T02:10:36.722Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6c1c3745-f179-40f7-8da9-5ddbf0168e34 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-05-01T02:10:36.725Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||pNF 1165cb2d-f013 0 2021-05-01T02:10:36.725Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6c1c3745-f179-40f7-8da9-5ddbf0168e34 2021-05-01T02:10:36.725Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 0b3765b7-f3bc-4b63-817b-40e3172b2f94 2021-05-01T02:10:36.725Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0b3765b7-f3bc-4b63-817b-40e3172b2f94 2021-05-01T02:10:36.725Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1165cb2d-f013 0 6c1c3745-f179-40f7-8da9-5ddbf0168e34 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-05-01T02:10:36.728Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:10:36.728Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aSxyMVTxQKzvHiGfVdNi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:10:36.728Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0b3765b7-f3bc-4b63-817b-40e3172b2f94: pNF 1165cb2d-f013 2021-05-01T02:10:36.728Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||Processing PNF resource: 6c1c3745-f179-40f7-8da9-5ddbf0168e34 2021-05-01T02:10:36.728Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:10:36.728Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aSxyMVTxQKzvHiGfVdNi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:10:36.728Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||Resource customization UUID: 50b1e886-22b4-41b1-a0ce-b636b3823acb is the same as notified resource customizationUUID: 50b1e886-22b4-41b1-a0ce-b636b3823acb 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-05-01T02:10:36.751Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1165cb2d-f013 6c1c3745-f179-40f7-8da9-5ddbf0168e34 0 ASDC deployResourceStructure 2021-05-01T02:10:36.752Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar ASDC sendASDCNotification 2021-05-01T02:10:36.752Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar 2021-05-01T02:10:36.752Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T02:10:36.752Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:10:36.753Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:10:36.753Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835036752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:10:36.854Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T02:10:36.854Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:10:36.854Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:10:36.871Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:10:36.874Z||pool-176-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:10:37.754Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6227697-0d74-4730-bf74-c16ce3d24e94 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-05-01T02:10:37.761Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6227697-0d74-4730-bf74-c16ce3d24e94 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-05-01T02:10:37.763Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:10:37.763Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T02:10:37.763Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T02:10:37.763Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T02:10:37.763Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:10:37.763Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:10:37.763Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:10:37.763Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:10:37.763Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:10:37.763Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:10:37.764Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:10:37.764Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||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-05-01T02:10:37.767Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T02:11:07.767Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6227697-0d74-4730-bf74-c16ce3d24e94 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-05-01T02:11:07.771Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6227697-0d74-4730-bf74-c16ce3d24e94 and serviceModelVersionId: 0b3765b7-f3bc-4b63-817b-40e3172b2f94 2021-05-01T02:11:07.771Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a57a0c18-507d-4e90-9a6d-603d01c33219 2021-05-01T02:11:07.772Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a57a0c18-507d-4e90-9a6d-603d01c33219/model-vers/model-ver/0b3765b7-f3bc-4b63-817b-40e3172b2f94?depth=0 2021-05-01T02:11:07.775Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T02:11:07.797Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57a0c18-507d-4e90-9a6d-603d01c33219/model-vers/model-ver/0b3765b7-f3bc-4b63-817b-40e3172b2f94?depth=0|INFO|500||Invoke 2021-05-01T02:11:07.798Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57a0c18-507d-4e90-9a6d-603d01c33219/model-vers/model-ver/0b3765b7-f3bc-4b63-817b-40e3172b2f94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57a0c18-507d-4e90-9a6d-603d01c33219/model-vers/model-ver/0b3765b7-f3bc-4b63-817b-40e3172b2f94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c6227697-0d74-4730-bf74-c16ce3d24e94], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06e1f2f7-48f0-4bbc-8b88-577de76b5ac6], X-ECOMP-RequestID=[c6227697-0d74-4730-bf74-c16ce3d24e94], X-TransactionId=[], X-ONAP-RequestID=[c6227697-0d74-4730-bf74-c16ce3d24e94], Content-Type=[application/merge-patch+json]} 2021-05-01T02:11:07.813Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57a0c18-507d-4e90-9a6d-603d01c33219/model-vers/model-ver/0b3765b7-f3bc-4b63-817b-40e3172b2f94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T02:11:07.877Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57a0c18-507d-4e90-9a6d-603d01c33219/model-vers/model-ver/0b3765b7-f3bc-4b63-817b-40e3172b2f94?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/a57a0c18-507d-4e90-9a6d-603d01c33219/model-vers/model-ver/0b3765b7-f3bc-4b63-817b-40e3172b2f94?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210501-02:11:07:819-45989], vertex-id=[262216], Content-Length=[0], Date=[Sat, 01 May 2021 02:11:07 GMT], Content-Type=[application/json]} 2021-05-01T02:11:07.877Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57a0c18-507d-4e90-9a6d-603d01c33219/model-vers/model-ver/0b3765b7-f3bc-4b63-817b-40e3172b2f94?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T02:11:07.877Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a57a0c18-507d-4e90-9a6d-603d01c33219/model-vers/model-ver/0b3765b7-f3bc-4b63-817b-40e3172b2f94?depth=0|INFO|500||InvokeReturn 2021-05-01T02:11:07.878Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T02:11:07.878Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||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-05-01T02:11:07.881Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||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-05-01T02:11:07.881Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6227697-0d74-4730-bf74-c16ce3d24e94 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T02:11:07.881Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T02:11:07.881Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:11:07.883Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:11:07.883Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835067881, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T02:11:07.983Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:11:07.983Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:11:07.984Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:11:07.996Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:11:07.997Z||pool-177-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-05-01T02:11:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:11:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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-05-01T02:11:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:11:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:11:26.072Z||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-05-01T02:11:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:11:26.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:11:26.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:11:26.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:11:26.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:11:35.634Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:12:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:12:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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-05-01T02:12:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:12:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:12:26.072Z||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-05-01T02:12:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:12:26.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:12:26.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:12:26.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/resourceInstances/pnf1165cb2df0130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:12:26.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:12:26.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835026070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:12:26.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-01T02:12:26.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:12:26.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835035097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:12:26.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:12:26.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:12:26.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835036752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAsxymvtxqkzvhigfvdni/1.0/artifacts/service-DemoPnfAsxymvtxqkzvhigfvdni-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:12:26.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:12:26.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T02:12:26.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6227697-0d74-4730-bf74-c16ce3d24e94", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835067881, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T02:12:26.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:12:35.624Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:13:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:13:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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-05-01T02:13:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:13:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:13:26.071Z||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-05-01T02:13:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:13:35.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:13:35.621Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:14:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:14:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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-05-01T02:14:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:14:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:14:26.072Z||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-05-01T02:14:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:14:35.613Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:14:35.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:15:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:15:26.071Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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-05-01T02:15:26.071Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:15:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:15:26.072Z||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-05-01T02:15:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:15:35.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:15:35.621Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:16:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:16:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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-05-01T02:16:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:16:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:16:26.072Z||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-05-01T02:16:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:16:35.612Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:16:35.626Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:17:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:17:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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-05-01T02:17:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:17:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:17:26.072Z||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-05-01T02:17:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:17:35.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:17:35.621Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:18:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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-05-01T02:18:26.070Z|c6227697-0d74-4730-bf74-c16ce3d24e94|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:18:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:18:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T02:18:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:18:26.700Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:26.701Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.701Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7459e15e-0088-4a4d-a07e-6db375eaea1b","serviceName":"Demo_pNF_Lf3rTGjd3i57ibmPWYv5","serviceVersion":"1.0","serviceUUID":"5e9f78f6-6bcb-4151-913a-bcefb48f3fb6","serviceDescription":"catalog service description","serviceInvariantUUID":"b68e47be-a4ce-459c-9685-680d6bfdf969","resources":[{"resourceInstanceName":"pNF 515c3fa7-6faa 0","resourceName":"pNF 515c3fa7-6faa","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2e7f1a0b-6254-41be-ae41-329c663e2c7c","resourceInvariantUUID":"f542846e-ef6d-4be7-8a9b-e43958f1c789","resourceCustomizationUUID":"a85db347-6fe5-406e-b97a-606b37b3aa48","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml","artifactChecksum":"OTA0MzNlMGNhOWY2MWYzYTk3NzI5ZWI4ZDVhOTJkZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f6d8d5f-4a9b-4634-89b1-4264e29bd2db","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar","artifactChecksum":"ZmI2N2RjMDNhYTJjNWI4YjBkZjEwNjIyMmU4N2FmMTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da7b3091-fbc1-4fa2-a81b-c9e954daea7a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"94e0d5a4-fffb-4a2f-a205-f2c78a0c321d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml","artifactChecksum":"OTBmMmZlZjYyZGUzZTdiMDA0MDJlYmU1YjdlOGM1YmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5b4e924e-7954-4b63-a7bb-0a7f8e46b536","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb6dfc5a-4926-4d85-b8f3-b8c6f3ca46e6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d9920600-8144-49e7-b6e8-2a66e4f8dfad","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml","artifactChecksum":"ZWJiZDc2YmViZDU2NDZhZTI4MzY5Mzk4M2NjMmRlNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95d2e258-2243-4dde-95f5-02d68c130b4f","artifactVersion":"1"},{"artifactName":"service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar","artifactChecksum":"YjgxNTk1OGNjN2MwNDZiZTIyNjNiODJmZTJjYmFiM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84017ddf-f6c9-47bc-8cc6-bb8157d12357","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T02:18:26.702Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:18:26.702Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:18:26.702Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:26.703Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:18:26.703Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.704Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.704Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-windriver-id", "timestamp": 1619835455032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.705Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.705Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.705Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "clamp", "timestamp": 1619835458793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.705Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.705Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.705Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "dcae-sch", "timestamp": 1619835456885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.705Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.705Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.705Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835455618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.706Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.706Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.706Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "policy-id", "timestamp": 1619835459693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.706Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.706Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.706Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "ves-openapi-manager", "timestamp": 1619835457489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.706Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.706Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.706Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835462950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.706Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.706Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.707Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "clamp", "timestamp": 1619835458793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.707Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.707Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.707Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "dcae-sch", "timestamp": 1619835456885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.707Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.707Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.707Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-windriver-id", "timestamp": 1619835455032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.707Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.707Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.707Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835455618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.707Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "ves-openapi-manager", "timestamp": 1619835457489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "policy-id", "timestamp": 1619835459693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835462950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "clamp", "timestamp": 1619835458793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.708Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-windriver-id", "timestamp": 1619835455032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "dcae-sch", "timestamp": 1619835456885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835455618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "policy-id", "timestamp": 1619835459693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "ves-openapi-manager", "timestamp": 1619835457489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835462950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "clamp", "timestamp": 1619835458793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.709Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-windriver-id", "timestamp": 1619835455032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "dcae-sch", "timestamp": 1619835456885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835455618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "policy-id", "timestamp": 1619835459693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "ves-openapi-manager", "timestamp": 1619835457489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835462950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1619835466177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.710Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "clamp", "timestamp": 1619835458793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "dcae-sch", "timestamp": 1619835456885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-windriver-id", "timestamp": 1619835455032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835455618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "policy-id", "timestamp": 1619835459693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "ves-openapi-manager", "timestamp": 1619835457489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.711Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "cds", "timestamp": 1619835466788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835462950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1619835466177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "clamp", "timestamp": 1619835458793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-windriver-id", "timestamp": 1619835455032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "dcae-sch", "timestamp": 1619835456885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835455618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.712Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "policy-id", "timestamp": 1619835459693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "ves-openapi-manager", "timestamp": 1619835457489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "cds", "timestamp": 1619835466788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835462950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "aai-ml", "timestamp": 1619835468185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1619835466177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "clamp", "timestamp": 1619835458793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.713Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-windriver-id", "timestamp": 1619835455032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "dcae-sch", "timestamp": 1619835456885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "policy-id", "timestamp": 1619835459693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835455618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "ves-openapi-manager", "timestamp": 1619835457489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "cds", "timestamp": 1619835466788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.714Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835462950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "aai-ml", "timestamp": 1619835468185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1619835466177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "dcae-sch", "timestamp": 1619835456885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-windriver-id", "timestamp": 1619835455032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "clamp", "timestamp": 1619835458793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835455618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.715Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "policy-id", "timestamp": 1619835459693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "ves-openapi-manager", "timestamp": 1619835457489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "cds", "timestamp": 1619835466788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835462950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "aai-ml", "timestamp": 1619835468185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1619835466177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "cds", "timestamp": 1619835466788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.716Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "aai-ml", "timestamp": 1619835468185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1619835466177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "policy-id", "timestamp": 1619835472284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "cds", "timestamp": 1619835466788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835472559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "ves-openapi-manager", "timestamp": 1619835472742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "aai-ml", "timestamp": 1619835468185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.717Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1619835466177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "policy-id", "timestamp": 1619835473287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "cds", "timestamp": 1619835466788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "ves-openapi-manager", "timestamp": 1619835473754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "aai-ml", "timestamp": 1619835468185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1619835466177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835474263, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:18:26.718Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.719Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "policy-id", "timestamp": 1619835474288, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-01T02:18:26.730Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7459e15e-0088-4a4d-a07e-6db375eaea1b 2021-05-01T02:18:26.731Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7459e15e-0088-4a4d-a07e-6db375eaea1b 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-05-01T02:18:26.737Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.737Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "cds", "timestamp": 1619835466788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:18:26.738Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.738Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.738Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "ves-openapi-manager", "timestamp": 1619835474757, "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-05-01T02:18:26.741Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7459e15e-0088-4a4d-a07e-6db375eaea1b 2021-05-01T02:18:26.741Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7459e15e-0088-4a4d-a07e-6db375eaea1b 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-05-01T02:18:26.746Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.747Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "aai-ml", "timestamp": 1619835468185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:26.747Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.747Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.747Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835475266, "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-05-01T02:18:26.751Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7459e15e-0088-4a4d-a07e-6db375eaea1b 2021-05-01T02:18:26.751Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7459e15e-0088-4a4d-a07e-6db375eaea1b 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-05-01T02:18:26.756Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.756Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "clamp", "timestamp": 1619835475606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:18:26.757Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:18:26.757Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.757Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "aai-ml", "timestamp": 1619835468185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:18:26.757Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T02:18:26.757Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.757Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "cds", "timestamp": 1619835476000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:18:26.757Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:18:26.757Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.757Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "clamp", "timestamp": 1619835476620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:18:26.757Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:18:26.757Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.757Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "cds", "timestamp": 1619835477003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-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-05-01T02:18:26.760Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7459e15e-0088-4a4d-a07e-6db375eaea1b 2021-05-01T02:18:26.761Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7459e15e-0088-4a4d-a07e-6db375eaea1b 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-05-01T02:18:26.766Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.766Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "aai-ml", "timestamp": 1619835477601, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:18:26.766Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:18:26.766Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.766Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "clamp", "timestamp": 1619835477624, "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-05-01T02:18:26.770Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7459e15e-0088-4a4d-a07e-6db375eaea1b 2021-05-01T02:18:26.770Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7459e15e-0088-4a4d-a07e-6db375eaea1b 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-05-01T02:18:26.775Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.775Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "aai-ml", "timestamp": 1619835481517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:18:26.775Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:18:26.775Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T02:18:26.775Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "aai-ml", "timestamp": 1619835482520, "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-05-01T02:18:26.778Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7459e15e-0088-4a4d-a07e-6db375eaea1b 2021-05-01T02:18:26.778Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7459e15e-0088-4a4d-a07e-6db375eaea1b 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-05-01T02:18:26.804Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T02:18:26.804Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:18:26.804Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:18:26.815Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:26.815Z||pool-178-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:18:27.704Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:18:27.704Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:18:27.706Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:18:27.706Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:27.806Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:18:27.807Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:18:27.807Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:18:27.817Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:27.818Z||pool-179-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T02:18:28.706Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:18:28.707Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:18:28.708Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:18:28.709Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:28.809Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:18:28.809Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:18:28.810Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:18:28.821Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:28.822Z||pool-180-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:18:29.709Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:18:29.710Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:18:29.711Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:18:29.711Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:29.811Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:18:29.812Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:18:29.812Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:18:29.822Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:29.822Z||pool-181-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:18:30.712Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:18:30.712Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:18:30.713Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:18:30.713Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:30.814Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:18:30.814Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:18:30.814Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:18:30.825Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:30.825Z||pool-182-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:18:31.714Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:18:31.714Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:18:31.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:18:31.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:31.816Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:18:31.817Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:18:31.817Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:18:31.827Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:31.827Z||pool-183-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:18:32.716Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:18:32.717Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:18:32.719Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:18:32.719Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:18:32.819Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:18:32.820Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:18:32.820Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:18:32.830Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:32.830Z||pool-184-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:18:33.719Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:18:33.720Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:18:33.721Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:18:33.721Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:18:33.822Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T02:18:33.822Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:18:33.822Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:18:33.832Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:33.832Z||pool-185-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:18:34.722Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "serviceName": "Demo_pNF_Lf3rTGjd3i57ibmPWYv5", "serviceVersion": "1.0", "serviceUUID": "5e9f78f6-6bcb-4151-913a-bcefb48f3fb6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b68e47be-a4ce-459c-9685-680d6bfdf969", "resources": [ { "resourceInstanceName": "pNF 515c3fa7-6faa 0", "resourceCustomizationUUID": "a85db347-6fe5-406e-b97a-606b37b3aa48", "resourceName": "pNF 515c3fa7-6faa", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2e7f1a0b-6254-41be-ae41-329c663e2c7c", "resourceInvariantUUID": "f542846e-ef6d-4be7-8a9b-e43958f1c789", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "artifactChecksum": "YjgxNTk1OGNjN2MwNDZiZTIyNjNiODJmZTJjYmFiM2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "84017ddf-f6c9-47bc-8cc6-bb8157d12357" } ], "workloadContext": "Production" } 2021-05-01T02:18:34.722Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T02:18:34.722Z|c6227697-0d74-4730-bf74-c16ce3d24e94|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5e9f78f6-6bcb-4151-913a-bcefb48f3fb6 ASDC 2021-05-01T02:18:34.723Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:7459e15e-0088-4a4d-a07e-6db375eaea1b ServiceName:Demo_pNF_Lf3rTGjd3i57ibmPWYv5 ServiceVersion:1.0 ServiceUUID:5e9f78f6-6bcb-4151-913a-bcefb48f3fb6 ServiceInvariantUUID:b68e47be-a4ce-459c-9685-680d6bfdf969 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar ArtifactUUID:84017ddf-f6c9-47bc-8cc6-bb8157d12357 ArtifactChecksum:YjgxNTk1OGNjN2MwNDZiZTIyNjNiODJmZTJjYmFiM2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 515c3fa7-6faa 0 ResourceCustomizationUUID:a85db347-6fe5-406e-b97a-606b37b3aa48 ResourceInvariantUUID:f542846e-ef6d-4be7-8a9b-e43958f1c789 ResourceName:pNF 515c3fa7-6faa ResourceType:PNF ResourceUUID:2e7f1a0b-6254-41be-ae41-329c663e2c7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-01T02:18:34.723Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e9f78f6-6bcb-4151-913a-bcefb48f3fb6 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-05-01T02:18:34.741Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T02:18:34.741Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T02:18:34.741Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T02:18:34.741Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 84017ddf-f6c9-47bc-8cc6-bb8157d12357 from URL: /sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:34.741Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T02:18:34.741Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:35.190Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T02:18:35.193Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 84017ddf-f6c9-47bc-8cc6-bb8157d12357 83313 2021-05-01T02:18:35.193Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar ASDC sendASDCNotification 2021-05-01T02:18:35.193Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:35.193Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T02:18:35.194Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:18:35.195Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:18:35.195Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835515193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:18:35.295Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:18:35.296Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:18:35.296Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:18:35.306Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:35.307Z||pool-186-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:18:36.195Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T02:18:36.196Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T02:18:36.197Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 84017ddf-f6c9-47bc-8cc6-bb8157d12357, URL: /sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar to file: /app/ASDC/1/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.197Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.197Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.197Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.275Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18143272833490424400/Definitions/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml 2021-05-01T02:18:36.831Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T02:18:36.831Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 515c3fa7-6faa 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||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-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||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-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||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-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||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-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 515c3fa7-6faa 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-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||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-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Lf3rTGjd3i57ibmPWYv5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Node template pNF 515c3fa7-6faa 0 is matching search criteria 2021-05-01T02:18:36.832Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 515c3fa7-6faa 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Lf3rTGjd3i57ibmPWYv5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Node template pNF 515c3fa7-6faa 0 is matching search criteria 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 515c3fa7-6faa 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Lf3rTGjd3i57ibmPWYv5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Lf3rTGjd3i57ibmPWYv5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Lf3rTGjd3i57ibmPWYv5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:18:36.833Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Lf3rTGjd3i57ibmPWYv5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:18:36.834Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:18:36.834Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Lf3rTGjd3i57ibmPWYv5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:18:36.834Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Lf3rTGjd3i57ibmPWYv5 Description:catalog service description Model UUID:5e9f78f6-6bcb-4151-913a-bcefb48f3fb6 Model Version:NULL Model InvariantUuid:b68e47be-a4ce-459c-9685-680d6bfdf969 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-05-01T02:18:36.837Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2e7f1a0b-6254-41be-ae41-329c663e2c7c 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-05-01T02:18:36.839Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||pNF 515c3fa7-6faa 0 2021-05-01T02:18:36.839Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2e7f1a0b-6254-41be-ae41-329c663e2c7c 2021-05-01T02:18:36.839Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 5e9f78f6-6bcb-4151-913a-bcefb48f3fb6 2021-05-01T02:18:36.839Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5e9f78f6-6bcb-4151-913a-bcefb48f3fb6 2021-05-01T02:18:36.839Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 515c3fa7-6faa 0 2e7f1a0b-6254-41be-ae41-329c663e2c7c 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-05-01T02:18:36.842Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:18:36.842Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Lf3rTGjd3i57ibmPWYv5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:18:36.842Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5e9f78f6-6bcb-4151-913a-bcefb48f3fb6: pNF 515c3fa7-6faa 2021-05-01T02:18:36.842Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||Processing PNF resource: 2e7f1a0b-6254-41be-ae41-329c663e2c7c 2021-05-01T02:18:36.842Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:18:36.842Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Lf3rTGjd3i57ibmPWYv5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:18:36.842Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||Resource customization UUID: a85db347-6fe5-406e-b97a-606b37b3aa48 is the same as notified resource customizationUUID: a85db347-6fe5-406e-b97a-606b37b3aa48 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-05-01T02:18:36.865Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 515c3fa7-6faa 2e7f1a0b-6254-41be-ae41-329c663e2c7c 0 ASDC deployResourceStructure 2021-05-01T02:18:36.865Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar ASDC sendASDCNotification 2021-05-01T02:18:36.865Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar 2021-05-01T02:18:36.865Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T02:18:36.866Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:18:36.867Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:18:36.867Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835516865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:18:36.967Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:18:36.968Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:18:36.968Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:18:36.979Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:18:36.979Z||pool-187-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:18:37.868Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7459e15e-0088-4a4d-a07e-6db375eaea1b 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-05-01T02:18:37.873Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7459e15e-0088-4a4d-a07e-6db375eaea1b 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-05-01T02:18:37.874Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:18:37.875Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T02:18:37.875Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T02:18:37.875Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T02:18:37.875Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:18:37.875Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:18:37.875Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:18:37.875Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:18:37.875Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:18:37.875Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:18:37.875Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:18:37.876Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||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-05-01T02:18:37.878Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T02:19:07.878Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7459e15e-0088-4a4d-a07e-6db375eaea1b 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-05-01T02:19:07.882Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7459e15e-0088-4a4d-a07e-6db375eaea1b and serviceModelVersionId: 5e9f78f6-6bcb-4151-913a-bcefb48f3fb6 2021-05-01T02:19:07.882Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b68e47be-a4ce-459c-9685-680d6bfdf969 2021-05-01T02:19:07.883Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b68e47be-a4ce-459c-9685-680d6bfdf969/model-vers/model-ver/5e9f78f6-6bcb-4151-913a-bcefb48f3fb6?depth=0 2021-05-01T02:19:07.887Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T02:19:07.905Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b68e47be-a4ce-459c-9685-680d6bfdf969/model-vers/model-ver/5e9f78f6-6bcb-4151-913a-bcefb48f3fb6?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-05-01T02:19:07.905Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b68e47be-a4ce-459c-9685-680d6bfdf969/model-vers/model-ver/5e9f78f6-6bcb-4151-913a-bcefb48f3fb6?depth=0|INFO|500||Invoke 2021-05-01T02:19:07.920Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b68e47be-a4ce-459c-9685-680d6bfdf969/model-vers/model-ver/5e9f78f6-6bcb-4151-913a-bcefb48f3fb6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T02:19:07.989Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b68e47be-a4ce-459c-9685-680d6bfdf969/model-vers/model-ver/5e9f78f6-6bcb-4151-913a-bcefb48f3fb6?depth=0|INFO|500||InvokeReturn 2021-05-01T02:19:07.990Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b68e47be-a4ce-459c-9685-680d6bfdf969/model-vers/model-ver/5e9f78f6-6bcb-4151-913a-bcefb48f3fb6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-02:19:07:925-88542], vertex-id=[270456], Content-Length=[0], Date=[Sat, 01 May 2021 02:19:07 GMT], Content-Type=[application/json]} 2021-05-01T02:19:07.990Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-05-01T02:19:07.990Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T02:19:07.990Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||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-05-01T02:19:07.994Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||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-05-01T02:19:07.994Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7459e15e-0088-4a4d-a07e-6db375eaea1b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T02:19:07.994Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T02:19:07.994Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:19:07.996Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:19:07.996Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835547994, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T02:19:08.096Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:19:08.096Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:19:08.096Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:19:08.109Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:19:08.109Z||pool-188-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-05-01T02:19:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:19:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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-05-01T02:19:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:19:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:19:26.072Z||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-05-01T02:19:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:19:26.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:19:26.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T02:19:26.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:19:26.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T02:19:35.611Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:20:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:20:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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-05-01T02:20:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:20:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:20:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T02:20:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:20:26.587Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:20:26.587Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:20:26.587Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/resourceInstances/pnf515c3fa76faa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:20:26.588Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835506070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835515193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835516865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLf3rtgjd3i57ibmpwyv5/1.0/artifacts/service-DemoPnfLf3rtgjd3i57ibmpwyv5-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7459e15e-0088-4a4d-a07e-6db375eaea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835547994, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T02:20:26.589Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:20:35.613Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:21:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:21:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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-05-01T02:21:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:21:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:21:26.072Z||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-05-01T02:21:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:21:35.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:21:35.623Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:22:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:22:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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-05-01T02:22:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:22:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:22:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T02:22:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:22:35.612Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:22:35.620Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:23:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:23:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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-05-01T02:23:26.071Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:23:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:23:26.071Z||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-05-01T02:23:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:23:35.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:23:35.617Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:24:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:24:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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-05-01T02:24:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:24:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:24:26.072Z||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-05-01T02:24:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:24:35.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:24:35.615Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:25:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:25:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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-05-01T02:25:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:25:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:25:26.072Z||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-05-01T02:25:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:25:35.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:25:35.617Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:26:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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-05-01T02:26:26.070Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:26:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:26:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T02:26:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:26:26.473Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:26.474Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.474Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "clamp", "timestamp": 1619835968793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.474Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.474Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.474Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835965618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.474Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619835966177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835962950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619835966177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835965618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "clamp", "timestamp": 1619835968793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835962950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619835966177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.475Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "clamp", "timestamp": 1619835968793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835965618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835962950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619835966177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "clamp", "timestamp": 1619835968793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835965618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835962950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619835975032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.476Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619835966177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835965618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "clamp", "timestamp": 1619835968793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835962950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619835975032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619835966177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "clamp", "timestamp": 1619835968793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.477Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835965618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835962950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "cds", "timestamp": 1619835976788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "dcae-sch", "timestamp": 1619835976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619835975032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619835966177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "clamp", "timestamp": 1619835968793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835965618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.478Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835962950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "ves-openapi-manager", "timestamp": 1619835977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "cds", "timestamp": 1619835976788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "dcae-sch", "timestamp": 1619835976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619835975032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "aai-ml", "timestamp": 1619835978185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "clamp", "timestamp": 1619835968793, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-k8s-id", "timestamp": 1619835966177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:26:26.479Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835965618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619835962950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "ves-openapi-manager", "timestamp": 1619835977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "cds", "timestamp": 1619835976788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "dcae-sch", "timestamp": 1619835976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619835975032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "aai-ml", "timestamp": 1619835978185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "ves-openapi-manager", "timestamp": 1619835977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.480Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "policy-id", "timestamp": 1619835979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "cds", "timestamp": 1619835976788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "dcae-sch", "timestamp": 1619835976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835980585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619835975032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "aai-ml", "timestamp": 1619835978185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "ves-openapi-manager", "timestamp": 1619835977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "policy-id", "timestamp": 1619835979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.481Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "cds", "timestamp": 1619835976788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "dcae-sch", "timestamp": 1619835976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619835975032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "aai-ml", "timestamp": 1619835978185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "ves-openapi-manager", "timestamp": 1619835977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835982346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "policy-id", "timestamp": 1619835979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.482Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "cds", "timestamp": 1619835976788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "dcae-sch", "timestamp": 1619835976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "multicloud-windriver-id", "timestamp": 1619835975032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "aai-ml", "timestamp": 1619835978185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "ves-openapi-manager", "timestamp": 1619835977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "policy-id", "timestamp": 1619835979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.483Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619835983349, "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=? 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-05-01T02:26:26.498Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3d2dcc9-0542-4b05-b50a-87dd4de170e6 2021-05-01T02:26:26.498Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:26:26.503Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.503Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "cds", "timestamp": 1619835976788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.503Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.503Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.503Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "dcae-sch", "timestamp": 1619835976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.503Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.503Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.503Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "aai-ml", "timestamp": 1619835978185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.503Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.503Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.503Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "ves-openapi-manager", "timestamp": 1619835977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "policy-id", "timestamp": 1619835979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "cds", "timestamp": 1619835976788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "dcae-sch", "timestamp": 1619835976885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "aai-ml", "timestamp": 1619835978185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "ves-openapi-manager", "timestamp": 1619835977489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "policy-id", "timestamp": 1619835979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "aai-ml", "timestamp": 1619835978185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:26:26.504Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:26:26.698Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:26.698Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T02:26:26.698Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3d2dcc9-0542-4b05-b50a-87dd4de170e6","serviceName":"Demo_pNF_b4QJ7uRdkuShXGTkdYzs","serviceVersion":"1.0","serviceUUID":"0f6ae5c6-f660-42b9-912a-0f988757402a","serviceDescription":"catalog service description","serviceInvariantUUID":"a4f425aa-03a3-47b0-ae31-ca797f5ebf2c","resources":[{"resourceInstanceName":"pNF 132ec73d-9045 0","resourceName":"pNF 132ec73d-9045","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c56bb0ce-3e9c-4462-84ec-6254babb50cb","resourceInvariantUUID":"44456a1d-dcd6-4c67-b783-42d8f79a16aa","resourceCustomizationUUID":"c6ee8642-47a2-4933-9e31-47c5641762ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml","artifactChecksum":"ZGEyNzFiYzAyZWJjOWI1YzNmZGM1ZTQ0MmI3OWU5NjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4df853ac-802f-40c0-975d-c3dc7f472686","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar","artifactChecksum":"ZmI2N2RjMDNhYTJjNWI4YjBkZjEwNjIyMmU4N2FmMTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"44836453-cb0e-4359-b2e0-4f3c8c2bf222","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41dcbb0a-e41c-491e-9d29-9577e9ad1936","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml","artifactChecksum":"ZGFhYzc1OTBmZTkwM2M1MDZmYjVmOTJhZGEyN2JjYTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1d9dfd2-96e4-4094-9536-a0df79861b11","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ffbbc38-5635-49a0-a798-ef6590600338","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6b88319-5b38-47ec-9b1a-05b78b634888","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml","artifactChecksum":"ZGQwNGI3ZDAxOTg0ZDM1NTE0NDIyNjFlN2RiZDE4OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"332a88cc-08e8-49c4-9122-29940e6c7295","artifactVersion":"1"},{"artifactName":"service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar","artifactChecksum":"Mzc2MjZlYzNhM2NkNTRlNjdjYTAzMGZmMDEzODE0ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9465201c-c1b8-4854-b51b-6ad97892a214","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T02:26:26.699Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:26:26.700Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:26:26.701Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:26:26.701Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:26.801Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:26:26.802Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:26:26.802Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:26:26.813Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:26.813Z||pool-189-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:26:27.701Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:26:27.702Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:26:27.703Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:26:27.704Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:27.804Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:26:27.804Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:26:27.804Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:26:27.814Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:27.814Z||pool-190-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:26:28.704Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:26:28.704Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:26:28.706Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:26:28.706Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:28.806Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:26:28.807Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:26:28.807Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:26:28.818Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:28.819Z||pool-191-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:26:29.706Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:26:29.707Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:26:29.708Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:26:29.709Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:29.809Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:26:29.809Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:26:29.809Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:26:29.819Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:29.819Z||pool-192-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:26:30.709Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:26:30.710Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:26:30.711Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:26:30.711Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:30.811Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:26:30.812Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:26:30.812Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:26:30.823Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:30.824Z||pool-193-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:26:31.711Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:26:31.712Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:26:31.713Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:26:31.714Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:31.814Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:26:31.814Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:26:31.815Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:26:31.826Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:31.826Z||pool-194-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-01T02:26:32.714Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:26:32.715Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:26:32.716Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:26:32.716Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:26:32.816Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:26:32.817Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:26:32.817Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:26:32.826Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:32.826Z||pool-195-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:26:33.716Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T02:26:33.717Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:26:33.718Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:26:33.718Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:26:33.818Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:26:33.819Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:26:33.819Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:26:33.829Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:33.829Z||pool-196-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:26:34.719Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "serviceName": "Demo_pNF_b4QJ7uRdkuShXGTkdYzs", "serviceVersion": "1.0", "serviceUUID": "0f6ae5c6-f660-42b9-912a-0f988757402a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a4f425aa-03a3-47b0-ae31-ca797f5ebf2c", "resources": [ { "resourceInstanceName": "pNF 132ec73d-9045 0", "resourceCustomizationUUID": "c6ee8642-47a2-4933-9e31-47c5641762ec", "resourceName": "pNF 132ec73d-9045", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c56bb0ce-3e9c-4462-84ec-6254babb50cb", "resourceInvariantUUID": "44456a1d-dcd6-4c67-b783-42d8f79a16aa", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "artifactChecksum": "Mzc2MjZlYzNhM2NkNTRlNjdjYTAzMGZmMDEzODE0ZDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9465201c-c1b8-4854-b51b-6ad97892a214" } ], "workloadContext": "Production" } 2021-05-01T02:26:34.719Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T02:26:34.719Z|7459e15e-0088-4a4d-a07e-6db375eaea1b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f6ae5c6-f660-42b9-912a-0f988757402a ASDC 2021-05-01T02:26:34.719Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e3d2dcc9-0542-4b05-b50a-87dd4de170e6 ServiceName:Demo_pNF_b4QJ7uRdkuShXGTkdYzs ServiceVersion:1.0 ServiceUUID:0f6ae5c6-f660-42b9-912a-0f988757402a ServiceInvariantUUID:a4f425aa-03a3-47b0-ae31-ca797f5ebf2c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar ArtifactUUID:9465201c-c1b8-4854-b51b-6ad97892a214 ArtifactChecksum:Mzc2MjZlYzNhM2NkNTRlNjdjYTAzMGZmMDEzODE0ZDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 132ec73d-9045 0 ResourceCustomizationUUID:c6ee8642-47a2-4933-9e31-47c5641762ec ResourceInvariantUUID:44456a1d-dcd6-4c67-b783-42d8f79a16aa ResourceName:pNF 132ec73d-9045 ResourceType:PNF ResourceUUID:c56bb0ce-3e9c-4462-84ec-6254babb50cb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-01T02:26:34.720Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f6ae5c6-f660-42b9-912a-0f988757402a 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-05-01T02:26:34.748Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T02:26:34.749Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T02:26:34.749Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T02:26:34.749Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9465201c-c1b8-4854-b51b-6ad97892a214 from URL: /sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:34.749Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T02:26:34.749Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:35.203Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T02:26:35.206Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 9465201c-c1b8-4854-b51b-6ad97892a214 83321 2021-05-01T02:26:35.206Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar ASDC sendASDCNotification 2021-05-01T02:26:35.206Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:35.206Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T02:26:35.206Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:26:35.208Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:26:35.208Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835995206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:26:35.308Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:26:35.309Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:26:35.309Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:26:35.320Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:35.320Z||pool-197-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:26:36.208Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T02:26:36.209Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T02:26:36.210Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9465201c-c1b8-4854-b51b-6ad97892a214, URL: /sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar to file: /app/ASDC/1/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.210Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.210Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.210Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.284Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14257630620762392359/Definitions/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml 2021-05-01T02:26:36.844Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T02:26:36.844Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T02:26:36.844Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.844Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 132ec73d-9045 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-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||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-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||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-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||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-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||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-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 132ec73d-9045 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||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-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_b4QJ7uRdkuShXGTkdYzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Node template pNF 132ec73d-9045 0 is matching search criteria 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T02:26:36.845Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 132ec73d-9045 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_b4QJ7uRdkuShXGTkdYzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Node template pNF 132ec73d-9045 0 is matching search criteria 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 132ec73d-9045 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_b4QJ7uRdkuShXGTkdYzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_b4QJ7uRdkuShXGTkdYzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_b4QJ7uRdkuShXGTkdYzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_b4QJ7uRdkuShXGTkdYzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:26:36.846Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:26:36.847Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_b4QJ7uRdkuShXGTkdYzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:26:36.847Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_b4QJ7uRdkuShXGTkdYzs Description:catalog service description Model UUID:0f6ae5c6-f660-42b9-912a-0f988757402a Model Version:NULL Model InvariantUuid:a4f425aa-03a3-47b0-ae31-ca797f5ebf2c 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-05-01T02:26:36.852Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: c56bb0ce-3e9c-4462-84ec-6254babb50cb 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-05-01T02:26:36.854Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||pNF 132ec73d-9045 0 2021-05-01T02:26:36.854Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c56bb0ce-3e9c-4462-84ec-6254babb50cb 2021-05-01T02:26:36.854Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 0f6ae5c6-f660-42b9-912a-0f988757402a 2021-05-01T02:26:36.854Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0f6ae5c6-f660-42b9-912a-0f988757402a 2021-05-01T02:26:36.854Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 132ec73d-9045 0 c56bb0ce-3e9c-4462-84ec-6254babb50cb 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-05-01T02:26:36.858Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:26:36.858Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_b4QJ7uRdkuShXGTkdYzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:26:36.858Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0f6ae5c6-f660-42b9-912a-0f988757402a: pNF 132ec73d-9045 2021-05-01T02:26:36.858Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||Processing PNF resource: c56bb0ce-3e9c-4462-84ec-6254babb50cb 2021-05-01T02:26:36.858Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T02:26:36.858Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_b4QJ7uRdkuShXGTkdYzs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T02:26:36.858Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||Resource customization UUID: c6ee8642-47a2-4933-9e31-47c5641762ec is the same as notified resource customizationUUID: c6ee8642-47a2-4933-9e31-47c5641762ec 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-05-01T02:26:36.883Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 132ec73d-9045 c56bb0ce-3e9c-4462-84ec-6254babb50cb 0 ASDC deployResourceStructure 2021-05-01T02:26:36.883Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar ASDC sendASDCNotification 2021-05-01T02:26:36.883Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar 2021-05-01T02:26:36.884Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T02:26:36.884Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:26:36.886Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:26:36.886Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835996883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:26:36.985Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T02:26:36.986Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:26:36.986Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:26:36.997Z||pool-198-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:26:36.997Z||pool-198-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T02:26:37.887Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:26:37.893Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:26:37.895Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:26:37.895Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T02:26:37.895Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T02:27:07.895Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:27:07.900Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:27:07.901Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:27:07.902Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T02:27:07.902Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T02:27:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:27:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T02:27:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:27:26.093Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:27:26.093Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:27:26.093Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "policy-id", "timestamp": 1619835979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:27:26.094Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:27:37.902Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:27:37.908Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:27:37.909Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:27:37.909Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T02:27:37.910Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T02:28:07.910Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:28:07.916Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:28:07.918Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:28:07.918Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T02:28:07.918Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T02:28:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:28:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T02:28:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:28:26.093Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:28:26.094Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:28:26.094Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:28:26.094Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:28:37.918Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:28:37.923Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:28:37.924Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:28:37.924Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T02:28:37.924Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T02:29:07.925Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:29:07.932Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:29:07.933Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:29:07.933Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T02:29:07.934Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T02:29:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:29:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T02:29:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:29:26.597Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:29:26.598Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.598Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "cds", "timestamp": 1619835987311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:29:26.599Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:29:26.599Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.599Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "policy-id", "timestamp": 1619835979693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:29:26.599Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:29:26.599Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.599Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T02:29:26.600Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:29:26.600Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.600Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "ves-openapi-manager", "timestamp": 1619835987946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T02:29:26.600Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:29:26.600Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.600Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "aai-ml", "timestamp": 1619835988170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:29:26.600Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:29:26.600Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.600Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "cds", "timestamp": 1619835988315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-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-05-01T02:29:26.605Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3d2dcc9-0542-4b05-b50a-87dd4de170e6 2021-05-01T02:29:26.605Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:29:26.612Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.612Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "policy-id", "timestamp": 1619835988623, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:29:26.612Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:29:26.612Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.612Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T02:29:26.612Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:29:26.612Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.612Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "clamp", "timestamp": 1619835988832, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:29:26.612Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "ves-openapi-manager", "timestamp": 1619835988958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "policy-id", "timestamp": 1619835989625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "clamp", "timestamp": 1619835989846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "ves-openapi-manager", "timestamp": 1619835989960, "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-05-01T02:29:26.617Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e3d2dcc9-0542-4b05-b50a-87dd4de170e6 2021-05-01T02:29:26.617Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:29:26.622Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.622Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "policy-id", "timestamp": 1619835990627, "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-05-01T02:29:26.625Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3d2dcc9-0542-4b05-b50a-87dd4de170e6 2021-05-01T02:29:26.625Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:29:26.629Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.629Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:29:26.630Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:29:26.630Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.630Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "clamp", "timestamp": 1619835990848, "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-05-01T02:29:26.632Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3d2dcc9-0542-4b05-b50a-87dd4de170e6 2021-05-01T02:29:26.632Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:29:26.637Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.637Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/resourceInstances/pnf132ec73d90450/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T02:29:26.637Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:29:26.637Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.637Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "aai-ml", "timestamp": 1619835992460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:29:26.637Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:29:26.637Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.637Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T02:29:26.637Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:29:26.638Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.638Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "aai-ml", "timestamp": 1619835993462, "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-05-01T02:29:26.640Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3d2dcc9-0542-4b05-b50a-87dd4de170e6 2021-05-01T02:29:26.641Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:29:26.645Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.645Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835986070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "NOTIFIED" } 2021-05-01T02:29:26.646Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T02:29:26.646Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.646Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835995206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T02:29:26.646Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:29:26.646Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:29:26.646Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619835996883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfB4qj7urdkushxgtkdyzs/1.0/artifacts/service-DemoPnfB4qj7urdkushxgtkdyzs-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T02:29:26.646Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:29:37.934Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:29:37.940Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:29:37.941Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T02:29:37.941Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T02:29:37.941Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T02:29:37.941Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T02:29:37.941Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:29:37.941Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:29:37.941Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:29:37.942Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:29:37.942Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:29:37.942Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:29:37.942Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T02:29:37.942Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||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-05-01T02:29:37.945Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T02:30:07.945Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 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-05-01T02:30:07.948Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3d2dcc9-0542-4b05-b50a-87dd4de170e6 and serviceModelVersionId: 0f6ae5c6-f660-42b9-912a-0f988757402a 2021-05-01T02:30:07.948Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4f425aa-03a3-47b0-ae31-ca797f5ebf2c 2021-05-01T02:30:07.949Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4f425aa-03a3-47b0-ae31-ca797f5ebf2c/model-vers/model-ver/0f6ae5c6-f660-42b9-912a-0f988757402a?depth=0 2021-05-01T02:30:07.952Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T02:30:07.972Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4f425aa-03a3-47b0-ae31-ca797f5ebf2c/model-vers/model-ver/0f6ae5c6-f660-42b9-912a-0f988757402a?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-05-01T02:30:07.973Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4f425aa-03a3-47b0-ae31-ca797f5ebf2c/model-vers/model-ver/0f6ae5c6-f660-42b9-912a-0f988757402a?depth=0|INFO|500||Invoke 2021-05-01T02:30:07.987Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4f425aa-03a3-47b0-ae31-ca797f5ebf2c/model-vers/model-ver/0f6ae5c6-f660-42b9-912a-0f988757402a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T02:30:08.055Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4f425aa-03a3-47b0-ae31-ca797f5ebf2c/model-vers/model-ver/0f6ae5c6-f660-42b9-912a-0f988757402a?depth=0|INFO|500||InvokeReturn 2021-05-01T02:30:08.056Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4f425aa-03a3-47b0-ae31-ca797f5ebf2c/model-vers/model-ver/0f6ae5c6-f660-42b9-912a-0f988757402a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210501-02:30:07:993-15774], vertex-id=[286744], Content-Length=[0], Date=[Sat, 01 May 2021 02:30:07 GMT], Content-Type=[application/json]} 2021-05-01T02:30:08.056Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-05-01T02:30:08.056Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T02:30:08.056Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||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-05-01T02:30:08.060Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||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-05-01T02:30:08.060Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3d2dcc9-0542-4b05-b50a-87dd4de170e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T02:30:08.060Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T02:30:08.060Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T02:30:08.061Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T02:30:08.061Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619836208060, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T02:30:08.162Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T02:30:08.162Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T02:30:08.162Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ckefyWVqLAZqtQEd) ... 2021-05-01T02:30:08.180Z||pool-199-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:30:08.180Z||pool-199-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":4,"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-05-01T02:30:09.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:30:09.070Z||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-05-01T02:30:09.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:30:19.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:30:19.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:30:19.273Z||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-05-01T02:30:19.273Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:30:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:30:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T02:30:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:30:26.698Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:30:26.698Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T02:30:26.699Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3d2dcc9-0542-4b05-b50a-87dd4de170e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619836208060, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T02:30:26.699Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T02:30:28.810Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:30:28.810Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:30:28.810Z||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-05-01T02:30:28.810Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:30:38.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:30:38.352Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:30:38.352Z||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-05-01T02:30:38.352Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:30:47.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:31:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:31:26.070Z||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-05-01T02:31:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:31:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:31:26.072Z||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-05-01T02:31:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:31:35.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:31:35.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:32:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:32:26.070Z||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-05-01T02:32:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:32:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:32:26.072Z||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-05-01T02:32:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:32:35.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:32:35.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:33:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:33:26.070Z||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-05-01T02:33:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:33:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:33:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T02:33:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:33:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:33:35.620Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:34:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:34:26.070Z||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-05-01T02:34:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:34:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:34:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T02:34:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:34:35.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:34:35.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:35:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:35:26.070Z||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-05-01T02:35:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:35:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:35:26.072Z||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-05-01T02:35:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:35:35.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:35:35.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:36:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:36:26.070Z||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-05-01T02:36:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:36:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:36:26.072Z||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-05-01T02:36:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:36:35.610Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:36:35.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:37:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:37:26.070Z||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-05-01T02:37:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:37:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:37:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T02:37:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:37:35.614Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:37:35.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:38:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:38:26.070Z||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-05-01T02:38:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:38:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:38:26.072Z||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-05-01T02:38:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:38:35.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:38:35.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:39:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:39:26.070Z||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-05-01T02:39:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:39:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:39:26.072Z||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-05-01T02:39:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:39:35.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:39:35.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:40:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:40:26.070Z||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-05-01T02:40:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:40:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:40:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T02:40:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:40:35.611Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:40:35.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:41:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:41:26.070Z||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-05-01T02:41:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:41:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:41:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T02:41:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:41:35.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:41:35.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:42:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:42:26.070Z||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-05-01T02:42:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:42:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:42:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T02:42:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:42:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:42:35.635Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:43:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:43:26.070Z||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-05-01T02:43:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:43:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:43:26.071Z||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-05-01T02:43:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:43:35.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:43:35.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:44:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:44:26.070Z||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-05-01T02:44:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:44:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:44:26.072Z||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-05-01T02:44:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:44:35.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:44:35.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:45:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:45:26.070Z||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-05-01T02:45:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:45:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:45:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T02:45:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:45:35.623Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:45:35.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:46:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:46:26.070Z||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-05-01T02:46:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:46:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:46:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T02:46:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:46:35.613Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:46:35.613Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:47:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:47:26.070Z||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-05-01T02:47:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:47:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:47:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T02:47:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:47:35.643Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:47:35.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:48:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:48:26.070Z||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-05-01T02:48:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:48:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:48:26.072Z||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-05-01T02:48:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:48:35.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:48:35.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:49:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:49:26.070Z||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-05-01T02:49:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:49:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:49:26.072Z||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-05-01T02:49:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:49:35.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:49:35.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:50:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:50:26.070Z||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-05-01T02:50:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:50:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:50:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T02:50:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:50:35.615Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:50:35.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:51:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:51:26.070Z||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-05-01T02:51:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:51:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:51:26.072Z||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-05-01T02:51:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:51:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:51:35.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:52:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:52:26.070Z||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-05-01T02:52:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:52:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:52:26.072Z||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-05-01T02:52:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:52:35.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:52:35.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:53:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:53:26.070Z||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-05-01T02:53:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:53:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:53:26.072Z||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-05-01T02:53:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:53:35.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:53:35.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:54:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:54:26.070Z||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-05-01T02:54:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:54:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:54:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T02:54:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:54:35.608Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:54:35.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:55:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:55:26.070Z||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-05-01T02:55:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:55:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:55:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T02:55:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:55:35.619Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:55:35.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:56:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:56:26.070Z||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-05-01T02:56:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:56:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:56:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T02:56:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:56:35.610Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:56:35.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:57:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:57:26.070Z||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-05-01T02:57:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:57:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:57:26.071Z||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-05-01T02:57:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:57:35.615Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:57:35.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:58:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:58:26.070Z||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-05-01T02:58:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:58:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:58:26.072Z||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-05-01T02:58:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:58:35.613Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:58:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:59:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:59:26.070Z||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-05-01T02:59:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:59:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T02:59:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T02:59:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T02:59:35.612Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T02:59:35.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:00:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:00:26.070Z||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-05-01T03:00:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:00:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:00:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T03:00:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:00:35.612Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:00:35.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:01:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:01:26.070Z||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-05-01T03:01:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:01:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:01:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T03:01:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:01:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:01:35.620Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:02:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:02:26.070Z||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-05-01T03:02:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:02:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:02:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T03:02:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:02:35.617Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:02:35.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:03:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:03:26.070Z||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-05-01T03:03:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:03:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:03:26.072Z||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-05-01T03:03:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:03:35.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:03:35.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:04:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:04:26.070Z||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-05-01T03:04:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:04:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:04:26.071Z||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-05-01T03:04:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:04:35.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:04:35.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:05:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:05:26.070Z||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-05-01T03:05:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:05:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:05:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T03:05:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:05:35.621Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:05:35.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:06:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:06:26.070Z||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-05-01T03:06:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:06:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:06:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T03:06:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:06:35.614Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:06:35.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:07:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:07:26.071Z||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-05-01T03:07:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:07:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:07:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T03:07:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:07:35.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:07:35.613Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:08:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:08:26.070Z||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-05-01T03:08:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:08:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:08:26.072Z||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-05-01T03:08:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:08:35.612Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:08:35.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:09:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:09:26.070Z||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-05-01T03:09:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:09:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:09:26.072Z||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-05-01T03:09:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:09:35.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:09:35.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:10:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:10:26.070Z||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-05-01T03:10:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:10:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:10:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T03:10:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:10:35.616Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:10:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:11:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:11:26.070Z||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-05-01T03:11:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:11:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:11:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T03:11:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:11:35.606Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:11:35.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:12:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:12:26.070Z||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-05-01T03:12:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:12:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:12:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T03:12:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:12:35.612Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:12:35.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:13:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:13:26.070Z||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-05-01T03:13:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:13:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:13:26.072Z||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-05-01T03:13:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:13:35.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:13:35.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:14:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:14:26.070Z||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-05-01T03:14:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:14:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:14:26.072Z||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-05-01T03:14:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:14:35.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:14:35.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:15:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:15:26.070Z||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-05-01T03:15:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:15:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:15:26.072Z||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-05-01T03:15:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:15:35.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:15:35.613Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:16:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:16:26.070Z||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-05-01T03:16:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:16:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:16:26.071Z||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-05-01T03:16:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:16:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:16:35.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:17:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:17:26.070Z||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-05-01T03:17:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:17:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:17:26.071Z||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-05-01T03:17:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:17:35.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:17:35.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:18:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:18:26.070Z||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-05-01T03:18:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:18:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:18:26.071Z||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-05-01T03:18:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:18:35.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:18:35.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:19:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:19:26.070Z||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-05-01T03:19:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:19:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:19:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T03:19:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:19:35.614Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:19:35.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:20:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:20:26.070Z||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-05-01T03:20:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:20:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:20:26.071Z||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-05-01T03:20:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:20:35.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:20:35.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:21:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:21:26.070Z||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-05-01T03:21:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:21:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:21:26.071Z||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-05-01T03:21:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:21:35.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:21:35.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:22:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:22:26.070Z||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-05-01T03:22:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:22:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:22:26.071Z||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-05-01T03:22:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:22:35.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:22:35.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:23:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:23:26.070Z||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-05-01T03:23:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:23:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:23:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T03:23:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:23:35.614Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:23:35.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:24:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:24:26.070Z||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-05-01T03:24:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:24:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:24:26.072Z||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-05-01T03:24:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:24:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:24:35.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:25:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:25:26.070Z||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-05-01T03:25:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:25:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:25:26.072Z||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-05-01T03:25:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:25:35.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:25:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:26:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:26:26.070Z||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-05-01T03:26:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:26:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:26:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T03:26:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:26:35.611Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:26:35.613Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:27:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:27:26.070Z||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-05-01T03:27:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:27:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:27:26.072Z||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-05-01T03:27:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:27:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:27:35.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:28:26.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:28:26.070Z||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-05-01T03:28:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:28:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:28:26.071Z||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-05-01T03:28:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:28:35.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:28:35.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:29:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:29:26.070Z||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-05-01T03:29:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:29:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:29:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T03:29:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:29:35.616Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:29:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:30:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:30:26.070Z||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-05-01T03:30:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:30:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:30:26.072Z||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-05-01T03:30:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:30:35.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:30:35.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:31:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:31:26.070Z||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-05-01T03:31:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:31:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:31:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T03:31:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:31:35.612Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:31:35.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:32:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:32:26.070Z||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-05-01T03:32:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:32:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:32:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T03:32:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:32:35.609Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:32:35.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:33:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:33:26.070Z||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-05-01T03:33:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:33:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:33:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T03:33:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:33:35.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:33:35.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:34:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:34:26.070Z||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-05-01T03:34:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:34:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:34:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T03:34:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:34:35.611Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:34:35.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:35:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:35:26.070Z||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-05-01T03:35:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:35:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:35:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T03:35:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:35:35.615Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:35:35.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:36:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:36:26.070Z||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-05-01T03:36:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:36:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:36:26.071Z||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-05-01T03:36:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:36:35.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:36:35.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:37:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:37:26.070Z||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-05-01T03:37:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:37:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:37:26.072Z||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-05-01T03:37:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:37:35.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:37:35.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:38:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:38:26.070Z||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-05-01T03:38:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:38:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:38:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T03:38:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:38:35.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:38:35.635Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:39:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:39:26.070Z||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-05-01T03:39:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:39:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:39:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T03:39:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:39:35.612Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:39:35.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:40:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:40:26.070Z||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-05-01T03:40:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:40:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:40:26.072Z||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-05-01T03:40:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:40:35.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:40:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:41:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:41:26.070Z||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-05-01T03:41:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:41:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:41:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T03:41:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:41:35.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:41:35.643Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:42:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:42:26.070Z||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-05-01T03:42:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:42:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:42:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T03:42:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:42:35.609Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:42:35.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:43:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:43:26.070Z||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-05-01T03:43:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:43:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:43:26.072Z||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-05-01T03:43:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:43:35.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:43:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:44:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:44:26.070Z||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-05-01T03:44:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:44:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:44:26.072Z||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-05-01T03:44:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:44:35.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:44:35.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:45:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:45:26.070Z||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-05-01T03:45:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:45:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:45:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T03:45:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:45:35.615Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:45:35.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:46:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:46:26.070Z||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-05-01T03:46:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:46:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:46:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T03:46:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:46:35.609Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:46:35.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:47:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:47:26.070Z||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-05-01T03:47:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:47:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:47:26.072Z||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-05-01T03:47:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:47:35.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:47:35.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:48:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:48:26.070Z||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-05-01T03:48:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:48:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:48:26.072Z||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-05-01T03:48:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:48:35.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:48:35.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:49:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:49:26.070Z||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-05-01T03:49:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:49:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:49:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T03:49:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:49:35.616Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:49:35.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:50:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:50:26.070Z||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-05-01T03:50:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:50:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:50:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T03:50:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:50:35.652Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:50:35.656Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:51:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:51:26.070Z||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-05-01T03:51:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:51:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:51:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T03:51:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:51:35.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:51:35.616Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:52:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:52:26.070Z||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-05-01T03:52:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:52:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:52:26.072Z||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-05-01T03:52:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:52:35.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:52:35.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:53:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:53:26.070Z||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-05-01T03:53:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:53:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:53:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T03:53:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:53:35.628Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:53:35.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:54:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:54:26.070Z||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-05-01T03:54:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:54:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:54:26.072Z||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-05-01T03:54:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:54:35.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:54:35.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:55:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:55:26.070Z||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-05-01T03:55:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:55:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:55:26.072Z||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-05-01T03:55:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:55:35.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:55:35.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:56:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:56:26.070Z||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-05-01T03:56:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:56:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:56:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T03:56:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:56:35.619Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:56:35.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:57:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:57:26.070Z||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-05-01T03:57:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:57:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:57:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T03:57:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:57:35.610Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:57:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:58:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:58:26.070Z||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-05-01T03:58:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:58:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:58:26.071Z||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-05-01T03:58:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:58:35.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:58:35.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:59:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:59:26.070Z||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-05-01T03:59:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:59:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T03:59:26.072Z||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-05-01T03:59:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T03:59:35.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T03:59:35.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:00:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:00:26.070Z||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-05-01T04:00:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:00:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:00:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T04:00:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:00:35.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:00:35.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:01:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:01:26.070Z||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-05-01T04:01:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:01:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:01:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T04:01:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:01:35.615Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:01:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:02:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:02:26.070Z||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-05-01T04:02:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:02:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:02:26.072Z||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-05-01T04:02:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:02:35.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:02:35.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:03:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:03:26.070Z||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-05-01T04:03:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:03:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:03:26.071Z||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-05-01T04:03:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:03:35.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:03:35.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:04:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:04:26.070Z||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-05-01T04:04:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:04:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:04:26.072Z||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-05-01T04:04:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:04:35.607Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:04:35.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:05:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:05:26.070Z||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-05-01T04:05:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:05:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:05:26.071Z||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-05-01T04:05:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:05:35.612Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:05:35.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:06:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:06:26.070Z||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-05-01T04:06:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:06:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:06:26.072Z||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-05-01T04:06:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:06:35.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:06:35.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:07:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:07:26.070Z||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-05-01T04:07:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:07:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:07:26.071Z||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-05-01T04:07:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:07:35.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:07:35.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:08:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:08:26.070Z||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-05-01T04:08:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:08:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:08:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T04:08:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:08:35.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:08:35.639Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:09:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:09:26.070Z||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-05-01T04:09:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:09:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:09:26.072Z||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-05-01T04:09:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:09:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:09:35.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:10:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:10:26.070Z||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-05-01T04:10:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:10:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:10:26.072Z||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-05-01T04:10:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:10:35.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:10:35.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:11:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:11:26.070Z||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-05-01T04:11:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:11:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:11:26.072Z||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-05-01T04:11:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:11:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:11:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:12:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:12:26.070Z||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-05-01T04:12:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:12:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:12:26.072Z||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-05-01T04:12:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:12:35.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:12:35.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:13:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:13:26.070Z||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-05-01T04:13:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:13:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:13:26.071Z||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-05-01T04:13:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:13:35.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:13:35.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:14:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:14:26.070Z||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-05-01T04:14:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:14:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:14:26.072Z||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-05-01T04:14:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:14:35.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:14:35.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:15:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:15:26.070Z||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-05-01T04:15:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:15:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:15:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T04:15:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:15:35.617Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:15:35.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:16:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:16:26.070Z||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-05-01T04:16:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:16:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:16:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T04:16:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:16:35.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:16:35.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:17:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:17:26.070Z||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-05-01T04:17:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:17:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:17:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T04:17:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:17:35.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:17:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:18:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:18:26.070Z||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-05-01T04:18:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:18:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:18:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T04:18:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:18:35.609Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:18:35.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:19:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:19:26.070Z||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-05-01T04:19:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:19:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:19:26.071Z||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-05-01T04:19:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:19:35.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:19:35.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:20:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:20:26.070Z||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-05-01T04:20:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:20:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:20:26.071Z||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-05-01T04:20:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:20:35.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:20:35.656Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:21:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:21:26.070Z||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-05-01T04:21:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:21:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:21:26.071Z||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-05-01T04:21:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:21:35.609Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:21:35.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:22:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:22:26.070Z||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-05-01T04:22:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:22:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:22:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T04:22:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:22:35.611Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:22:35.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:23:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:23:26.070Z||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-05-01T04:23:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:23:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:23:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T04:23:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:23:35.611Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:23:35.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:24:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:24:26.070Z||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-05-01T04:24:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:24:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:24:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T04:24:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:24:35.614Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:24:35.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:25:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:25:26.070Z||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-05-01T04:25:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:25:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:25:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T04:25:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:25:35.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:25:35.617Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:26:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:26:26.070Z||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-05-01T04:26:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:26:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:26:26.072Z||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-05-01T04:26:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:26:35.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:26:35.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:27:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:27:26.070Z||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-05-01T04:27:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:27:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:27:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T04:27:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:27:35.613Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:27:35.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:28:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:28:26.070Z||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-05-01T04:28:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:28:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:28:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T04:28:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:28:35.615Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:28:35.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:29:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:29:26.071Z||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-05-01T04:29:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:29:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:29:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T04:29:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:29:35.626Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:29:35.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:30:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:30:26.071Z||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-05-01T04:30:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:30:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:30:26.071Z||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-05-01T04:30:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:30:35.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:30:35.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:31:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:31:26.070Z||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-05-01T04:31:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:31:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:31:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T04:31:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:31:35.610Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:31:35.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:32:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:32:26.070Z||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-05-01T04:32:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:32:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:32:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T04:32:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:32:35.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:32:35.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:33:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:33:26.070Z||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-05-01T04:33:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:33:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:33:26.072Z||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-05-01T04:33:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:33:35.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:33:35.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:34:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:34:26.070Z||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-05-01T04:34:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:34:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:34:26.071Z||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-05-01T04:34:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:34:35.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:34:35.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:35:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:35:26.070Z||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-05-01T04:35:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:35:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:35:26.072Z||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-05-01T04:35:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:35:35.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:35:35.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:36:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:36:26.070Z||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-05-01T04:36:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:36:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:36:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T04:36:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:36:35.614Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:36:35.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:37:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:37:26.070Z||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-05-01T04:37:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:37:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:37:26.071Z||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-05-01T04:37:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:37:35.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:37:35.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:38:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:38:26.070Z||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-05-01T04:38:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:38:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:38:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T04:38:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:38:35.609Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:38:35.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:39:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:39:26.070Z||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-05-01T04:39:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:39:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:39:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T04:39:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:39:35.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:39:35.616Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:40:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:40:26.070Z||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-05-01T04:40:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:40:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:40:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T04:40:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:40:35.614Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:40:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:41:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:41:26.070Z||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-05-01T04:41:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:41:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:41:26.071Z||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-05-01T04:41:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:41:35.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:41:35.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:42:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:42:26.070Z||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-05-01T04:42:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:42:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:42:26.071Z||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-05-01T04:42:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:42:35.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:42:35.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:43:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:43:26.070Z||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-05-01T04:43:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:43:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:43:26.071Z||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-05-01T04:43:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:43:35.615Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:43:35.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:44:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:44:26.070Z||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-05-01T04:44:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:44:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:44:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T04:44:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:44:35.617Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:44:35.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:45:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:45:26.070Z||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-05-01T04:45:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:45:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:45:26.071Z||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-05-01T04:45:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:45:35.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:45:35.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:46:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:46:26.070Z||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-05-01T04:46:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:46:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:46:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T04:46:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:46:35.615Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:46:35.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:47:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:47:26.070Z||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-05-01T04:47:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:47:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:47:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T04:47:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:47:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:47:35.630Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:48:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:48:26.070Z||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-05-01T04:48:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:48:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:48:26.072Z||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-05-01T04:48:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:48:35.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:48:35.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:49:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:49:26.070Z||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-05-01T04:49:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:49:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:49:26.072Z||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-05-01T04:49:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:49:35.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:49:35.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:50:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:50:26.070Z||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-05-01T04:50:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:50:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:50:26.071Z||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-05-01T04:50:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:50:35.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:50:35.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:51:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:51:26.070Z||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-05-01T04:51:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:51:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:51:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T04:51:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:51:35.614Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:51:35.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:52:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:52:26.070Z||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-05-01T04:52:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:52:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:52:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T04:52:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:52:35.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:52:35.615Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:53:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:53:26.070Z||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-05-01T04:53:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:53:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:53:26.072Z||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-05-01T04:53:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:53:35.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:53:35.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:54:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:54:26.070Z||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-05-01T04:54:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:54:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:54:26.071Z||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-05-01T04:54:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:54:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:54:35.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:55:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:55:26.070Z||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-05-01T04:55:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:55:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:55:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T04:55:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:55:35.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:55:35.616Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:56:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:56:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T04:56:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:56:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:56:26.074Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T04:56:26.074Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:56:35.639Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:56:35.644Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:57:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:57:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T04:57:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:57:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:57:26.072Z||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-05-01T04:57:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:57:35.612Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:57:35.618Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:58:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:58:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T04:58:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:58:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:58:26.071Z||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-05-01T04:58:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:58:35.610Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:58:35.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:59:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:59:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T04:59:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:59:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:59:26.072Z||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-05-01T04:59:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T04:59:35.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:59:35.612Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:00:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:00:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:00:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:00:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:00:26.071Z||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-05-01T05:00:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:00:35.610Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:00:35.613Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:01:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:01:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:01:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:01:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:01:26.071Z||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-05-01T05:01:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:01:35.621Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:01:35.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:02:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:02:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:02:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:02:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:02:26.071Z||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-05-01T05:02:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:02:35.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:02:35.630Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:03:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:03:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:03:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:03:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:03:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T05:03:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:03:35.633Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:03:35.635Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:04:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:04:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:04:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:04:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:04:26.071Z||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-05-01T05:04:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:04:35.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:04:35.646Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:05:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:05:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:05:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:05:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:05:26.071Z||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-05-01T05:05:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:05:35.609Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:05:35.612Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:06:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:06:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:06:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:06:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:06:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T05:06:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:06:35.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:06:35.619Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:07:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:07:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:07:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:07:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:07:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T05:07:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:07:35.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:07:35.617Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:08:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:08:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:08:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:08:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:08:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T05:08:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:08:35.614Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:08:35.616Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:09:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:09:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:09:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:09:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:09:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T05:09:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:09:35.617Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:09:35.619Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:10:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:10:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:10:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:10:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:10:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T05:10:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:10:35.613Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:10:35.615Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:11:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:11:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:11:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:11:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:11:26.072Z||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-05-01T05:11:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:11:35.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:11:35.621Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:12:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:12:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:12:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:12:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:12:26.071Z||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-05-01T05:12:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:12:35.613Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:12:35.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:13:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:13:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:13:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:13:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:13:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T05:13:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:13:35.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:13:35.615Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:14:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:14:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:14:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:14:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:14:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T05:14:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:14:35.614Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:14:35.614Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:15:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:15:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:15:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:15:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:15:26.071Z||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-05-01T05:15:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:15:35.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:15:35.618Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:16:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:16:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:16:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:16:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:16:26.071Z||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-05-01T05:16:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:16:35.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:16:35.627Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:17:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:17:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:17:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:17:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:17:26.071Z||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-05-01T05:17:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:17:35.613Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:17:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:18:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:18:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:18:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:18:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:18:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T05:18:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:18:35.614Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:18:35.616Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:19:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:19:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:19:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:19:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:19:26.072Z||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-05-01T05:19:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:19:35.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:19:35.617Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:20:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:20:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:20:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:20:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:20:26.072Z||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-05-01T05:20:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:20:35.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:20:35.617Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:21:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:21:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:21:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:21:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:21:26.071Z||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-05-01T05:21:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:21:35.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:21:35.623Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:22:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:22:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:22:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:22:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:22:26.072Z||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-05-01T05:22:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:22:35.612Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:22:35.615Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:23:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:23:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:23:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:23:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:23:26.072Z||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-05-01T05:23:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:23:35.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:23:35.617Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:24:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:24:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:24:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:24:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:24:26.072Z||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-05-01T05:24:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:24:35.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:24:35.615Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:25:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:25:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:25:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:25:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:25:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T05:25:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:25:35.621Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:25:35.622Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:26:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:26:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:26:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:26:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:26:26.071Z||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-05-01T05:26:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:26:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:26:35.617Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:27:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:27:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:27:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:27:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:27:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T05:27:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:27:35.617Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:27:35.627Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:28:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:28:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:28:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:28:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:28:26.072Z||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-05-01T05:28:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:28:35.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:28:35.620Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:29:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:29:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:29:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:29:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:29:26.072Z||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-05-01T05:29:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:29:35.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:29:35.618Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:30:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:30:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:30:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:30:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:30:26.071Z||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-05-01T05:30:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:30:35.609Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:30:35.610Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:31:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:31:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:31:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:31:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:31:26.072Z||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-05-01T05:31:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:31:35.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:31:35.629Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:32:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:32:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:32:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:32:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:32:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T05:32:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:32:35.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:32:35.615Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:33:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:33:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:33:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:33:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:33:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T05:33:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:33:35.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:33:35.620Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:34:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:34:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:34:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:34:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:34:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T05:34:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:34:35.612Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:34:35.616Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:35:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:35:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:35:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:35:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:35:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T05:35:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:35:35.620Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:35:35.624Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:36:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:36:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:36:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:36:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:36:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T05:36:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:36:35.610Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:36:35.619Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:37:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:37:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:37:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:37:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:37:26.072Z||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-05-01T05:37:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:37:35.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:37:35.615Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:38:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:38:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:38:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:38:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:38:26.071Z||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-05-01T05:38:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:38:35.628Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:38:35.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:39:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:39:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:39:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:39:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:39:26.071Z||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-05-01T05:39:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:39:35.613Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:39:35.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:40:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:40:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:40:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:40:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:40:26.071Z||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-05-01T05:40:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:40:35.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:40:35.616Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:41:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:41:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:41:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:41:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:41:26.071Z||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-05-01T05:41:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:41:35.613Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:41:35.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:42:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:42:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:42:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:42:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:42:26.072Z||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-05-01T05:42:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:42:35.607Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:42:35.612Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:43:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:43:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:43:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:43:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:43:26.072Z||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-05-01T05:43:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:43:35.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:43:35.611Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:44:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:44:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:44:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:44:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:44:26.072Z||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-05-01T05:44:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:44:35.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:44:35.617Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:45:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:45:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:45:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:45:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:45:26.072Z||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-05-01T05:45:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:45:35.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:45:35.619Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:46:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:46:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:46:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:46:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:46:26.071Z||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-05-01T05:46:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:46:35.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:46:35.614Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:47:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:47:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:47:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:47:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:47:26.072Z||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-05-01T05:47:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:47:35.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:47:35.618Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:48:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:48:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:48:26.070Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:48:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:48:26.071Z||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-05-01T05:48:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:48:35.614Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:48:35.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:49:26.070Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:49:26.070Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T05:49:26.070Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:49:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:49:26.072Z||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-05-01T05:49:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:49:35.622Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:49:35.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:50:26.070Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:50:26.070Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T05:50:26.070Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:50:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:50:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T05:50:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:50:35.616Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:50:35.623Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:51:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:51:26.070Z||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-05-01T05:51:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:51:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:51:26.071Z||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-05-01T05:51:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:51:35.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:51:35.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:52:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:52:26.070Z||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-05-01T05:52:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:52:26.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:52:26.072Z||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-05-01T05:52:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:52:35.611Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:52:35.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:53:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:53:26.070Z||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-05-01T05:53:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:53:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:53:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T05:53:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:53:35.616Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:53:35.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:54:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:54:26.070Z||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-05-01T05:54:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:54:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:54:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T05:54:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:54:35.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:54:35.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:55:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:55:26.070Z||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-05-01T05:55:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:55:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:55:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:55:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:55:35.619Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:55:35.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:56:20.330Z||http-nio-8085-exec-6|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@6533e1cc ((conn=8321) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-05-01T05:56:20.332Z||http-nio-8085-exec-6|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@2d1f9fb3 ((conn=8328) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-05-01T05:56:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:56:26.070Z||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-05-01T05:56:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:56:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:56:26.071Z||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-05-01T05:56:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:56:35.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:56:35.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:57:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:57:26.070Z||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-05-01T05:57:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:57:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:57:26.072Z||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-05-01T05:57:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:57:35.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:57:35.613Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:58:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:58:26.070Z||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-05-01T05:58:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:58:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:58:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T05:58:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:58:35.616Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:58:35.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:59:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:59:26.070Z||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-05-01T05:59:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:59:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:59:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T05:59:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T05:59:35.622Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:59:35.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:00:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:00:26.070Z||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-05-01T06:00:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:00:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:00:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T06:00:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:00:35.615Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:00:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:01:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:01:26.070Z||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-05-01T06:01:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:01:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:01:26.072Z||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-05-01T06:01:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:01:35.614Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:01:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:02:26.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:02:26.070Z||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-05-01T06:02:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:02:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:02:26.071Z||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-05-01T06:02:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:02:35.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:02:35.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:03:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:03:26.070Z||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-05-01T06:03:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:03:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:03:26.071Z||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-05-01T06:03:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:03:35.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:03:35.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:04:20.331Z||http-nio-8085-exec-4|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@7a0090ee ((conn=8826) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-05-01T06:04:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:04:26.070Z||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-05-01T06:04:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:04:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:04:26.072Z||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-05-01T06:04:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:04:35.610Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:04:35.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:05:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:05:26.070Z||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-05-01T06:05:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:05:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:05:26.071Z||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-05-01T06:05:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:05:35.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:05:35.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:06:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:06:26.070Z||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-05-01T06:06:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:06:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:06:26.071Z||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-05-01T06:06:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:06:35.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:06:35.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:07:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:07:26.070Z||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-05-01T06:07:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:07:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:07:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T06:07:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:07:35.619Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:07:35.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:08:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:08:26.070Z||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-05-01T06:08:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:08:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:08:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T06:08:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:08:35.621Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:08:35.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:09:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:09:26.070Z||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-05-01T06:09:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:09:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:09:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T06:09:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:09:35.614Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:09:35.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:10:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:10:26.070Z||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-05-01T06:10:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:10:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:10:26.071Z||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-05-01T06:10:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:10:35.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:10:35.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:11:26.070Z||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-05-01T06:11:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:11:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:11:26.071Z||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-05-01T06:11:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:11:35.612Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:35.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:12:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:12:26.070Z||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-05-01T06:12:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:12:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:12:26.071Z||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-05-01T06:12:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:12:35.615Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:12:35.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:13:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:13:26.070Z||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-05-01T06:13:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:13:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:13:26.072Z||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-05-01T06:13:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:13:35.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:13:35.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:14:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:14:26.070Z||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-05-01T06:14:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:14:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:14:26.072Z||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-05-01T06:14:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:14:35.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:14:35.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:15:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:15:26.070Z||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-05-01T06:15:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:15:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:15:26.072Z||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-05-01T06:15:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:15:35.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:15:35.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:16:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:16:26.070Z||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-05-01T06:16:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:16:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:16:26.072Z||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-05-01T06:16:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:16:35.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:16:35.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:17:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:17:26.070Z||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-05-01T06:17:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:17:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:17:26.071Z||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-05-01T06:17:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:17:35.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:17:35.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:18:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:18:26.070Z||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-05-01T06:18:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:18:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:18:26.071Z||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-05-01T06:18:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:18:35.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:18:35.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:19:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:19:26.070Z||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-05-01T06:19:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:19:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:19:26.071Z||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-05-01T06:19:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:19:35.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:19:35.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:20:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:20:26.070Z||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-05-01T06:20:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:20:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:20:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T06:20:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:20:35.612Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:20:35.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:21:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:21:26.070Z||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-05-01T06:21:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:21:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:21:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T06:21:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:21:35.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:21:35.641Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:22:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:22:26.070Z||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-05-01T06:22:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:22:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:22:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T06:22:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:22:35.616Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:22:35.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:23:20.330Z||http-nio-8085-exec-3|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@6c1405c5 ((conn=8845) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-05-01T06:23:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:23:26.070Z||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-05-01T06:23:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:23:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:23:26.071Z||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-05-01T06:23:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:23:35.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:23:35.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:24:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:24:26.070Z||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-05-01T06:24:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:24:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:24:26.072Z||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-05-01T06:24:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:24:35.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:24:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:25:26.070Z||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-05-01T06:25:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:25:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:25:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T06:25:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:25:35.616Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:35.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:26:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:26:26.070Z||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-05-01T06:26:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:26:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:26:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T06:26:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:26:35.618Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:26:35.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:27:26.070Z||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-05-01T06:27:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:27:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:27:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T06:27:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:27:35.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:35.616Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:28:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:28:26.070Z||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-05-01T06:28:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:28:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:28:26.072Z||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-05-01T06:28:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:28:35.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:28:35.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:29:26.070Z||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-05-01T06:29:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:29:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:29:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T06:29:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:29:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:35.618Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:30:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:30:26.070Z||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-05-01T06:30:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:30:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:30:26.071Z||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-05-01T06:30:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:30:35.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:30:35.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:31:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:31:26.070Z||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-05-01T06:31:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:31:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:31:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T06:31:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:31:35.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:31:35.637Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:32:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:32:26.070Z||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-05-01T06:32:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:32:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:32:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T06:32:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:32:35.615Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:32:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:33:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:33:26.070Z||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-05-01T06:33:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:33:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:33:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T06:33:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:33:35.611Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:33:35.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:34:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:34:26.070Z||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-05-01T06:34:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:34:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:34:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T06:34:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:34:35.616Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:34:35.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:35:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:35:26.070Z||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-05-01T06:35:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:35:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:35:26.071Z||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-05-01T06:35:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:35:35.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:35:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:36:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:36:26.070Z||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-05-01T06:36:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:36:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:36:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T06:36:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:36:35.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:36:35.613Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:37:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:37:26.070Z||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-05-01T06:37:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:37:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:37:26.071Z||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-05-01T06:37:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:37:35.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:37:35.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:38:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:38:26.070Z||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-05-01T06:38:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:38:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:38:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T06:38:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:38:35.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:38:35.616Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:39:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:39:26.070Z||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-05-01T06:39:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:39:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:39:26.072Z||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-05-01T06:39:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:39:35.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:39:35.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:40:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:40:26.070Z||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-05-01T06:40:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:40:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:40:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T06:40:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:40:35.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:40:35.629Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:41:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:41:26.070Z||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-05-01T06:41:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:41:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:41:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T06:41:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:41:35.615Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:41:35.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:42:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:42:26.070Z||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-05-01T06:42:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:42:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:42:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T06:42:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:42:35.610Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:42:35.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:43:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:43:26.070Z||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-05-01T06:43:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:43:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:43:26.072Z||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-05-01T06:43:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:43:35.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:43:35.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:44:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:44:26.070Z||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-05-01T06:44:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:44:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:44:26.072Z||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-05-01T06:44:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:44:35.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:44:35.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:45:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:45:26.070Z||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-05-01T06:45:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:45:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:45:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T06:45:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:45:35.615Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:45:35.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:46:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:46:26.070Z||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-05-01T06:46:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:46:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:46:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T06:46:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:46:35.617Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:46:35.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:47:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:47:26.070Z||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-05-01T06:47:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:47:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:47:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T06:47:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:47:35.616Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:47:35.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:48:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:48:26.070Z||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-05-01T06:48:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:48:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:48:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T06:48:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:48:35.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:48:35.631Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:49:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:49:26.070Z||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-05-01T06:49:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:49:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:49:26.072Z||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-05-01T06:49:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:49:35.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:49:35.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:50:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:50:26.070Z||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-05-01T06:50:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:50:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:50:26.072Z||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-05-01T06:50:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:50:35.607Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:50:35.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:51:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:51:26.070Z||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-05-01T06:51:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:51:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:51:26.072Z||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-05-01T06:51:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:51:35.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:51:35.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:52:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:52:26.070Z||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-05-01T06:52:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:52:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:52:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T06:52:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:52:35.612Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:52:35.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:53:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:53:26.070Z||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-05-01T06:53:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:53:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:53:26.071Z||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-05-01T06:53:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:53:35.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:53:35.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:54:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:54:26.070Z||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-05-01T06:54:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:54:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:54:26.071Z||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-05-01T06:54:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:54:35.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:54:35.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:55:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:55:26.070Z||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-05-01T06:55:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:55:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:55:26.072Z||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-05-01T06:55:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:55:35.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:55:35.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:56:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:56:26.070Z||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-05-01T06:56:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:56:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:56:26.071Z||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-05-01T06:56:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:56:35.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:56:35.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:57:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:57:26.070Z||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-05-01T06:57:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:57:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:57:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T06:57:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:57:35.616Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:57:35.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:58:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:58:26.070Z||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-05-01T06:58:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:58:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:58:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T06:58:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:58:35.617Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:58:35.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:59:26.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:59:26.070Z||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-05-01T06:59:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:59:26.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:59:26.071Z||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-05-01T06:59:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T06:59:35.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:59:35.612Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:00:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:00:26.070Z||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-05-01T07:00:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:00:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:00:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T07:00:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:00:35.618Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:00:35.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:01:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:01:26.070Z||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-05-01T07:01:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:01:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:01:26.071Z||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-05-01T07:01:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:01:35.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:01:35.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:02:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:02:26.070Z||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-05-01T07:02:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:02:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:02:26.071Z||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-05-01T07:02:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:02:35.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:02:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:03:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:03:26.070Z||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-05-01T07:03:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:03:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:03:26.072Z||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-05-01T07:03:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:03:35.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:03:35.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:04:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:04:26.070Z||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-05-01T07:04:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:04:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:04:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T07:04:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:04:35.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:04:35.617Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:05:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:05:26.070Z||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-05-01T07:05:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:05:26.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:05:26.071Z||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-05-01T07:05:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:05:35.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:05:35.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:06:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:06:26.070Z||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-05-01T07:06:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:06:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:06:26.071Z||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-05-01T07:06:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:06:35.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:06:35.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:07:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:07:26.070Z||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-05-01T07:07:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:07:26.071Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:07:26.071Z||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-05-01T07:07:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:07:35.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:07:35.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:08:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:08:26.070Z||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-05-01T07:08:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:08:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:08:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T07:08:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:08:35.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:08:35.614Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:09:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:09:26.070Z||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-05-01T07:09:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:09:26.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:09:26.071Z||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-05-01T07:09:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:09:35.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:09:35.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:10:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:10:26.070Z||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-05-01T07:10:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:10:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:10:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T07:10:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:10:35.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:10:35.613Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:11:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:11:26.070Z||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-05-01T07:11:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:11:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:11:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T07:11:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:11:35.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:11:35.620Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:12:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:12:26.070Z||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-05-01T07:12:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:12:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:12:26.071Z||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-05-01T07:12:26.071Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:12:35.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:12:35.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:13:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:13:26.070Z||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-05-01T07:13:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:13:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:13:26.072Z||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-05-01T07:13:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:13:35.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:13:35.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:14:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:14:26.070Z||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-05-01T07:14:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:14:26.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:14:26.072Z||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-05-01T07:14:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:14:35.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:14:35.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:15:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:15:26.070Z||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-05-01T07:15:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:15:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:15:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T07:15:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:15:35.619Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:15:35.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:16:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:16:26.070Z||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-05-01T07:16:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:16:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:16:26.071Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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-05-01T07:16:26.072Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:16:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:16:35.616Z|8b5609f3-251e-423e-bbb7-1fa8386165e6|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:17:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:17:26.070Z||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-05-01T07:17:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:17:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:17:26.071Z||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-05-01T07:17:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:17:35.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:17:35.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:18:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:18:26.070Z||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-05-01T07:18:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:18:26.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:18:26.071Z||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-05-01T07:18:26.072Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:18:35.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:18:35.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:19:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:19:26.070Z||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-05-01T07:19:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:19:26.071Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:19:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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-05-01T07:19:26.072Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:19:35.612Z|e3d2dcc9-0542-4b05-b50a-87dd4de170e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:19:35.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:20:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:20:26.070Z||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-05-01T07:20:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:20:26.071Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:20:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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-05-01T07:20:26.072Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:20:35.616Z|129e8d05-8c1b-4f20-9b0d-0ea9c93681d5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:20:35.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:21:26.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:21:26.070Z||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-05-01T07:21:26.070Z||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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:21:26.071Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T07:21:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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-05-01T07:21:26.072Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|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 ckefyWVqLAZqtQEd) ... 2021-05-01T07:21:35.617Z|0c8bebcf-cdfc-455a-aab9-5ad9bdf7e7e1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T07:21:35.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK